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

php - Edges appear in image after resizing -

ios8 - iOS custom keyboard - preserve state between appearances -

Delphi change the assembly code of a running process -