STRING() macro introduced
This commit is contained in:
parent
6acc318f87
commit
6be8e5ee54
@ -89,6 +89,12 @@
|
|||||||
#define _L(x) __L(x)
|
#define _L(x) __L(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
///
|
||||||
|
/// Stringizing macro
|
||||||
|
///
|
||||||
|
#define STRING_IMPL(x) #x
|
||||||
|
#define STRING(x) STRING_IMPL(x)
|
||||||
|
|
||||||
///
|
///
|
||||||
/// Declares a class as non-copyable
|
/// Declares a class as non-copyable
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user