<limits.h> to <limit>
This commit is contained in:
parent
7f399c7515
commit
bb741600ca
|
@ -88,7 +88,7 @@ Edited Comments and GPL license
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <limits.h>
|
#include <limits>
|
||||||
|
|
||||||
/// static_assert: implemented as a macro for "assert", but it is separated for clarity.
|
/// static_assert: implemented as a macro for "assert", but it is separated for clarity.
|
||||||
/// Should be used for checking integrity constraints that can be tested at complile time,
|
/// Should be used for checking integrity constraints that can be tested at complile time,
|
||||||
|
|
Loading…
Reference in New Issue