mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
fix grievious missing std:: qualification
[SVN r7852]
This commit is contained in:
@ -199,7 +199,7 @@ enum syntax_element_type
|
||||
|
||||
#ifdef BOOST_RE_DEBUG
|
||||
// dwa 09/26/00 - This is needed to suppress warnings about an ambiguous conversion
|
||||
ostream& operator<<(ostream&, syntax_element_type);
|
||||
std::ostream& operator<<(std::ostream&, syntax_element_type);
|
||||
#endif
|
||||
|
||||
union offset_type
|
||||
|
Reference in New Issue
Block a user