[libcxx-commits] [libcxx] 5e86f8a - [libc++] Reorder a comment pertaining to `struct __two`. NFC.

Arthur O'Dwyer via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 15 16:22:38 PST 2021


Author: Arthur O'Dwyer
Date: 2021-12-15T19:21:51-05:00
New Revision: 5e86f8abd1f4ca11cc64433552ec013e9a8b8a2b

URL: https://github.com/llvm/llvm-project/commit/5e86f8abd1f4ca11cc64433552ec013e9a8b8a2b
DIFF: https://github.com/llvm/llvm-project/commit/5e86f8abd1f4ca11cc64433552ec013e9a8b8a2b.diff

LOG: [libc++] Reorder a comment pertaining to `struct __two`. NFC.

Added: 
    

Modified: 
    libcxx/include/type_traits

Removed: 
    


################################################################################
diff  --git a/libcxx/include/type_traits b/libcxx/include/type_traits
index 4c8f198c37a27..2a61da5bcea7a 100644
--- a/libcxx/include/type_traits
+++ b/libcxx/include/type_traits
@@ -600,9 +600,9 @@ using __is_primary_template = _IsValidExpansion<
     __test_for_primary_template, _Tp
   >;
 
-struct __two {char __lx[2];};
+// helper class
 
-// helper class:
+struct __two {char __lx[2];};
 
 // is_const
 


        


More information about the libcxx-commits mailing list