mirror of
https://github.com/boostorg/charconv.git
synced 2026-02-14 00:32:11 +00:00
Fix header organization
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user