Ejemplo n.º 1
0
void
add(symbols<>& sym, char const* str)
{
    sym.add(str, str + strlen(str));
}