MinGW / CxxTest bizarre errors
I also recently updated MinGW and ran into very very similar problems. After some research I found this question on SO and tried replacing -std=c++11
with -std=gnu++11
. This resolved the issue for me. Hope that helps!