DescriptionUpdate Google C++ Style guide URL in c++11.html
The Google C++ style guide moved: https://google-styleguide.googlecode.com/svn/trunk/cppguide.html -> https://google.github.io/styleguide/cppguide.html.
While that redirect works on server-side, it discards the fragment identifier, making the links less useful.
This CL changes the Styleguide links to the new URL.
The only issue has been with #Initialization, which does not have a corresponding entry in the new Styleguide. Looking at similar entries, there is https://google.github.io/styleguide/cppguide.html#Delegating_and_inheriting_constructors which mentions in-class member initialization, but does not seem to explicitly comment on that. This CL therefore drops the #Initialization Styleguide link from c++11.html completely.
R=thakis@chromium.org
BUG=None
Committed: https://crrev.com/63d398a84ab2d1d6718382b3bc60f0c7d32f3de1
Cr-Commit-Position: refs/heads/master@{#359325}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|