aboutsummaryrefslogtreecommitdiffstats
path: root/main/boost/boost-1.54.0-Fix-macro-for-int128-detection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/boost/boost-1.54.0-Fix-macro-for-int128-detection.patch')
-rw-r--r--main/boost/boost-1.54.0-Fix-macro-for-int128-detection.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/main/boost/boost-1.54.0-Fix-macro-for-int128-detection.patch b/main/boost/boost-1.54.0-Fix-macro-for-int128-detection.patch
index e48936fe61..e3e22ec4df 100644
--- a/main/boost/boost-1.54.0-Fix-macro-for-int128-detection.patch
+++ b/main/boost/boost-1.54.0-Fix-macro-for-int128-detection.patch
@@ -1,7 +1,7 @@
-Index: boost/lexical_cast.hpp
+Index: a/boost/lexical_cast.hpp
===================================================================
---- boost/lexical_cast.hpp (revision 84136)
-+++ boost/lexical_cast.hpp (revision 84965)
+--- a/boost/lexical_cast.hpp (revision 84136)
++++ b/boost/lexical_cast.hpp (revision 84965)
@@ -70,8 +70,8 @@
#endif
@@ -13,10 +13,10 @@ Index: boost/lexical_cast.hpp
-
namespace boost
-Index: libs/conversion/test/lexical_cast_integral_types_test.cpp
+Index: a/libs/conversion/test/lexical_cast_integral_types_test.cpp
===================================================================
---- libs/conversion/test/lexical_cast_integral_types_test.cpp (revision 83717)
-+++ libs/conversion/test/lexical_cast_integral_types_test.cpp (revision 84965)
+--- a/libs/conversion/test/lexical_cast_integral_types_test.cpp (revision 83717)
++++ b/libs/conversion/test/lexical_cast_integral_types_test.cpp (revision 84965)
@@ -49,5 +49,5 @@
#endif