Tweaked dll selection code,

Fixed various errors detected by MWCW and Como


[SVN r18493]
This commit is contained in:
John Maddock
2003-05-22 11:19:58 +00:00
parent 31d1dc1182
commit 89d445c1b6
6 changed files with 15 additions and 14 deletions

View File

@ -140,7 +140,7 @@ public:
}
const_iterator end() const
{
m_subs.end();
return m_subs.end();
}
// format:
template <class OutputIterator>