Merge pull request #3333 from ManrajGrover/cpp-forward-list-patch1

Quick Fix: Fixes version for Forward List Library
master
Zac Pappis 2016-07-02 12:41:55 -04:00 committed by GitHub
commit 8c4075e9c5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"id": "cpp_forward_list_cheat_sheet",
"name": "C++ Forward List",
"description": "C++ forward lists are sequence containers that allow constant time insert and erase operations anywhere within the sequence",
"description": "C++ forward lists are sequence containers that allow constant time insert and erase operations anywhere within the sequence (C++11 only)",
"metadata": {
"sourceName": "cplusplus.com",