*** operations_posix_windows.cpp.orig Thu Dec 23 20:07:55 2004 --- operations_posix_windows.cpp Thu Dec 23 20:13:37 2004 *************** *** 30,36 **** #include #ifdef BOOST_NO_STDC_NAMESPACE ! namespace std { using ::strcmp; using ::remove; using ::rename; } #endif namespace fs = boost::filesystem; --- 30,36 ---- #include #ifdef BOOST_NO_STDC_NAMESPACE ! namespace std { using ::strcmp; } #endif namespace fs = boost::filesystem; *************** *** 84,89 **** --- 84,93 ---- #include // must be the last header + #ifdef BOOST_NO_STDC_NAMESPACE + namespace std { using ::remove; using ::rename; } + #endif + // helpers -----------------------------------------------------------------// namespace