mirror of
https://github.com/nlohmann/json.git
synced 2026-02-24 20:36:27 +00:00
🏗️ adding anonymous namespace
This commit is contained in:
@@ -608,6 +608,8 @@ TEST_CASE("BSON input/output_adapters")
|
||||
}
|
||||
}
|
||||
|
||||
namespace
|
||||
{
|
||||
class SaxCountdown
|
||||
{
|
||||
public:
|
||||
@@ -677,6 +679,7 @@ class SaxCountdown
|
||||
private:
|
||||
int events_left = 0;
|
||||
};
|
||||
}
|
||||
|
||||
TEST_CASE("Incomplete BSON Input")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user