Martin Moene
Martin Moene
Update [documentation](https://github.com/martinmoene/PhysUnits-CT-Cpp11#types-and-declarations) accordingly.
Code - [ ] jthread, with stop abilities - [ ] stop_token - [ ] stop_source - [ ] stop_callback, make_stop_callback() - [ ] condition_variable_any Configuration - [ ] ......
See [tweet](https://twitter.com/lunasorcery/status/1162296964068839425) by lunasorcery.
MicroChip. [ATmega328/P AVR MCU with picoPower Technology Data Sheet](http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega328_P%20AVR%20MCU%20with%20picoPower%20Technology%20Data%20Sheet%2040001984A.pdf). 2018. (PDF) **Registers** - [x] **11. AVR CPU Core** - [x] 11.3.1 SREG: Status Register - [x] 11.4 r0..r31: General Purpose...
Note: started work on a C++11 version of expected, see [expected-lite](https://github.com/martinmoene/expected-lite).
Add a reference to - [Dxxxx](https://github.com/viboes/std-make/blob/master/doc/proposal/expected/DXXXXR0_expected.pdf) - A proposal to add a utility class to represent expected monad (Revision 2) (PDF) by Vicente J. Botet Escriba. - [N4109](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4109.pdf) - A...
**Sources for ideas:** - [ ] [C++20](https://eel.is/c++draft/) - [ ] [`std::basic_string`](https://en.cppreference.com/w/cpp/string/basic_string) - [ ] [n3593 - std::split(): An algorithm for splitting strings](http://wg21.link/n3593) - [ ] [Boost String Algorithms Library](https://www.boost.org/doc/libs/1_60_0/doc/html/string_algo.html) -...