namespace PT renamed to pt

This commit is contained in:
2021-05-20 16:11:12 +02:00
parent 6f50626dda
commit b574289054
35 changed files with 628 additions and 641 deletions

View File

@@ -44,14 +44,11 @@
namespace pt
{
// remove me in the future (when PT will be changed to pt)
using namespace PT;
namespace pt_csvparser_tests
{
void test_csvparser(const char * input_str, const char * expected_json)
{
CSVParser csv_parser;