mirror of
https://github.com/nlohmann/json.git
synced 2026-02-09 23:52:15 +00:00
🏗️ adding anonymous namespace
This commit is contained in:
@@ -36,6 +36,8 @@ using nlohmann::json;
|
||||
|
||||
#include <valarray>
|
||||
|
||||
namespace
|
||||
{
|
||||
class SaxEventLogger
|
||||
{
|
||||
public:
|
||||
@@ -256,6 +258,7 @@ bool accept_helper(const std::string& s)
|
||||
// 7. return result
|
||||
return ok_accept;
|
||||
}
|
||||
}
|
||||
|
||||
TEST_CASE("parser class")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user