diff options
Diffstat (limited to 'test/std/containers/associative/multimap/multimap.ops/lower_bound.pass.cpp')
-rw-r--r-- | test/std/containers/associative/multimap/multimap.ops/lower_bound.pass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/std/containers/associative/multimap/multimap.ops/lower_bound.pass.cpp b/test/std/containers/associative/multimap/multimap.ops/lower_bound.pass.cpp index 8a650fa559759..28ff332542b43 100644 --- a/test/std/containers/associative/multimap/multimap.ops/lower_bound.pass.cpp +++ b/test/std/containers/associative/multimap/multimap.ops/lower_bound.pass.cpp @@ -155,7 +155,6 @@ int main() #endif #if TEST_STD_VER > 11 { - typedef std::pair<const int, double> V; typedef std::multimap<int, double, std::less<>> M; typedef M::iterator R; V ar[] = |