date - boost::gregorian::date_period representing all time -



date - boost::gregorian::date_period representing all time -

is there way build such object? works, in practice:

date_period(date(1,jan,1), pos_infin)

assuming can assume year 1 negative infinity. seems there must way express infinite time period.

oh, can this:

date_period(date(neg_infin), pos_infin)

date boost

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -