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

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 5 09:21:06 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL336368: [NFC] Add <initializer_list> to the synopsis of <utility> (authored by ldionne, committed by ).
Herald added a subscriber: dexonsmith.

Changed prior to commit:
  https://reviews.llvm.org/D48611?vs=152971&id=154253#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D48611

Files:
  libcxx/trunk/include/utility


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48611.154253.patch
Type: text/x-patch
Size: 267 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180705/cd62459b/attachment.bin>


More information about the llvm-commits mailing list