cnl
cnl copied to clipboard
Follow-up Number tasks
- Documentation
- cnl::_impl::native_tag -> cnl::native_tag
- cnl::_impl::multiply_op -> cnl::multiply_op etc.
- remove operators with tags from different tag families, e.g.
convert<native_tag, nearest_rounding_tag, int> - investigate replacement of
cnl::from_valuewith a singlecnl::_impl::deducewhich uses specializations ofcnl::deductionto perform the simple conversion all of thefrom_valuespecializations seem to do. - assert_same -> assert_same_v