Matthew Guidry
|
cdcd516ae8
|
Add More Examples to Some Sections (#63)
* Add example to Structured Bindings
|
2019-10-14 11:41:00 -04:00 |
|
Tulio Leao
|
23e7b35c39
|
Add section about C++17 attributes (#50)
* Add section about C++17 attributes
Explains, in a single piece of code, about [[nodiscard]], [[fallthrough]] and [[maybe_unused]]
|
2019-06-19 11:23:45 -04:00 |
|
Sonkeng Maldini
|
288c3b557c
|
Minor grammar fix (#52)
* Readme grammar fix
|
2019-02-04 14:50:22 -05:00 |
|
Anthony Calandra
|
b1b0d0e3cc
|
Cleanup; consistent formatting.
|
2018-12-12 17:14:31 -05:00 |
|
Tulio Leao
|
aa50febf56
|
Add parallel algorithms (#39)
* Add parallel algorithms
|
2018-08-28 20:01:31 -04:00 |
|
Chijun Sima
|
46c20a843c
|
Use std::size instead of sizeof in string_view example
|
2018-08-24 15:03:36 +08:00 |
|
Anthony Calandra
|
d386a48f3b
|
Add std::byte.
|
2018-08-23 22:45:05 -04:00 |
|
Tulio Leao
|
12b9992c01
|
Add filesystem library (#38)
* Add filesystem library
|
2018-08-20 11:24:54 -04:00 |
|
Anthony Calandra
|
db43d4b9c6
|
- Partition features based on major C++ version into separate readme files.
- Fix fold expressions typo.
- Add a CONTRIBUTING.md file on how to effectively contribute.
|
2017-08-20 14:01:23 -04:00 |
|