'nullptr' was not declared in this scopeI learned why the compiler error was so misleading. '-std=c++11' was in ARGS2 of the JGrasp compiler...
initializing vectorThe '-std=c++11' argument was in ARGS2 (JGrasp compiler settings). I resolved this by moving it to A...
initializing vectorUsing g++ 4.8.1 as compiler with -std=c++11 in the args for the compiler and linker, I used the foll...
'nullptr' was not declared in this scopeNow that I think of this, I understand why my code was incorrect. The variable other is a reference ...
'nullptr' was not declared in this scopeThe variable other is a reference and my understanding is that references are pointers internally. ...
This user does not accept Private Messages