Moved CR_STDN definition to commons

This commit is contained in:
Snaipe 2016-02-22 01:43:57 +01:00
parent d95bfa2de8
commit 8bcc21e55c
2 changed files with 6 additions and 6 deletions

View file

@ -80,12 +80,6 @@ CR_END_C_API
# define CR_GET_CONDITION_STR(Condition, ...) #Condition
# define CR_VA_SKIP(_, ...) __VA_ARGS__
# ifdef __cplusplus
# define CR_STDN std::
# else
# define CR_STDN
# endif
# define CR_TRANSLATE_DEF_MSG__(Arg) \
CR_IDENTITY Arg

View file

@ -151,4 +151,10 @@
# endif
# endif
# ifdef __cplusplus
# define CR_STDN std::
# else
# define CR_STDN
# endif
#endif /* !CRITERION_COMMON_H_ */