forked from boostorg/utility
added missing boost::
[SVN r9199]
This commit is contained in:
@@ -81,7 +81,7 @@ CodeWarrior 5.0, and Microsoft Visual C++ 6.0 sp 3.</p>
|
|||||||
<pre>// inside one of your own headers ...
|
<pre>// inside one of your own headers ...
|
||||||
#include <boost/utility.hpp>
|
#include <boost/utility.hpp>
|
||||||
|
|
||||||
class ResourceLadenFileSystem : noncopyable {
|
class ResourceLadenFileSystem : boost::noncopyable {
|
||||||
...</pre>
|
...</pre>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user