From 05e9c2182e674842a8e29421739f1bd95bc1bd82 Mon Sep 17 00:00:00 2001 From: Hideaki Tai Date: Tue, 6 Feb 2024 08:48:47 +0900 Subject: [PATCH] feat: bump arxcontainer to v0.6.0 --- DebugLog/Types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DebugLog/Types.h b/DebugLog/Types.h index 2aae501..4d1c1ba 100644 --- a/DebugLog/Types.h +++ b/DebugLog/Types.h @@ -33,11 +33,11 @@ namespace debug { using map_t = std::map; #else // Do not have libstdc++11 template - using vec_t = arx::vector; + using vec_t = arx::stdx::vector; template - using deq_t = arx::deque; + using deq_t = arx::stdx::deque; template - using map_t = arx::map; + using map_t = arx::stdx::map; #endif // Do not have libstdc++11 // serial loggers