Fix header organization

This commit is contained in:
Matt Borland
2023-03-02 10:17:10 -08:00
parent 27d7a74007
commit 1f0b76bdc6

View File

@@ -5,14 +5,14 @@
// If the architecture (e.g. ARM) does not have __int128 we need to emulate it
#ifndef BOOST_CHARCONV_DETAIL_EMULATED128_HPP
#define BOOST_CHARCONV_DETAIL_EMULATED128_HPP
#include <boost/charconv/detail/config.hpp>
#include <boost/charconv/config.hpp>
#include <cstdint>
#include <cassert>
#ifndef BOOST_CHARCONV_DETAIL_EMULATED128_HPP
#define BOOST_CHARCONV_DETAIL_EMULATED128_HPP
namespace boost { namespace charconv { namespace detail {
// Emulates a __int128 using 2x 64bit ints (high and low)