Rodrigo
|
2096b977c8
|
Better writing for C++17 nested namespaces. (#85)
* Better writing for C++17 nested namespaces.
|
2020-07-19 12:20:09 -04:00 |
|
Anthony Calandra
|
c6734631fc
|
Consistent title casing.
|
2020-02-01 18:03:31 -05:00 |
|
Anthony Calandra
|
71c24af74f
|
C++20 features: new attributes, deprecate implicit capture of this, and classes in non-type template parameters.
|
2020-01-31 23:16:05 -05:00 |
|
Anthony Calandra
|
2e754375fd
|
Fix formatting.
|
2020-01-26 14:14:49 -05:00 |
|
Frede
|
31cc7ac850
|
Added example of static inline member variables to #inline varibles (#77)
* Added example of static inline member variables to #inline varibles
|
2020-01-26 14:00:18 -05:00 |
|
Anthony Calandra
|
1c53669d1f
|
Improve C++17 new attributes section.
|
2020-01-21 23:16:16 -05:00 |
|
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 |
|