tap: temporarily remove c++17 nested namespaces
This improves analysis under CLion 2016.x
This commit is contained in:
parent
f4093cb3d5
commit
d21f6c6911
4
tap.hpp
4
tap.hpp
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
namespace util::TAP {
|
namespace util { namespace TAP {
|
||||||
/// A simple TAP (Test Anything Protocol) test case output
|
/// A simple TAP (Test Anything Protocol) test case output
|
||||||
class logger {
|
class logger {
|
||||||
public:
|
public:
|
||||||
@ -84,7 +84,7 @@ namespace util::TAP {
|
|||||||
int m_status;
|
int m_status;
|
||||||
size_t m_size;
|
size_t m_size;
|
||||||
};
|
};
|
||||||
}
|
} }
|
||||||
|
|
||||||
#include "tap.ipp"
|
#include "tap.ipp"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user