Does std::list<bool>
have, by similar madness, an explicit specialisation like std::vector<bool>
?
Is std::vector<bool>
the only C++ Standard Library container to be thus afflicted?
Is there some kind of traits
I can use to detect the specialisation?