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

javascript - I need to update the text of a paragraph by inline edit -

javascript - THREE.js reposition vertices for RingGeometry -

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