]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/throw_exception.hpp
thinko: if we have requires, do not test package
[lyx.git] / boost / boost / throw_exception.hpp
index a38405400e0c40e968cb61db2ef9fc077906efd9..a73acb671bafcdf89d202c203e3ed5882585eb27 100644 (file)
@@ -79,7 +79,7 @@ template<class E> BOOST_ATTRIBUTE_NORETURN inline void throw_exception( E const
                 set_info(
                     set_info(
                         set_info(
-                            enable_error_info(x),
+                            boost::enable_error_info(x),
                             throw_function(current_function)),
                         throw_file(file)),
                     throw_line(line)));