summaryrefslogtreecommitdiffstats
path: root/development/boost/patches/changeset_r48462.diff
blob: 5cd2302fff23b80d31a7f59ccab012775103fa6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: /trunk/boost/filesystem/convenience.hpp
===================================================================
--- /trunk/boost/filesystem/convenience.hpp (revision 47181)
+++ /trunk/boost/filesystem/convenience.hpp (revision 48462)
@@ -95,4 +95,5 @@
       { return create_directories<wpath>(ph); }
 
+# ifndef BOOST_FILESYSTEM_NO_DEPRECATED
     inline std::string extension(const path& ph)
       { return extension<path>(ph); }
@@ -109,4 +110,5 @@
     inline wpath change_extension( const wpath & ph, const std::wstring& new_ex )
       { return change_extension<wpath>( ph, new_ex ); }
+# endif
 
 # endif