Use nested namespaces (C++17 feature)

This commit is contained in:
Mat Sutcliffe
2021-09-15 21:44:54 +01:00
parent 3f2e5b0b69
commit 57d32da826
1345 changed files with 146075 additions and 150376 deletions

View File

@@ -11,13 +11,10 @@
#include <QString>
#include <tuple>
namespace BlackMisc
namespace BlackMisc::Network
{
namespace Network
{
CUserList::CUserList() { }
CUserList::CUserList() { }
CUserList::CUserList(const CSequence &other) : CSequence<CUser>(other)
{ }
} // namespace
CUserList::CUserList(const CSequence &other) : CSequence<CUser>(other)
{ }
} // namespace