See the following articles:
The Standard
The current ISO C++ standard is officially known as ISO International Standard ISO/IEC 14882:2014(E) – Programming Language C++.
...
Q: Why are the C++ working drafts freely available on GitHub when the standard must be purchased from ISO or another standards organization?
ISO holds the copyright for all balloted drafts of the standard, as well as the standard itself. The GitHub repo contains the incremental in-progress working source snapshots as they are edited, which are not the final standards.
The only documents that the C++ committee is not permitted to provide freely are the final published standards. The draft repository on GitHub does not contain the final source for any published standards. It contains interim working materials only, and those differ in their contents from the published standards.
Where can you get the ISO C++ standard, and what does “open standard” mean?.
Today’s question comes from someone who recently asked about why, if ISO C++ is an open standard, ISO charges for it and we can’t just download it for free.
The short answer is that people sometimes confuse “open” with “free.” ISO standards aren’t “open” like the O in FOSS, they’re “open” like “not developed behind closed doors.” Anyone who wants to pay for membership in their national body (if their country participates in ISO and in the specific project in question) is able to come join the fun. In free-as-in-beer terms, this means that experts are welcome to come to the ISO brewery at their own expense and volunteer their time to help brew the beer, and then when the beer is ready the customers still pay ISO to drink it (the helpers don’t get a cut of that, only a free bottle for their personal use and the satisfaction of having brewed a mighty fine keg).
...
ISO C++ claims to be an OPEN STANDARD. Where can I download the OPEN STANDARD for ISO C++.
All published ISO standards are available for sale from the ISO store, via http://iso.org.
So, while the official standard is public, the final release is not free, only the working drafts and other intermediate papers are. You have to pay to access the final standard (unless you find a bootleg copy).