What are the consequences of the missing standard library functionality?
Some code that is valid according to the C++ standard will not compile. The most common example is creating maps where the first element of the pair could be const but isn’t declared that way. The member constructor template would convert pair