Added support for perl style \u \U \l \L etc in formatting.

[SVN r22486]
This commit is contained in:
John Maddock
2004-03-12 13:12:33 +00:00
parent f90d8c667e
commit b8eab985e5
3 changed files with 170 additions and 32 deletions

View File

@ -57,7 +57,7 @@ template class BOOST_REGEX_DECL reg_expression< BOOST_REGEX_CHAR_T >;
# include BOOST_ABI_SUFFIX
#endif
#elif defined(BOOST_MSVC) || defined(__GNUC__)
#elif (defined(BOOST_MSVC) && defined(_MSC_EXTENSIONS)) || defined(__GNUC__)
# ifndef BOOST_REGEX_INSTANTIATE
# define template extern template