summaryrefslogtreecommitdiffstats
path: root/development/boost/patches/changeset_r48462.diff
diff options
context:
space:
mode:
Diffstat (limited to 'development/boost/patches/changeset_r48462.diff')
-rw-r--r--development/boost/patches/changeset_r48462.diff16
1 files changed, 16 insertions, 0 deletions
diff --git a/development/boost/patches/changeset_r48462.diff b/development/boost/patches/changeset_r48462.diff
new file mode 100644
index 0000000000..5cd2302fff
--- /dev/null
+++ b/development/boost/patches/changeset_r48462.diff
@@ -0,0 +1,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