git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1820
270642c3-0616-0410-b53a-bc976706d245
{
Keytype key (Parser::typeId+0);
SENF_ASSERT_EXPRESSION(
- map_.insert( key, new detail::GenericTLVParserRegistry_Entry<BaseParser, Parser>()).second == true,
+ map_.insert( key, new detail::GenericTLVParserRegistry_Entry<BaseParser, Parser>()).second,
"Duplicate TLV registration");
}