git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@119571 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant
2010-11-17 21:53:14 +00:00
parent 7b2cb48cc1
commit 34d6b19721
2 changed files with 21 additions and 13 deletions

View File

@@ -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>