charconv.hpp 371 B

123456789101112
  1. #ifndef BOOST_CHARCONV_HPP_INCLUDED
  2. #define BOOST_CHARCONV_HPP_INCLUDED
  3. // Copyright 2022 Peter Dimov
  4. // Distributed under the Boost Software License, Version 1.0.
  5. // https://www.boost.org/LICENSE_1_0.txt
  6. #include <boost/charconv/from_chars.hpp>
  7. #include <boost/charconv/to_chars.hpp>
  8. #include <boost/charconv/limits.hpp>
  9. #endif // #ifndef BOOST_CHARCONV_HPP_INCLUDED