[PATCH] D48611: [NFC] Add <initializer_list> to the synopsis of <utility>

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 26 14:58:08 PDT 2018


ldionne created this revision.
ldionne added reviewers: EricWF, mclow.lists.
Herald added subscribers: llvm-commits, christof.

It is part of the synopsis in the Standard and <utility> does include it,
but it was left out of the synopsis comment.


Repository:
  rL LLVM

https://reviews.llvm.org/D48611

Files:
  libcxx/include/utility


Index: libcxx/include/utility
===================================================================
--- libcxx/include/utility
+++ libcxx/include/utility
@@ -14,6 +14,8 @@
 /*
     utility synopsis
 
+#include <initializer_list>
+
 namespace std
 {
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48611.152971.patch
Type: text/x-patch
Size: 249 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180626/01e70b44/attachment.bin>


More information about the llvm-commits mailing list