Benchmark: Made CPP11/Legacy a postfix for better sortability.

This commit is contained in:
Hans-Christian Ebke
2015-11-19 23:05:24 +01:00
parent dbb4cf4db3
commit 6a43753fed
3 changed files with 25 additions and 23 deletions

View File

@@ -8,5 +8,5 @@
#include <benchmark/benchmark_api.h>
#include <OpenMesh/Core/Geometry/VectorT.hh>
#define BMPREFIX CPP11_
#define BMPOSTFIX _CPP11
#include "VectorT.cpp"