mirror of
https://github.com/boostorg/regex.git
synced 2025-07-19 07:12:07 +02:00
Appararently we need to include <limits.h> (for gcc-2.95.3)
[SVN r32400]
This commit is contained in:
@ -69,6 +69,7 @@ Accepts UTF-32 code points and forwards them on as UTF-16 code points.
|
|||||||
#ifndef BOOST_NO_STD_LOCALE
|
#ifndef BOOST_NO_STD_LOCALE
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#endif
|
#endif
|
||||||
|
#include <limits.h> // CHAR_BIT
|
||||||
|
|
||||||
namespace boost{
|
namespace boost{
|
||||||
|
|
||||||
@ -687,3 +688,4 @@ private:
|
|||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
|
||||||
#endif // BOOST_REGEX_UNICODE_ITERATOR_HPP
|
#endif // BOOST_REGEX_UNICODE_ITERATOR_HPP
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user