 |
ATLAS Offline Software
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5#ifndef RINGERSELECTORTOOLS_TOOLS_CXX_STRINGIZE_H
6#define RINGERSELECTORTOOLS_TOOLS_CXX_STRINGIZE_H
9#define __STRINGIFY(x) #x
10#define STRINGIFY(x) __STRINGIFY(x)
11#define __PASTE(x,y) x##y
12#define PASTE(x) __PASTE(x,y)