From 8462a49537476f8c62bcabfe490226af0d7c1cae Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Fri, 16 Jun 2017 21:04:04 +0000 Subject: Vendor import of libc++ trunk r305575: https://llvm.org/svn/llvm-project/libcxx/trunk@305575 --- .../associative/multimap/multimap.ops/upper_bound0.pass.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'test/std/containers/associative/multimap/multimap.ops/upper_bound0.pass.cpp') diff --git a/test/std/containers/associative/multimap/multimap.ops/upper_bound0.pass.cpp b/test/std/containers/associative/multimap/multimap.ops/upper_bound0.pass.cpp index 3f6852d085c3..1a572e9c5070 100644 --- a/test/std/containers/associative/multimap/multimap.ops/upper_bound0.pass.cpp +++ b/test/std/containers/associative/multimap/multimap.ops/upper_bound0.pass.cpp @@ -28,7 +28,12 @@ int main() { + { typedef std::multimap M; - M().upper_bound(C2Int{5}); + } + { + typedef std::multimap M; + M().upper_bound(C2Int{5}); + } } -- cgit v1.3