TMP / compacted namespace declarations

This commit is contained in:
2023-03-21 15:03:48 +01:00
parent 5ff9334c64
commit 31c5692ba8
40 changed files with 81 additions and 161 deletions

View File

@@ -3,8 +3,7 @@
#include "util.h"
#include <ostream>
namespace progressia {
namespace main {
namespace progressia::main {
namespace detail {
@@ -60,5 +59,4 @@ detail::LogSink fatal(const char *start = nullptr);
void initializeLogging();
void shutdownLogging();
} // namespace main
} // namespace progressia
} // namespace progressia::main