Correct silly type-o. Thanks Richard.

llvm-svn: 176568
This commit is contained in:
Howard Hinnant 2013-03-06 18:16:12 +00:00
parent 7d23857a07
commit 3fb6c6e50d
1 changed files with 1 additions and 1 deletions

View File

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