mirror of
https://github.com/boostorg/regex.git
synced 2025-07-01 14:50:58 +02: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