Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 247 Bytes

14.46.md

File metadata and controls

3 lines (2 loc) · 247 Bytes

It is a bad idea to define conversion operators for Sales_data class, they should be defined as oridinary member functions to describe their usages.

If we must define them, then they should be defined as explicit to avoid surprising results.