User Tools

Site Tools


cpp:print

no inline print

e.g. for compiler explorer

template<typename T>
void __attribute__ ((noinline)) P(T x)
{ std::cout << x; }
cpp/print.txt · Last modified: by allspark