summaryrefslogtreecommitdiffhomepage
path: root/archive.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-05 18:28:07 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-05 18:28:07 +0100
commit05d1823e1220a6bdf5f31990462b66ee60c0c9d1 (patch)
treecc5302f175ac245eda1c631a192621b0e161b8d4 /archive.h
parent92ba92a9517650fc6cfe4a8e3a4f34f7ab3e8eda (diff)
Serialization for archive.h
Diffstat (limited to 'archive.h')
-rw-r--r--archive.h4
1 files changed, 2 insertions, 2 deletions
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<void> 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