From efa36e428803d4e4fa3e6a54c2f69860a9176472 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 3 Sep 2025 23:47:32 -0400 Subject: [PATCH] xo-indentlog: ppdetail_atomic -> ppdetail --- include/xo/indentlog/print/ppdetail_atomic.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xo/indentlog/print/ppdetail_atomic.hpp b/include/xo/indentlog/print/ppdetail_atomic.hpp index 3f460a7..dfeaf41 100644 --- a/include/xo/indentlog/print/ppdetail_atomic.hpp +++ b/include/xo/indentlog/print/ppdetail_atomic.hpp @@ -16,7 +16,7 @@ namespace xo { // Defining this means ppdetail_atomic is not used. // In that case where not explicitly specialized ppdetail will revert to ordinary printing for a type, // instead of giving compile-time error about missing template specialization of ppdetail. -//#define ppdetail_atomic ppdetail +#define ppdetail_atomic ppdetail struct ppindentinfo { ppindentinfo(ppstate * pps, std::uint32_t ci0, std::uint32_t indent_width, bool upto)