summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__functional_base
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2019-09-25 09:10:38 +0000
committerIlya Biryukov <ibiryukov@google.com>2019-09-25 09:10:38 +0000
commita3d337a9a7d00d82bb190c5e551181d3998f6b98 (patch)
tree24894b738fba0f734957c9af632f5bc1f584276f /libcxx/include/__functional_base
parent436d9881a9a87b2c4177831435e85c8f47ce9ab1 (diff)
downloadbcm5719-llvm-a3d337a9a7d00d82bb190c5e551181d3998f6b98.tar.gz
bcm5719-llvm-a3d337a9a7d00d82bb190c5e551181d3998f6b98.zip
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
This also reverts: - r372778: [libc++] Implement LWG 3158 - r372782: [libc++] Try fixing tests that fail on GCC 5 and older - r372787: Purge mentions of GCC 4 from the test suite Reason: the change breaks compilation of LLVM with libc++, for details see http://lists.llvm.org/pipermail/libcxx-dev/2019-September/000599.html llvm-svn: 372832
Diffstat (limited to 'libcxx/include/__functional_base')
-rw-r--r--libcxx/include/__functional_base2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__functional_base b/libcxx/include/__functional_base
index ca761c409b6..9587d7ab15a 100644
--- a/libcxx/include/__functional_base
+++ b/libcxx/include/__functional_base
@@ -558,7 +558,7 @@ struct __is_transparent<_Tp, _Up,
// allocator_arg_t
-struct _LIBCPP_TEMPLATE_VIS allocator_arg_t { explicit allocator_arg_t() = default; };
+struct _LIBCPP_TEMPLATE_VIS allocator_arg_t { };
#if defined(_LIBCPP_CXX03_LANG) || defined(_LIBCPP_BUILDING_LIBRARY)
extern _LIBCPP_EXPORTED_FROM_ABI const allocator_arg_t allocator_arg;
OpenPOWER on IntegriCloud