Most exercises don't use Boost::date_time, but it is required for all exercises.
A quick search shows that it is currently used in:
Is it possible and reasonable to use standard library functions instead?
We could remove the Boost::date_time dependency for all but these two exercises, but it may introduce a maintenance headache for marginal gains.
Most exercises don't use
Boost::date_time, but it is required for all exercises.A quick search shows that it is currently used in:
Is it possible and reasonable to use standard library functions instead?
We could remove the
Boost::date_timedependency for all but these two exercises, but it may introduce a maintenance headache for marginal gains.