diff carfac/SConstruct @ 640:d08c02c8e26f

More small style revisions to C++ CARFAC, adjusted struct member variable naming, header guards and #include structure.
author alexbrandmeyer
date Wed, 29 May 2013 15:37:28 +0000
parents 7c3671f98280
children 20f64146c2ce
line wrap: on
line diff
--- a/carfac/SConstruct	Tue May 28 17:54:18 2013 +0000
+++ b/carfac/SConstruct	Wed May 29 15:37:28 2013 +0000
@@ -64,7 +64,7 @@
 if GCC_VERSION.startswith('4.6'):
   env.MergeFlags(['-std=c++0x'])
 else:
-  env.MergeFlags(['-std=c++11x'])
+  env.MergeFlags(['-std=c++11'])
 
 env.Library(target = 'carfac', source = carfac_sources)