diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-23 14:52:16 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-23 14:52:16 +0000 |
commit | 7572f371867ac8fd61963aced41382357d0e28f8 (patch) | |
tree | c1685be6dd885ac1d903dbf21f68c2cf8ba252ad /mfbt/tests | |
parent | a680bdc637e0393aaa08d575c66f7166b788b443 (diff) | |
download | uxp-7572f371867ac8fd61963aced41382357d0e28f8.tar.gz |
Issue #1656 - Part 2: Unmangle some unfortunate UTF-8 victims.
The poor fellows got lost in an ASCII-interpretation of the world.
Diffstat (limited to 'mfbt/tests')
-rw-r--r-- | mfbt/tests/TestTypeTraits.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mfbt/tests/TestTypeTraits.cpp b/mfbt/tests/TestTypeTraits.cpp index e51831e50d..93f9b3d0f1 100644 --- a/mfbt/tests/TestTypeTraits.cpp +++ b/mfbt/tests/TestTypeTraits.cpp @@ -375,7 +375,7 @@ static_assert(IsDestructible<TrivialDestructible>::value, namespace CPlusPlus11IsBaseOf { -// Adapted from C++11 ?? 20.9.6. +// Adapted from C++11 ยง 20.9.6. struct B {}; struct B1 : B {}; struct B2 : B {}; |