openmethod.hpp 367 B

12345678910111213
  1. // Copyright (c) 2018-2025 Jean-Louis Leroy
  2. // Distributed under the Boost Software License, Version 1.0.
  3. // See accompanying file LICENSE_1_0.txt
  4. // or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. #ifndef BOOST_OPENMETHOD_HPP
  6. #define BOOST_OPENMETHOD_HPP
  7. #include <boost/openmethod/core.hpp>
  8. #include <boost/openmethod/macros.hpp>
  9. #endif // BOOST_OPENMETHOD_HPP