xo-arena: DArenaHashMap move impl to xo::map namespace
This commit is contained in:
parent
d75458fbc9
commit
7ffb47bfc5
6 changed files with 18 additions and 16 deletions
|
|
@ -11,8 +11,8 @@
|
|||
#include <catch2/catch.hpp>
|
||||
|
||||
namespace xo {
|
||||
using xo::mm::DArenaHashMapUtil;
|
||||
using xo::mm::DArenaHashMap;
|
||||
using xo::map::DArenaHashMapUtil;
|
||||
using xo::map::DArenaHashMap;
|
||||
using xo::rng::random_seed;
|
||||
using xo::rng::xoshiro256ss;
|
||||
using utest::UtestTools;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue