forked from bblanchon/ArduinoJson
Kept only two namespaces ArduinoJson and ArduinoJson::Internals
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
#include <ArduinoJson/Polyfills/parseInteger.hpp>
|
||||
#include <catch.hpp>
|
||||
|
||||
using namespace ArduinoJson::Polyfills;
|
||||
using namespace ArduinoJson::Internals;
|
||||
|
||||
template <typename T>
|
||||
void check(const char* input, T expected) {
|
||||
|
Reference in New Issue
Block a user