Commit 266a6cf6 authored by Igor Chorazewicz's avatar Igor Chorazewicz
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment