[0070] Make use of C++11's static_assert if possible.

This commit is contained in:
LordJZ 2012-08-13 00:40:11 +04:00 committed by Antz
parent 81787fa460
commit 856342bb7c
3 changed files with 10 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "0069"
#define REVISION_NR "0070"
#endif // __REVISION_NR_H__