concat.H 85 B

123
  1. #ifndef CONCAT
  2. #define CONCAT(X) (((stringstream&)(stringstream()<<X)).str())
  3. #endif