commit | 3101474720aad336bfb3b80448f2d1d54b9cd9aa | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Wed Mar 06 18:16:12 2013 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Wed Mar 06 18:16:12 2013 +0000 |
tree | 9394301c3407f2f7201ef73d1c63c7a8f060f080 | |
parent | 11a31d05839944d7e2b2cbf38b11f44623ad05a2 [diff] [blame] |
Correct silly type-o. Thanks Richard. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@176568 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/bitset b/include/bitset index 06fd729..aa7a596 100644 --- a/include/bitset +++ b/include/bitset
@@ -253,7 +253,7 @@ : __first_{__v} #elif __SIZE_WIDTH__ == 32 : __first_{__v, __v >> __bits_per_word} -#elif +#else #error This constructor has not been ported to this platform #endif #endif