Skip to content

Commit

Permalink
LibcxxTreeMapTester
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhovets committed Nov 13, 2024
1 parent b815dae commit 5163ee9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/sources/LibcxxTreeMapTester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ namespace std
momo::TreeMapKeyValueTraits<TKey, TMapped, momo::MemManagerStd<TAllocator>, false>,
momo::TreeMapSettings>>;

template<typename TKey>
using vector = momo::stdish::vector<TKey>;
template<typename TValue>
using vector = momo::stdish::vector<TValue>;
}

#define LIBCXX_TEST_PREFIX "libcxx_test_tree_map"
Expand Down
4 changes: 2 additions & 2 deletions test/sources/LibcxxTreeMapVPTester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ namespace std
momo::TreeMapKeyValueTraits<TKey, TMapped, momo::MemManagerStd<TAllocator>, true>,
momo::TreeMapSettings>>;

template<typename TKey>
using vector = momo::stdish::vector<TKey>;
template<typename TValue>
using vector = momo::stdish::vector<TValue>;
}

#define LIBCXX_TEST_PREFIX "libcxx_test_tree_map_vp"
Expand Down

0 comments on commit 5163ee9

Please sign in to comment.