Home
last modified time | relevance | path

Searched refs:m_saved_error_count (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/regex/test/regress/
Dinfo.hpp253 m_saved_error_count = error_count; in errors_as_warnings()
257 if(m_saved_error_count != error_count) in ~errors_as_warnings()
259 …std::cerr << "<note>The above " << (error_count - m_saved_error_count) << " errors are treated as … in ~errors_as_warnings()
260 error_count = m_saved_error_count; in ~errors_as_warnings()
264 int m_saved_error_count; member in errors_as_warnings