This project is archived. Its data is read-only.This project is read-only.
macro __STRING
Usage of non standard macro `__STRING`. This macro is defined in cdefs.h which is not part of stl.
The definition is really simple:
```c++
#define __STRING(x) #x
```