xo-arena: DArenaHashMap move impl to xo::map namespace

This commit is contained in:
Roland Conybeare 2026-01-08 18:54:39 -05:00
commit 7ffb47bfc5
6 changed files with 18 additions and 16 deletions

View file

@ -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;