G
Garrett Kajmowicz
Is the following legal:
std::map<int, const int> q;
In short, does the const int violate the Container requirements in 23.1.3
that the types be assignable?
Thanks.
- Garrett
std::map<int, const int> q;
In short, does the const int violate the Container requirements in 23.1.3
that the types be assignable?
Thanks.
- Garrett