|
||||
File indexing completed on 2025-01-18 09:51:18
0001 // config.hpp ---------------------------------------------------------------// 0002 0003 // Copyright 2012 Vicente J. Botet Escriba 0004 0005 // Distributed under the Boost Software License, Version 1.0. 0006 // See http://www.boost.org/LICENSE_1_0.txt 0007 0008 0009 #ifndef BOOST_RATIO_CONFIG_HPP 0010 #define BOOST_RATIO_CONFIG_HPP 0011 0012 // This header is no longer useful and is only retained for compatibility 0013 0014 #include <cstdint> 0015 0016 #define BOOST_RATIO_INTMAX_C INTMAX_C 0017 0018 #endif // #ifndef BOOST_RATIO_CONFIG_HPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |