Fix void_t declaration.
Until CWG 1558 (a C++14 defect), unused parameters in alias templates were not guaranteed to ensure SFINAE and could be ignored, this implementation of void_t solves this issue. See: https://en.cppreference.com/w/cpp/types/void_t
parent
693a53d5
Please register or sign in to comment