Network namespaces simplified

This commit is contained in:
2019-11-18 23:32:48 +01:00
parent 34432c0aae
commit 30cbc96569
+2 -4
View File
@@ -1,10 +1,8 @@
#ifndef C0DING_NETWORK_H
#define C0DING_NETWORK_H
namespace c0ding {
namespace network {
void test();
}
namespace c0ding::network {
void test();
}
#endif //C0DING_NETWORK_H