[libcxx-commits] [PATCH] D109711: [libc++][test] Remove disable_missing_braces_warning.h from few tests
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 15 10:31:52 PDT 2021
Mordante accepted this revision as: Mordante.
Mordante added a comment.
LGTM. But I too would prefer remove all no longer needed `#include "disable_missing_braces_warning.h"` in this commit and remove the then obsolete header.
@Quuxplusone Am I missing something? AFAIK `const std::array<long, 5> arr = {4, 5, 6, 7, 8};` is valid C++11.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109711/new/
https://reviews.llvm.org/D109711
More information about the libcxx-commits
mailing list