Possible Duplicate:
Where do I find the current C or C++ standard documents?
I want to use STL with the current program I’m working on and the vendor doesn’t support what I feel is a reasonable STL, working is not my idea of reasonable. I have been unable to find a C++ Standard or an STL standard that is not just an API that leaves me wondering if my interpretation is correct or if the vendor interpretation is correct. I’ve already spent a great deal of time at SGI’s site. Any reccomendations? Also, is there any document that’s not an API that would be considered the standard?
Information on where to get the current standard document:
Where do I find the current C or C++ standard documents?
Other responses in that question have information on downloads of various drafts of the standards which can be obtained free (the actual ratified standards cannot be obtained free).