Define raii in terms of PASTE

This commit is contained in:
Danny Robson 2012-05-11 12:19:56 +10:00
parent e55aa07874
commit c2c8fea6cc

View File

@ -22,7 +22,7 @@
#include "preprocessor.hpp"
#define raii CONCATENATE(__unique_, __COUNTER__)
#define raii PASTE(__unique_, __COUNTER__)
namespace util {
template <typename T>