xo-unit: tidy: remove stray TYPE_INFERENCE_EXPERIMENT debris
This commit is contained in:
parent
e37340f6c2
commit
862187c69d
2 changed files with 3 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue