Explorar o código

Correct silly type-o. Thanks Richard.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@176568 91177308-0d34-0410-b5e6-96231b3b80d8
Howard Hinnant %!s(int64=12) %!d(string=hai) anos
pai
achega
3101474720
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/bitset

+ 1 - 1
include/bitset

@@ -253,7 +253,7 @@ __bitset<_N_words, _Size>::__bitset(unsigned long long __v) _NOEXCEPT
     : __first_{__v}
     : __first_{__v}
 #elif __SIZE_WIDTH__ == 32
 #elif __SIZE_WIDTH__ == 32
     : __first_{__v, __v >> __bits_per_word}
     : __first_{__v, __v >> __bits_per_word}
-#elif
+#else
 #error This constructor has not been ported to this platform
 #error This constructor has not been ported to this platform
 #endif
 #endif
 #endif
 #endif