Update of /cvsroot/boost/boost/boost/spirit/utility
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32037
Modified Files:
Tag: SPIRIT_1_6
scoped_lock.hpp
Log Message:
Corrected unqualified reference to a dependent base class member
Index: scoped_lock.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/spirit/utility/scoped_lock.hpp,v
retrieving revision 1.8.2.5
retrieving revision 1.8.2.6
diff -u -d -r1.8.2.5 -r1.8.2.6
--- scoped_lock.hpp 28 Mar 2006 20:45:37 -0000 1.8.2.5
+++ scoped_lock.hpp 26 Feb 2007 23:45:37 -0000 1.8.2.6
@@ -52,7 +52,7 @@
{
typedef typename mutex_t::scoped_lock scoped_lock_t;
scoped_lock_t lock(mutex);
- return subject().parse(scan);
+ return this->subject().parse(scan);
}
mutex_t &mutex;
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs