ughhhh I don't know what this C++ error means
@iliana
is the error at least in a file you were editing?
@catoutofbed it's caused by https://github.com/keyboardio/Kaleidoscope-Ranges/pull/4/files
but that wouldn't be merged if it worked, right?????
@iliana
are you compiling it with a different version of c++?
like is this a c++11 or c++14 feature?
@iliana
yeah apparently that's a c++11 feature
so
uh
try compiling it with -std=c++11
@catoutofbed @iliana isn't that the default for any reasonably recent GCC
@catoutofbed @iliana I think they changed the default around GCC 5, which sounds reasonable
@samis @catoutofbed this is arduino-builder
@catoutofbed @samis uhh. apparently this is sending arduino-builder -prefs compiler.cpp.extra_flags=-std=c++11
soooooooo
ugh :(
@iliana
Well it was worth a shot
Hmmmm
@samis