Le 25/05/2017 à 14:25, Jonathan Müller via Boost a écrit :
On May 25, 2017 12:13, "Vicente J. Botet Escriba via Boost" < boost@lists.boost.org> wrote:
More I think on the uninitialized default constructor, more I like it. No surprise. "Explicit is better than Implicit"
If you ignore the fact that now everything has a precondition. If there is no sensible default, don't provide a default constructor!
I could agree with you in some cases, but not in general.
What is the default for chrono::duration?
Does it means that we should remove the default constructor?
For the expected