We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b124b6 commit ac26514Copy full SHA for ac26514
include/boost/lambda/construct.hpp
@@ -16,6 +16,7 @@
16
17
#include "boost/type_traits/remove_cv.hpp"
18
#include "boost/type_traits/is_pointer.hpp"
19
+#include "boost/config.hpp"
20
21
#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) && !defined(BOOST_NO_CXX11_RVALUE_REFERENCES)
22
#include <utility>
0 commit comments