summaryrefslogtreecommitdiff
path: root/libs/local_function/test/nova.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/local_function/test/nova.hpp')
-rw-r--r--libs/local_function/test/nova.hpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/libs/local_function/test/nova.hpp b/libs/local_function/test/nova.hpp
new file mode 100644
index 0000000000..58984acd89
--- /dev/null
+++ b/libs/local_function/test/nova.hpp
@@ -0,0 +1,21 @@
+
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+// Home at http://www.boost.org/libs/scope_exit
+
+#ifndef NOVA_HPP_
+#define NOVA_HPP_
+
+#include <boost/config.hpp>
+
+// WARNING: This file must be included first in each compilation unit.
+
+// Force no variadic macros but avoiding macro redefinition warning/error.
+#ifndef BOOST_NO_VARIADIC_MACROS
+# define BOOST_NO_VARIADIC_MACROS
+#endif
+
+#endif // #include guard
+