config.hpp 477 B

123456789101112131415161718
  1. // config.hpp ---------------------------------------------------------------//
  2. // Copyright 2012 Vicente J. Botet Escriba
  3. // Distributed under the Boost Software License, Version 1.0.
  4. // See http://www.boost.org/LICENSE_1_0.txt
  5. #ifndef BOOST_RATIO_CONFIG_HPP
  6. #define BOOST_RATIO_CONFIG_HPP
  7. // This header is no longer useful and is only retained for compatibility
  8. #include <cstdint>
  9. #define BOOST_RATIO_INTMAX_C INTMAX_C
  10. #endif // #ifndef BOOST_RATIO_CONFIG_HPP