You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since CLA is built on top of TIA, and TIA looks for uses of instantiations of class templates, will uses
of std::vector<bool> be regarded by CLA?
I suspect not, since std::vector<bool> is an explicit specialization of std::vector - which is not an instantiation, and thus not detected by TIA.
The text was updated successfully, but these errors were encountered:
Since CLA is built on top of TIA, and TIA looks for uses of instantiations of class templates, will uses
of
std::vector<bool>
be regarded by CLA?I suspect not, since
std::vector<bool>
is an explicit specialization ofstd::vector
- which is not an instantiation, and thus not detected by TIA.The text was updated successfully, but these errors were encountered: