🏗️ adding anonymous namespace

This commit is contained in:
Niels Lohmann 2019-04-04 08:56:36 +02:00
parent 0da99027b7
commit f05614b240
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
16 changed files with 51 additions and 8 deletions

View file

@ -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")
{