C++11: Laid foundation for benchmark tests. We need more of them!

This commit is contained in:
Hans-Christian Ebke
2015-11-19 19:53:36 +01:00
parent 61fe9dabef
commit 3ed7079cb8
8 changed files with 83 additions and 34 deletions

View File

@@ -60,7 +60,7 @@
// macro expansion and preprocessor defines
// don't work properly.
#if __cplusplus > 199711L || defined(__GXX_EXPERIMENTAL_CXX0X__)
#if (__cplusplus > 199711L || defined(__GXX_EXPERIMENTAL_CXX0X__)) && !defined(OPENMESH_VECTOR_LEGACY)
#include "Vector11T.hh"
#else
#ifndef DOXYGEN