The class template _Is_checked_helper has been left unused since the initial commit on Github.
|
template <class, class = void>
|
|
struct _Is_checked_helper {}; // default definition, no longer used, retained due to pseudo-documentation
|
It's unclear what the "pseudo-documentation" is. Perhaps we should either improve the comment or entirely remove _Is_checked_helper.