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
|
||||
#include <sstream>
|
||||
#endif
|
||||
#include <limits.h> // CHAR_BIT
|
||||
|
||||
namespace boost{
|
||||
|
||||
@ -687,3 +688,4 @@ private:
|
||||
} // namespace boost
|
||||
|
||||
#endif // BOOST_REGEX_UNICODE_ITERATOR_HPP
|
||||
|
||||
|
Reference in New Issue
Block a user