projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d23857
)
Correct silly type-o. Thanks Richard.
author
Howard Hinnant
<hhinnant@apple.com>
Wed, 6 Mar 2013 18:16:12 +0000
(18:16 +0000)
committer
Howard Hinnant
<hhinnant@apple.com>
Wed, 6 Mar 2013 18:16:12 +0000
(18:16 +0000)
llvm-svn: 176568
libcxx/include/bitset
patch
|
blob
|
history
diff --git
a/libcxx/include/bitset
b/libcxx/include/bitset
index 06fd729ef8c4192b7da468f3599757a94f25f467..aa7a596f6625f68679d295ea855eef17c1c9f2d9 100644
(file)
--- a/
libcxx/include/bitset
+++ b/
libcxx/include/bitset
@@
-253,7
+253,7
@@
__bitset<_N_words, _Size>::__bitset(unsigned long long __v) _NOEXCEPT
: __first_{__v}
#elif __SIZE_WIDTH__ == 32
: __first_{__v, __v >> __bits_per_word}
-#el
if
+#el
se
#error This constructor has not been ported to this platform
#endif
#endif