diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-15 06:35:39 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-15 06:35:39 +0100 |
commit | 8c7d8405b7c88d0553ee505061ade27127410431 (patch) | |
tree | a78d75ebf176dc81009417b91b374820bcb74ed0 /serialize/packbits.hpp | |
parent | b38c2ac1d97a2c0090ce7f63a40b98fcd174b356 (diff) |
a
Diffstat (limited to 'serialize/packbits.hpp')
-rw-r--r-- | serialize/packbits.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/serialize/packbits.hpp b/serialize/packbits.hpp index ee8aeaec..7d612942 100644 --- a/serialize/packbits.hpp +++ b/serialize/packbits.hpp @@ -32,8 +32,8 @@ template<typename... Ts> struct empty_pack_tuple {}; } // namespace floormat::detail_Pack -namespace floormat::Pack { +namespace floormat::pack { -} // namespace floormat::Pack +} // namespace floormat::pack |