mirror of
https://github.com/boostorg/regex.git
synced 2025-07-18 23:02:09 +02:00
Tweaked dll selection code,
Fixed various errors detected by MWCW and Como [SVN r18493]
This commit is contained in:
@ -140,7 +140,7 @@ public:
|
||||
}
|
||||
const_iterator end() const
|
||||
{
|
||||
m_subs.end();
|
||||
return m_subs.end();
|
||||
}
|
||||
// format:
|
||||
template <class OutputIterator>
|
||||
|
Reference in New Issue
Block a user