nova.hpp 574 B

123456789101112131415161718192021
  1. // Copyright (C) 2012 Lorenzo Caminiti
  2. // Distributed under the Boost Software License, Version 1.0
  3. // (see accompanying file LICENSE_1_0.txt or a copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. // Home at http://www.boost.org/libs/scope_exit
  6. #ifndef NOVA_HPP_
  7. #define NOVA_HPP_
  8. #include <boost/config.hpp>
  9. // WARNING: This file must be included first in each compilation unit.
  10. // Force no variadic macros but avoiding macro redefinition warning/error.
  11. #ifndef BOOST_NO_CXX11_VARIADIC_MACROS
  12. # define BOOST_NO_CXX11_VARIADIC_MACROS
  13. #endif
  14. #endif // #include guard