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

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -