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