forked from boostorg/regex
Fixed Borland warning suppression.
Changed config to use BOOST_HAS_DECLSPEC [SVN r19781]
This commit is contained in:
@ -1222,7 +1222,6 @@ inline
|
||||
return reinterpret_cast<re_detail::re_syntax_base*>(reinterpret_cast<char*>(base) + off);
|
||||
}
|
||||
|
||||
|
||||
template <class charT, class traits, class Allocator>
|
||||
void BOOST_REGEX_CALL reg_expression<charT, traits, Allocator>::fixup_apply(re_detail::re_syntax_base* b, unsigned cbraces)
|
||||
{
|
||||
@ -2184,3 +2183,4 @@ void BOOST_REGEX_CALL reg_expression<charT, traits, Allocator>::fail(unsigned in
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user