Commit Graph

154 Commits

Author SHA1 Message Date
Tulio Leao
e1a7c18c37 Fix minor formatting issues
Changed the order of the title to reflect the actual order of the text and fixed some minor formatting on the text :)
2017-04-08 12:37:53 -03:00
Anthony Calandra
43098443dc Merge pull request #16 from tupaschoal/master
Fix C++11 decltype example
2017-04-01 00:07:03 -04:00
Tulio Leao
59a661fc78 Merge pull request #1 from tupaschoal/tupaschoal-decltype-typo
Fix C++11 decltype example
2017-03-31 22:05:53 -03:00
Tulio Leao
daaae83826 Fix C++11 decltype example
It was using an undeclared variable on the assignment, now it uses the previous one, which I guessed was the original thought.
2017-03-31 22:05:28 -03:00
Anthony Calandra
2159f83b30 Merge branch 'master' of github.com:AnthonyCalandra/modern-cpp-features 2017-03-25 00:05:35 -04:00
Anthony Calandra
fe636d3aff Explicit conversion functions. 2017-03-24 23:50:53 -04:00
Anthony Calandra
a3ac112431 Converting constructors. 2017-03-24 23:44:54 -04:00
Anthony Calandra
fc3e9b8203 Direct list initialization of enums. 2017-03-24 23:20:04 -04:00
Anthony Calandra
9ee231d459 Merge pull request #14 from mos6502/master
Fix example for decltype(auto) and Initializer lists
2017-03-16 12:07:59 -04:00
Mos
c4fcc6250b Fix example for decltype(auto) and Initializer lists 2017-03-16 19:33:54 +04:00
Anthony Calandra
1f3a7a3316 UTF-8 character literals. 2017-01-15 18:06:21 -05:00
Anthony Calandra
ffe72e9d84 Lambda capture this by value. 2017-01-15 17:45:48 -05:00
Anthony Calandra
85e9d0b6d9 Fix typo. 2017-01-15 17:18:41 -05:00
Anthony Calandra
e6da8e3511 Provide link to GH's contributors page. 2017-01-03 15:29:53 -05:00
Anthony Calandra
cf66a7134c Merge pull request #11 from orabaev/master
Add final specifier
2017-01-03 15:27:13 -05:00
Oleg Rabaev
95ee20c82e Add final specifier 2017-01-02 21:28:34 -05:00
Anthony Calandra
3864ef8300 Merge pull request #10 from dkorolev/master
Typo: `s/would no compile/would not compile/`.
2016-12-24 12:04:45 -05:00
Dima
317894a4db Typo: s/would no compile/would not compile/. 2016-12-23 21:52:11 -08:00
Anthony Calandra
78e63e17a6 Merge pull request #7 from Doerge/cross-reference
Added a couple of cross references
2016-11-14 19:34:09 -08:00
Aske Doerge
4084ab080d Added cross-references. 2016-11-14 12:23:05 +01:00
Anthony Calandra
9e0f6699d9 Acknowledge those who add new language/library content. 2016-11-12 12:35:33 -08:00
Anthony Calandra
f7edc941fd Merge pull request #5 from mknejp/patch-1
Add C++14 initializiers for lambda captures
2016-11-12 12:33:55 -08:00
Miro Knejp
0ff7797b5e incorporate feedback 2016-11-12 21:23:33 +01:00
Anthony Calandra
ca16137a45 Fix decltype typo. 2016-11-12 11:10:41 -08:00
Anthony Calandra
535c4b6af2 Attempt to fix broken links. part 2 2016-11-12 11:08:28 -08:00
Anthony Calandra
a8be1ff7e2 Merge branch 'master' of github.com:AnthonyCalandra/modern-cpp-features 2016-11-12 11:05:59 -08:00
Anthony Calandra
bfcaf11354 Attempt to fix broken links. 2016-11-12 11:05:41 -08:00
Miro Knejp
4394147613 Add C++14 initializiers for lambda captures 2016-11-12 18:52:01 +01:00
Anthony Calandra
34fffd47f4 Merge pull request #3 from zygoloid/patch-1
Fix incorrect (ill-formed) example for class template argument deduction
2016-11-11 17:00:58 -08:00
Richard Smith
a633a217ea Fix incorrect (ill-formed) example for class template argument deduction 2016-11-11 16:47:25 -08:00
Anthony Calandra
6bb6ec1961 Merge pull request #2 from thukydides/digit-separator
Briefly mention digit separators
2016-11-11 11:49:36 -08:00
thukydides
b924bed254 Update README.md 2016-11-11 20:35:19 +01:00
Anthony Calandra
1a8525a3d6 Merge pull request #1 from aluaces/patch-1
Fixed misspelling
2016-11-11 11:25:15 -08:00
Alberto Luaces
698a849861 Fixed misspelling 2016-11-11 20:19:43 +01:00
Anthony Calandra
bc7989e262 move; forward; acknowledgements; conclusions. 2016-11-10 19:52:26 -08:00
Anthony Calandra
35b4bd4c04 type traits; chrono; tuples; tie; etc... 2016-11-09 21:54:53 -08:00
Anthony Calandra
3b084346dd Fix std::to_string link. 2016-11-06 18:25:36 -08:00
Anthony Calandra
599b4e427a Consistency. 2016-11-06 18:24:31 -08:00
Anthony Calandra
2aa7b6a89e Finish C++11 language section. 2016-11-06 18:23:41 -08:00
Anthony Calandra
709b4c812e More C++11 language features. 2016-11-06 10:58:46 -08:00
Anthony Calandra
15861fe88f More C++11 language features. 2016-11-05 21:11:14 -07:00
Anthony Calandra
0c58e19c39 move semantics; rvalue references; start of std::move. 2016-11-04 23:09:04 -07:00
Anthony Calandra
7f928a5ce7 Variadic templates are a new C++11 feature; start move semantics. 2016-11-04 19:58:43 -07:00
Anthony Calandra
2308d8e199 Finish C++14 library additions. 2016-11-04 19:42:27 -07:00
Anthony Calandra
624dcf4e8a Remove non-std lib example. 2016-11-03 21:20:53 -07:00
Anthony Calandra
c80f3b6251 User-defined literals. 2016-11-03 21:13:04 -07:00
Anthony Calandra
73ccd854ee Finished C++14 language features; better descriptions. 2016-11-02 22:16:21 -07:00
Anthony Calandra
22d0352eb4 Better phrasing. 2016-11-01 22:42:14 -07:00
Anthony Calandra
168620e99e Unsafe example. 2016-11-01 22:35:11 -07:00
Anthony Calandra
54a50ab725 Started C++14 language section; cleanup. 2016-11-01 22:32:27 -07:00