2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

boost::integer_traits had been replaced with std::numeric_limits

This commit is contained in:
Nikita Kniazev
2021-03-15 18:31:40 +03:00
committed by GitHub
parent 841eeb2d96
commit c2a4af9065

View File

@@ -11,7 +11,7 @@
#pragma once
#endif
#include <boost/integer_traits.hpp>
#include <limits>
namespace boost { namespace spirit { namespace support { namespace detail
{