hubert.reinterpretcast added a comment.

An example of using `FixedSizeStorage` can be found in 
http://reviews.llvm.org/D19771.


================
Comment at: include/llvm/Support/TrailingObjects.h:352
@@ +351,3 @@
+    template <size_t... Counts>
+    using _ =
+        llvm::AlignedCharArray<trailing_objects_internal::AlignmentCalcHelper<
----------------
I named the member, `_`, as such, because I found that having a longer or more 
meaningful name (such as `with_counts`) here causes "noise" at the point where 
the type is used.


http://reviews.llvm.org/D19770



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to