Commit graph

44 commits

Author SHA1 Message Date
Frank B. Brokken
b7d0d07263 wip 2023-08-07 11:35:23 -07:00
Frank B. Brokken
5ca4ae6cdd added uz/zu to size_t and multiindex to overloading 2023-07-30 14:31:44 -07:00
Frank B. Brokken
ea19bbde4f added the section about std::byte (chapter First) 2023-07-23 17:16:20 -07:00
Frank B. Brokken
2a72265b58 fixed typos 2022-11-11 13:18:29 +01:00
Frank B. Brokken
f67193a72e added osyncstream 2022-03-04 12:52:34 +01:00
Frank B. Brokken
04474dcdda added string_view section to the string chapter 2022-02-28 17:38:15 +01:00
Frank B. Brokken
60bfb2a16e replaced 'typedef' definitions by 'using' declarations 2022-02-28 14:36:54 +01:00
Frank B. Brokken
8443ebc4d2 WIP: updated iterator handling 2022-02-25 14:43:38 +01:00
Frank B. Brokken
080f032f4a added member descriptions to coroutines/defining.yo 2021-12-10 21:52:46 +01:00
Frank B. Brokken
ed300494ed removed remaining throw lists 2021-12-03 09:18:06 +01:00
Frank B. Brokken
c982e9adda fixed some typos 2021-03-11 09:17:20 +01:00
Frank B. Brokken
f7d7bba02a typos 2020-09-25 15:11:55 +02:00
Frank B. Brokken
83d0fb30ff updated TODO 2019-09-14 12:41:40 +02:00
Frank B. Brokken
95bdc877fb updated first/rvalueref.yo 2019-09-14 12:40:20 +02:00
Frank B. Brokken
4868330922 completed revision of lambdasyntax.yo 2018-11-19 12:42:47 +01:00
Frank B. Brokken
6cfc8f3344 Cosmetics, removed obsoleted sections, try-run with yodl 4.00.00 OK 2017-06-03 10:23:02 +02:00
Frank B. Brokken
73680fc983 completed 20, multithreading; 21, functiontemplates next 2017-06-02 18:26:30 +02:00
Frank B. Brokken
cc6d480d8c completed ch. 19, next: 20 (multi threading) 2017-06-01 12:48:39 +02:00
Frank B. Brokken
f6a233f986 Rewrote the section about adding binary operators 2017-02-09 14:10:02 +01:00
Frank B. Brokken
1af2f0dea8 wip binary operators 2017-02-07 21:26:04 +01:00
Frank B. Brokken
2fa9c3c22c TODO updated 2017-01-19 15:16:42 +01:00
Frank B. Brokken
e2378e6e5b added items to TODO 2016-12-08 11:48:31 +01:00
Frank B. Brokken
d139ff4119 provided *gptr() with appropriate casts 2016-11-29 18:59:10 +01:00
Frank B. Brokken
e5ecc05b9a Covered some more C++17 features 2016-11-24 18:18:11 +01:00
Frank B. Brokken
6f5ef66a78 added some c++17 items of the TODO file 2016-11-22 20:02:25 +01:00
Frank B. Brokken
6d487dd6a9 added templates/ifconst.yo 2016-11-17 14:04:51 +01:00
Frank B. Brokken
7c7a72d529 wip lambda constexpr 2016-11-16 16:25:42 +01:00
Frank B. Brokken
b3da468e15 wip adding sections related to C++17 2016-11-15 21:14:18 +01:00
Frank B. Brokken
5b42e2fe4a added a section about selection stmnts with initializers 2016-11-15 20:29:02 +01:00
Frank B. Brokken
16eb85b0f1 removed SF function pointer from binopclasses.cc 2016-11-15 15:58:13 +01:00
Frank B. Brokken
cad64df43f wip 2016-11-10 15:36:34 +01:00
Frank B. Brokken
963ecb3b57 rewrote the sections about implementing binary operators 2016-11-08 20:45:44 +01:00
Frank B. Brokken
e9e01e2428 removed push_front from the string members 2015-09-27 12:41:14 +02:00
Frank B. Brokken
e93bfc3a63 cleanup 2015-05-28 10:47:41 +02:00
Frank B. Brokken
9bd3ee9891 removed references to C++11, since that's de facto the standard 2015-05-26 16:05:46 +02:00
Frank B. Brokken
99c4ca6bf6 cosmetic changes 2015-03-07 21:43:32 +01:00
Frank B. Brokken
ee345ba6ce Added new topics to TODO 2014-08-28 09:28:22 +02:00
Frank B. Brokken
83893f210f Added an example about bound template friends
Added an example showing how to declare a bound friend function template
    to a class template
2014-03-02 15:03:48 +01:00
Frank B. Brokken
dc772ff83b Added additional paragraphs about implementing (const_)(reverse_)iterators 2014-03-02 14:34:35 +01:00
Frank B. Brokken
ea867fe683 Added paragraphs about using static_casts with shared/unique_ptrs 2014-03-02 13:09:29 +01:00
Frank B. Brokken
195e694e34 TODO: more additions 2014-02-27 11:41:57 +01:00
Frank B. Brokken
a892d70a94 TODO: more additions 2014-02-27 11:23:54 +01:00
Frank B. Brokken
36edbbe02e TODO updated 2014-02-27 11:20:20 +01:00
Frank B. Brokken
777b182edd Moved all files but 'excluded', 'sf', and 'sourcetar' to ./annotations
This allowed me to standardize the sourcetar and sf/* scripts: the base
    directory (containing ./git) is now empty, except for maintenance scripts,
    while the source files and build scripts of the annotations are stored in
    a subdirectory of their own.
2013-05-29 20:44:08 +02:00
Renamed from TODO (Browse further)