Martin Moene
Martin Moene
Like sharing of `in_place` facility. Guard with `nonstd_lite_HAVE_ALIGNMENT_TYPES`.
See [p1402 - std::cstring_view - a C compatible std::string_view adapter](http://wg21.link/p1402). ___ 20240607 – See also: - [My proposal of `std::basic_cstring`](https://lists.isocpp.org/std-proposals/2019/05/0018.php) ([alternative link](https://lists.isocpp.org/std-proposals/att-0018/attachment)) – [test string.cc](https://lists.isocpp.org/std-proposals/att-0018/cstring.cc), [cstring.h](https://lists.isocpp.org/std-proposals/att-0018/cstring.h) by _sotrdg_.
See: - Marc Mutz,[StringViews, StringViews everywhere!](https://youtu.be/0QFPKgvLhao?t=29m40s) @30m, Meeting C++ 2017. - Klaus Iglberger, [“Free Your Functions!”](https://www.youtube.com/watch?v=WLDT1lDOsb4) ([slides](https://github.com/CppCon/CppCon2017/blob/master/Presentations/Free%20Your%20Functions/Free%20Your%20Functions%20-%20Klaus%20Iglberger%20-%20CppCon%202017.pdf)), CppCon 2017.
- [x] on wandbox, update string_view.hpp to version 0.2.0 - [x] on godbolt, update string_view.hpp to version 0.2.0 - [ ] on godbolt, show string view lite's version number, see...
When talking about a circular TDD process flow, figures that show it in a not-so-much-circular fashion may look a little bit odd. See e.g. [figures of Growing Object-Oriented Software Guided...
Some of the `0xa0` space characters in the .md files render as 'nothing' in the HTML and the PDF output. See for example "Isat" and "aperson" in [How to start](https://leanpub.com/tdd-ebook/read#leanpub-auto-how-to-start):...
Start a chapter References or Further Reading early on and gather references in it such as: > Mark Seemann. Zero-Friction TDD. Collection of Blog posts. 2008-2009. http://blog.ploeh.dk/2009/01/28/Zero-FrictionTDD/ To take care...
Plan: - [x] Add git submodules - [x] Add toplevel CMakeLists.txt - [ ] Write Readme - [ ] ... References: - [Jinja2Cpp issue 68: Use cmake to handle thirdparty...