Network namespaces simplified
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user