Skip to content

Commit

Permalink
Update libcxx/map
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhovets committed Nov 26, 2023
1 parent 5d221ff commit 99f8426
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/sources/libcxx/map/map.cons/deduct.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ int main(int, char**)
#if !defined(TEST_GCC)
momo::stdish::map m{std::pair{1, 1}, {2, 2}, {3, 3}};
ASSERT_SAME_TYPE(decltype(m), momo::stdish::map<int, int>);
#else
momo::stdish::map<int, int> m;
#endif

#if !defined(TEST_MSVC) && !defined(TEST_CLANG)
Expand Down

0 comments on commit 99f8426

Please sign in to comment.