I was just looking at the C::B project files and it seems the standard compiler standard is:
    Unix: "std=c++11"
    Windows x86 & x64: "std=gnu++11"
Does anyone have any ideas why there is a difference when the standard C::B compiler used to build itself is GCC or can post me a link to read as to why there is a difference? It would be nice to be consistent if possible.