mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-24 03:32:35 +08:00
[libc++] Purge mentions of GCC 4 from the test suite
We don't support GCC 4 and older according to the documentation, so we should pretend it doesn't exist. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@372787 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
// Before GCC 6, aggregate initialization kicks in.
|
||||
// See https://stackoverflow.com/q/41799015/627587.
|
||||
// UNSUPPORTED: gcc-4, gcc-5
|
||||
// UNSUPPORTED: gcc-5
|
||||
|
||||
// struct nothrow_t {
|
||||
// explicit nothrow_t() = default;
|
||||
|
Reference in New Issue
Block a user