Sean Middleditch
Sean Middleditch
(didn't mean to close) This is the fragment I'm putting in my local formatxx branch and other projects, for reference: ``` add_custom_target(formatxx_gen_doctest_h DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/doctest/doctest/doctest.h) add_dependencies(doctest formatxx_gen_doctest_h) ``` Which is clearly...
> I've been shy of adding too many new colors in the style system, while the expectation is that this will be boldly reworked. Admittedly this is a bit of...
This sounds like it might be a case for evangelizing something like `[[trivial_abi]]` to the compiler team (https://quuxplusone.github.io/blog/2018/05/02/trivial-abi-101/). The use case Arthur outlines is almost exactly this situation here.