Hi, Is GCC able to inline a method when that method is passed as a pointer-to-member template argument and then called with the syntax (this->*foo)(...) ?
Hi, Is GCC able to inline a method when that method is passed as a pointer-to-member template argument and then called with the syntax (this->*foo)(...) ?