Is it possible to implement always_false in the C++ standard library?

后端 未结 3 1817
野的像风
野的像风 2021-02-07 09:10

There are cases where one uses an always_false helper to e.g. cause unconditional static_assert failure if instantiation of some template is attempted:

3条回答
提交回复
热议问题