redef ppdetail_atomic
This commit is contained in:
parent
042a774ba1
commit
03c8d66401
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ namespace xo {
|
||||||
// Defining this means ppdetail_atomic is not used.
|
// Defining this means ppdetail_atomic is not used.
|
||||||
// In that case where not explicitly specialized ppdetail will revert to ordinary printing for a type,
|
// 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.
|
// instead of giving compile-time error about missing template specialization of ppdetail.
|
||||||
//#define ppdetail_atomic ppdetail
|
#define ppdetail_atomic ppdetail
|
||||||
|
|
||||||
struct ppindentinfo {
|
struct ppindentinfo {
|
||||||
ppindentinfo(ppstate * pps, std::uint32_t ci0, std::uint32_t indent_width, bool upto)
|
ppindentinfo(ppstate * pps, std::uint32_t ci0, std::uint32_t indent_width, bool upto)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue