From 4a563fa26614814113654104a1b29208fcf1af64 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 14 Feb 2001 20:35:39 +0000 Subject: [PATCH] added missing boost:: [SVN r9199] --- utility.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility.htm b/utility.htm index e0f090f..7b477ce 100644 --- a/utility.htm +++ b/utility.htm @@ -81,7 +81,7 @@ CodeWarrior 5.0, and Microsoft Visual C++ 6.0 sp 3.

// inside one of your own headers ...
 #include <boost/utility.hpp>
 
-class ResourceLadenFileSystem : noncopyable {
+class ResourceLadenFileSystem : boost::noncopyable {
 ...