forked from boostorg/regex
Fixed C++ Builder 5 support,
Fixed support for bidirectional iterators, Fixed enum declaration in states.hpp. [SVN r18874]
This commit is contained in:
@ -35,6 +35,8 @@
|
||||
// this is harmless for a staic link:
|
||||
# define _RWSTD_COMPILE_INSTANTIATE
|
||||
# endif
|
||||
// external templates cause problems for some reason:
|
||||
# define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
|
||||
# endif
|
||||
# if (__BORLANDC__ <= 0x540) && !defined(BOOST_REGEX_NO_LIB) && !defined(_NO_VCL)
|
||||
// C++ Builder 4 and earlier, we can't tell whether we should be using
|
||||
|
Reference in New Issue
Block a user