mirror of
https://github.com/boostorg/regex.git
synced 2025-07-18 06:42:08 +02:00
Added GCC warning suppression
[SVN r15022]
This commit is contained in:
@ -145,6 +145,7 @@ parser_buf<charT, traits>::seekoff(off_type off, ::std::ios_base::seekdir way, :
|
||||
else
|
||||
this->setg(g, g + newpos, g + size);
|
||||
}
|
||||
default: ;
|
||||
}
|
||||
return static_cast<pos_type>(this->gptr() - this->eback());
|
||||
}
|
||||
@ -865,3 +866,4 @@ std::size_t BOOST_REGEX_CALL cpp_regex_traits<wchar_t>::strwiden(wchar_t *s1, st
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user