Substitution failure is not an error: Difference between revisions

Content deleted Content added
std::is_detected was not merged into the C++17 standard
Line 88:
</source>
 
With the standardisation of the detection idiom andin void_tthe inn4562 C++17proposal, the above code cancould be re-written as follows:
<source lang="cpp">
#include <iostream>