LWG 1325
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@119571 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// test bitset(const char *str);
|
||||
// template <class charT>
|
||||
// explicit bitset(const charT* str,
|
||||
// typename basic_string<charT>::size_type n = basic_string<charT>::npos,
|
||||
// charT zero = charT('0'), charT one = charT('1'));
|
||||
|
||||
#include <bitset>
|
||||
#include <cassert>
|
||||
|
Reference in New Issue
Block a user