mirror of
https://github.com/boostorg/regex.git
synced 2026-02-15 01:12:23 +00:00
fix grievious missing std:: qualification
[SVN r7852]
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#ifdef BOOST_RE_DEBUG
|
||||
|
||||
namespace boost { namespace re_detail {
|
||||
ostream& operator<<(ostream& s, syntax_element_type x)
|
||||
std::ostream& operator<<(std::ostream& s, syntax_element_type x)
|
||||
{
|
||||
return s << static_cast<unsigned long>(x);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user