version.hpp 437 B

12345678910111213141516
  1. #ifndef BOOST_MP11_VERSION_HPP_INCLUDED
  2. #define BOOST_MP11_VERSION_HPP_INCLUDED
  3. // Copyright 2019 Peter Dimov
  4. //
  5. // Distributed under the Boost Software License, Version 1.0.
  6. //
  7. // See accompanying file LICENSE_1_0.txt or copy at
  8. // http://www.boost.org/LICENSE_1_0.txt
  9. // Same format as BOOST_VERSION:
  10. // major * 100000 + minor * 100 + patch
  11. #define BOOST_MP11_VERSION 107200
  12. #endif // #ifndef BOOST_MP11_VERSION_HPP_INCLUDED