xo-indentlog: xo::print::quoted -> quot, avoiding std::quoted
This commit is contained in:
parent
088fd9b32c
commit
ea7d79f95c
4 changed files with 203 additions and 65 deletions
|
|
@ -135,12 +135,12 @@ namespace xo {
|
|||
* - std::string const & passed to quoted_impl ctor
|
||||
*/
|
||||
template<typename T>
|
||||
auto quoted(T && x) {
|
||||
auto quot(T && x) {
|
||||
return quoted_impl(false /*unq_flag*/, std::forward<T>(x));
|
||||
}
|
||||
|
||||
inline auto qcstr(char const * x) {
|
||||
return quoted(x);
|
||||
return quot(x);
|
||||
} /*qcstr*/
|
||||
|
||||
template<typename T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue