mirror of
https://github.com/nlohmann/json.git
synced 2026-02-22 19:36:26 +00:00
🏗️ adding anonymous namespace
This commit is contained in:
@@ -38,6 +38,8 @@ using nlohmann::json;
|
||||
#include <iomanip>
|
||||
#include <set>
|
||||
|
||||
namespace
|
||||
{
|
||||
class SaxCountdown
|
||||
{
|
||||
public:
|
||||
@@ -107,6 +109,7 @@ class SaxCountdown
|
||||
private:
|
||||
int events_left = 0;
|
||||
};
|
||||
}
|
||||
|
||||
TEST_CASE("CBOR")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user