«C++ 14»–ի խմբագրումների տարբերություն

Content deleted Content added
Տող 43.
* «s»` std::basic_string տարբեր տիպերի համար
* «h», «min», «s», «ms», «us» ,«ns» ՝ std::chrono::duration տիպի ժամանակային լիտեռալների համար
<source lang = "cpp">
string str = "hello world"s;
chrono::duration dur = 60s;
</source>
Ստացված է «https://hy.wikipedia.org/wiki/C%2B%2B_14» էջից