cgal/STL_Extension/benchmark/copy_n_benchmark
Laurent Rineau 06dac30143 Fix 'const static <type>'
The storage specified (static) is not allowed inside the type
specifier. It must be prefix or postfix (but not infix).

That is strange no C++ compiler gives an error on such a construction.

s/const static/static const/
2014-02-20 19:14:26 +01:00
..
CMakeLists.txt CMake: Fix the handling of cmake_policy 2012-08-22 12:35:03 +00:00
copy_n_benchmark.cpp Fix 'const static <type>' 2014-02-20 19:14:26 +01:00
copy_n_use_case_benchmark.cpp Changed benchmarks to properly function without C++0x. 2011-06-06 15:20:10 +00:00