xo-unit: tidy: remove stray TYPE_INFERENCE_EXPERIMENT debris

This commit is contained in:
Roland Conybeare 2024-05-03 21:55:25 -04:00
commit 862187c69d
2 changed files with 3 additions and 13 deletions

View file

@ -18,11 +18,7 @@ namespace xo {
>
inline std::ostream &
operator<< (std::ostream & os,
const quantity<Repr,
#ifdef TYPE_INFERENCE_EXPERIMENT
Int,
#endif
NaturalUnit, Int2x> & x)
const quantity<Repr, NaturalUnit, Int2x> & x)
{
os << x.scale() << x.abbrev();
return os;