Add a default CompilerCapabilities.h
This file assumes that the compiler doesn't support anything. If building without CMake, it will be used and if you want to enable things, the file can be edited. When using CMake, a proper CompilerCapabilites.h will be generated and CMake will set the include path order correctly in order to source the correct file.
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
#ifndef __PolyVox_CompilerCapabilities_H__
|
||||
#define __PolyVox_CompilerCapabilities_H__
|
||||
|
||||
//#undef HAS_CXX11_CONSTEXPR
|
||||
|
||||
//#undef HAS_CXX11_STATIC_ASSERT
|
||||
|
||||
//#undef HAS_CXX11_CSTDINT_H
|
||||
|
||||
//#undef HAS_CXX11_SHARED_PTR
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user