xo-indentlog: workaround unexpected ambiguity with hex() inserter
This commit is contained in:
parent
da58be3f38
commit
9d3cae1dee
1 changed files with 2 additions and 1 deletions
|
|
@ -109,7 +109,8 @@ namespace xo {
|
|||
for (std::uint8_t const * p = lo_; p < hi_; ++p) {
|
||||
if (i > 0)
|
||||
os << " ";
|
||||
os << hex(*p, as_text_);
|
||||
xo::hex(*p, as_text_).print(os);
|
||||
//os << xo::hex(*p, as_text_);
|
||||
++i;
|
||||
}
|
||||
os << "]";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue