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.
The class template
_Is_checked_helperhas been left unused since the initial commit on Github.STL/stl/inc/xutility
Lines 1305 to 1306 in 25dc2b7
It's unclear what the "pseudo-documentation" is. Perhaps we should either improve the comment or entirely remove
_Is_checked_helper.