mirror of
https://github.com/nlohmann/json.git
synced 2026-02-21 19:06:27 +00:00
🏗️ adding anonymous namespace
This commit is contained in:
@@ -35,6 +35,8 @@ using nlohmann::json;
|
||||
#include <fstream>
|
||||
#include <set>
|
||||
|
||||
namespace
|
||||
{
|
||||
class SaxCountdown
|
||||
{
|
||||
public:
|
||||
@@ -104,6 +106,7 @@ class SaxCountdown
|
||||
private:
|
||||
int events_left = 0;
|
||||
};
|
||||
}
|
||||
|
||||
TEST_CASE("UBJSON")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user