MacrosCpp.hpp
LoL whawhawha redundant muchCode:#define MACRO_JOIN_TOKEN3(a, b) a##b #define MACRO_JOIN_TOKEN2(a, b) MACRO_JOIN_TOKEN3(a, b) // Join two macro arguments, even if the argument is a macro as well #define MACRO_JOIN_TOKEN(a, b) MACRO_JOIN_TOKEN2(a, b)
Were you just bored here ? haha![]()
Bookmarks