From af74fefd29929e33704f81b645ff809b88167a37 Mon Sep 17 00:00:00 2001 From: Liss Heidrich <31625940+liss-h@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:21:01 +0100 Subject: [PATCH] fmt --- include/dice/template-library/limit_allocator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dice/template-library/limit_allocator.hpp b/include/dice/template-library/limit_allocator.hpp index 7bdd60b..9c5aaf7 100644 --- a/include/dice/template-library/limit_allocator.hpp +++ b/include/dice/template-library/limit_allocator.hpp @@ -15,7 +15,7 @@ namespace dice::template_library { */ enum struct limit_allocator_syncness : bool { sync, ///< thread-safe (synchronized) - unsync///< not thread-safe (unsynchronized) + unsync, ///< not thread-safe (unsynchronized) }; namespace detail_limit_allocator {