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

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

Reviewers: EricWF, mclow.lists

Subscribers: christof, llvm-commits

Differential Revision: https://reviews.llvm.org/D48611

llvm-svn: 336368
This commit is contained in:
Louis Dionne 2018-07-05 16:16:03 +00:00
parent fa2d16f4ab
commit 14c922a240
1 changed files with 2 additions and 0 deletions

View File

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