Ticket #552: boost_patch

File boost_patch, 410 bytes (added by Karol Trzcionka, 14 years ago)
Line 
1Index: source/lib/file/vfs/vfs_path.h
2===================================================================
3--- source/lib/file/vfs/vfs_path.h (revision 8027)
4+++ source/lib/file/vfs/vfs_path.h (working copy)
5@@ -63,6 +63,9 @@
6
7 namespace boost
8 {
9+#ifdef BOOST_FILESYSTEM2_NAMESPACE
10+#define filesystem BOOST_FILESYSTEM2_NAMESPACE
11+#endif
12 namespace filesystem
13 {
14 template<> struct is_basic_path<VfsPath>