Merge branch 'VS2015_test' into 'master'

Try to get c++11 on visual studio 2015



See merge request !26
This commit is contained in:
Jan Möbius
2015-11-25 15:03:51 +01:00
10 changed files with 17 additions and 17 deletions

View File

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