xo-indentlog: xo::print::quoted -> quot, avoiding std::quoted

This commit is contained in:
Roland Conybeare 2024-05-01 22:31:27 -04:00
commit ea7d79f95c
4 changed files with 203 additions and 65 deletions

View file

@ -13,6 +13,10 @@ xo_cxx_toplevel_options2()
# cmake -DCMAKE_BUILD_TYPE=debug
xo_toplevel_debug_config2()
# ----------------------------------------------------------------
# cmake -DCMAKE_BUILD_TYPE=asan
xo_toplevel_asan_config2()
# ----------------------------------------------------------------
# cmake -DCMAKE_BUILD_TYPE=coverage
xo_toplevel_coverage_config2()