Update of /cvsroot/boost/boost/boost/wave
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30669

Modified Files:
        cpp_context.hpp 
Log Message:
Untabified a file.

Index: cpp_context.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/wave/cpp_context.hpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- cpp_context.hpp     23 May 2006 18:17:57 -0000      1.25
+++ cpp_context.hpp     17 Jul 2006 01:58:27 -0000      1.26
@@ -153,19 +153,19 @@
         }
         return iterator_type(*this, first, last, 
position_type(fname.c_str())); 
     }
-         iterator_type begin(
-                 target_iterator_type const &first_, 
-                 target_iterator_type const &last_) 
-         { 
-                   std::string fname(filename);
-                   if (filename != "<Unknown>" && filename != "<stdin>") {
-                             using namespace boost::filesystem;
-                             path fpath(complete(path(filename)));
-                             fname = fpath.string();
-                             includes.set_current_directory(fname.c_str());
-                   }
-                   return iterator_type(*this, first_, last_, 
position_type(fname.c_str())); 
-         }
+    iterator_type begin(
+        target_iterator_type const &first_, 
+        target_iterator_type const &last_) 
+    { 
+        std::string fname(filename);
+        if (filename != "<Unknown>" && filename != "<stdin>") {
+            using namespace boost::filesystem;
+            path fpath(complete(path(filename)));
+            fname = fpath.string();
+            includes.set_current_directory(fname.c_str());
+        }
+        return iterator_type(*this, first_, last_, 
position_type(fname.c_str())); 
+    }
     iterator_type end() const 
         { return iterator_type(); }
 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to