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

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
LordJZ 2012-08-12 09:05:12 +04:00 committed by Antz
parent 8f25d5b866
commit e4a1080718

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12088"
#define REVISION_NR "12089"
#endif // __REVISION_NR_H__