xo-flatstring -> .xo-flatstring (prep for subrepo)
This commit is contained in:
parent
6a991f657c
commit
b2490dedd9
146 changed files with 0 additions and 15037 deletions
|
|
@ -1,28 +0,0 @@
|
|||
/** @file flatstring_pretty.hpp
|
||||
*
|
||||
* Author: Roland Conybeare, Jul 2025
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "flatstring.hpp"
|
||||
#include "flatstring_iostream.hpp"
|
||||
#include "xo/indentlog/print/ppdetail_atomic.hpp"
|
||||
|
||||
namespace xo {
|
||||
#ifndef ppdetail_atomic
|
||||
namespace print {
|
||||
struct ppindentinfo;
|
||||
|
||||
template <std::size_t N>
|
||||
struct ppdetail<flatstring<N>> {
|
||||
static bool print_pretty(const ppindentinfo & ppii,
|
||||
const flatstring<N> & x) {
|
||||
return ppdetail_atomic<flatstring<N>>::print_pretty(ppii, x);
|
||||
};
|
||||
};
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
/** end flatstring_pretty.hpp **/
|
||||
Loading…
Add table
Add a link
Reference in a new issue