FreeBSD 10.0 compile error
Created by: Slechtvalk
Hi,
I got the following compile errors when compiling your new API on FreeBSD 10.0 (using clang) :
`Scanning dependencies of target ArduinoJSon [ 76%] Building CXX object software/extern/json/CMakeFiles/ArduinoJSon.dir/ArduinoJson/src/Arduino/Print.cpp.o
[ 76%] Building CXX object software/extern/json/CMakeFiles/ArduinoJSon.dir/ArduinoJson/src/Internals/IndentedPrint.cpp.o
[ 77%] Building CXX object software/extern/json/CMakeFiles/ArduinoJSon.dir/ArduinoJson/src/Internals/JsonParser.cpp.o
[ 78%] Building CXX object software/extern/json/CMakeFiles/ArduinoJSon.dir/ArduinoJson/src/Internals/List.cpp.o
/opslag/home/oldenburgh/techniek/software/externals/software/extern/json/ArduinoJson/src/Internals/List.cpp:34:16: error: explicit instantiation of 'ArduinoJson::Internals::List' must occur in namespace 'Internals' template class List; ^ /opslag/home/oldenburgh/techniek/software/externals/software/extern/json/ArduinoJson/src/Internals/../../include/ArduinoJson/Internals/List.hpp:21:7: note: explicit instantiation refers here class List { ^ /opslag/home/oldenburgh/techniek/software/externals/software/extern/json/ArduinoJson/src/Internals/List.cpp:35:16: error: explicit instantiation of 'ArduinoJson::Internals::List' must occur in namespace 'Internals' template class List; ^ /opslag/home/oldenburgh/techniek/software/externals/software/extern/json/ArduinoJson/src/Internals/../../include/ArduinoJson/Internals/List.hpp:21:7: note: explicit instantiation refers here class List { ^ 2 errors generated. software/extern/json/CMakeFiles/ArduinoJSon.dir/build.make:123: recipe for target 'software/extern/json/CMakeFiles/ArduinoJSon.dir/ArduinoJson/src/Internals/List.cpp.o' failed`
Is this a bug, or a compile issue I have?