Date
2010-10-21.18:28:33
Message id
961

Content

Proposed resolution:

Add to [template.bitset] a bitset constructor declaration

explicit bitset(const char*);

and in Section [bitset.cons] add:

explicit bitset(const char* str);

Effects:
    Calls bitset((string) str, 0, string::npos);