Moved CR_STDN definition to commons
This commit is contained in:
parent
d95bfa2de8
commit
8bcc21e55c
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -151,4 +151,10 @@
|
|||
# endif
|
||||
# endif
|
||||
|
||||
# ifdef __cplusplus
|
||||
# define CR_STDN std::
|
||||
# else
|
||||
# define CR_STDN
|
||||
# endif
|
||||
|
||||
#endif /* !CRITERION_COMMON_H_ */
|
||||
|
|
Loading…
Add table
Reference in a new issue