Closed llloret closed 7 years ago
This might be a bug in the gcc compiler.
Have a look at using the argument iterator interface instead of the stream interface. Look into OscReceiveTest.cpp, around line 71.
OscReceiveTest.cpp
Tentative fix on branch templates_not_working. Asked @samaaron to give it a try and see if it works.
templates_not_working
Fixed with #25
Thanks so much :-)
This might be a bug in the gcc compiler.
Have a look at using the argument iterator interface instead of the stream interface. Look into
OscReceiveTest.cpp
, around line 71.