dbj
dbj
@AndiDittrich thanks. Now I fancy a slightly bigger front, How do I make Enlighter show the font size I want when it renders the Crayon blocks? Since one can not...
Ah ok, thanks. Please understand the use case: 10+ years old blog with 500+ posts. Reasonably frequently visited and referenced globaly. Thus by now a big author's time spender. I...
How about this? auto [ val, stat ] = my_fun() ; if ( ! val && ! stat ) then { /* empty */} if ( ! val && stat...
Perhaps ... // make from native arrays template< typename T, size_t N > inline nonstd::ring_span make_ring_span(T(&arr)[N]) { return nonstd::ring_span(arr, arr + N, arr, N); } // make from std arrays...
I am not that familiar with the API ... but if the last argument is the size of the view on the source, that is OK of course. There are...
Hi Martin, well probably like this: It is not feasible to go bellow C++ version that is more than 8 years old. For good people in a real "need" for...
@Quuxplusone ... *feasibility* Arthur :) Ie the amount of effort to make something that is useful and already exists in C++11 onwards or (god forbid, only) in the standard C++...
This is/was a great effort of a few good people. +1 for that. The key top-level architectural view is missing. Inevitably, it appears (at least to me) this lib is...
@aramk I am very certain good WordFence people will listen to you if you contact them about this issue. WP plugin status is very crude "system" ... which also points...
Me thinks, "the most useful shape" is this: ``` any.hpp byte.hpp optional.hpp .... the rest of headers ... non_std_lite_the_rest (submodule) doc/ any.md byte.md optional.md ... the rest ... test/ util/...