diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-11 22:22:23 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:22:23 +0200 |
commit | d68a5e3f1717f5b7ea78e5dcc2e35a76f292667a (patch) | |
tree | b0040a26b328fea8e6aa5a6534980eb58c42d925 /development/boost/patches/changeset_r48462.diff | |
parent | dd32db5be824aec1e73297baacb077b016b29177 (diff) |
development/boost: Updated for version 1.36.0
Diffstat (limited to 'development/boost/patches/changeset_r48462.diff')
-rw-r--r-- | development/boost/patches/changeset_r48462.diff | 16 |
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
|