Fix std::to_string link.

This commit is contained in:
Anthony Calandra
2016-11-06 18:25:36 -08:00
parent 599b4e427a
commit 3b084346dd

View File

@@ -60,7 +60,7 @@ C++11 includes the following new language features:
C++11 includes the following new library features: C++11 includes the following new library features:
- [std::move](#stdmove) - [std::move](#stdmove)
- [std::forward](#stdforward) - [std::forward](#stdforward)
- [std::to_string](#stdtostring) - [std::to_string](#stdto_string)
## C++17 Language Features ## C++17 Language Features