You can also configure this in a local syntastic config file.
Drop a .syntastic_cpp_config file in your project root and give it the compiler arguments one per line (I also have include paths for the Loki library as an example):
-std=c++11
-Ilib/loki/include
-Ilib/loki_book/include