Merge pull request #947 from AbigailBuccaneer/patch-1

Fix Markdown rendering failure
This commit is contained in:
Gabriel Dos Reis 2017-06-03 12:15:12 -07:00 committed by GitHub
commit 6c82e4abbf

View File

@ -18089,7 +18089,7 @@ Avoid accidentally becoming dependent on implementation details and logically se
}
}
<iostream> exposes the definition of `std::string` ("why?" makes for a fun trivia question),
`<iostream>` exposes the definition of `std::string` ("why?" makes for a fun trivia question),
but it is not required to do so by transitively including the entire `<string>` header,
resulting in the popular beginner question "why doesn't `getline(cin,s);` work?"
or even an occasional "`string`s cannot be compared with `==`).