From 05d1823e1220a6bdf5f31990462b66ee60c0c9d1 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 5 Jan 2023 18:28:07 +0100 Subject: Serialization for archive.h --- archive.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archive.h') diff --git a/archive.h b/archive.h index 1218505..62d71dd 100644 --- a/archive.h +++ b/archive.h @@ -16,7 +16,7 @@ typedef boost::coroutines2::coroutine coro_t; // Serialization, similar to Boost Serialization // but for portable binary archive // using big endian coding (network byte order) -namespace Serialization { +namespace Reichwein::Serialization { class OArchive { @@ -224,4 +224,4 @@ IArchive& operator >>(IArchive& ar, T& v) return ar; }; -} +} // namespace -- cgit v1.2.3