]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/detail/is_function_ref_tester.hpp
Add forgotten test to distribution
[lyx.git] / boost / boost / detail / is_function_ref_tester.hpp
old mode 100755 (executable)
new mode 100644 (file)
index 5f367ea..8e7d1d7
@@ -112,7 +112,7 @@ boost::type_traits::yes_type is_function_ref_tester(R (&)(T0,T1,T2,T3,T4,T5,T6,T
 #else
 
 #define BOOST_PP_ITERATION_PARAMS_1 \
-    (3, (0, 25, "boost/type_traits/detail/is_function_ref_tester.hpp"))
+    (3, (0, 25, "boost/detail/is_function_ref_tester.hpp"))
 #include BOOST_PP_ITERATE()
 
 #endif // BOOST_TT_PREPROCESSING_MODE
@@ -133,3 +133,4 @@ boost::type_traits::yes_type is_function_ref_tester(R (&)(BOOST_PP_ENUM_PARAMS(i
 
 #undef i
 #endif // BOOST_PP_IS_ITERATING
+