Nazara now prevent building with a C compiler
Former-commit-id: 04c247acbe590d1c3a615875759833a9fbf550bf
This commit is contained in:
parent
369c735596
commit
b7468d3b8f
|
|
@ -25,7 +25,7 @@
|
||||||
#ifndef NAZARA_PREREQUESITES_HPP
|
#ifndef NAZARA_PREREQUESITES_HPP
|
||||||
#define NAZARA_PREREQUESITES_HPP
|
#define NAZARA_PREREQUESITES_HPP
|
||||||
|
|
||||||
#if __cplusplus < 201103L
|
#if !defined(__cplusplus) || __cplusplus < 201103L
|
||||||
#error Nazara requires a C++11 compliant compiler
|
#error Nazara requires a C++11 compliant compiler
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue