]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/boost/boost/regex/v4/regex_raw_buffer.hpp
Update boost to version 1.61
[lyx.git] / 3rdparty / boost / boost / regex / v4 / regex_raw_buffer.hpp
index c7792e3d2ee02a947e47502a40c6e4a62c8d7d42..fcdb856a55eba6f2af1489850b963ec50affbd58 100644 (file)
@@ -29,7 +29,7 @@
 #include <cstddef>
 
 namespace boost{
-   namespace re_detail{
+   namespace BOOST_REGEX_DETAIL_NS{
 
 #ifdef BOOST_MSVC
 #pragma warning(push)
@@ -198,7 +198,7 @@ inline raw_storage::raw_storage(size_type n)
 #pragma warning(pop)
 #endif
 
-} // namespace re_detail
+} // namespace BOOST_REGEX_DETAIL_NS
 } // namespace boost
 
 #endif