简体   繁体   中英

Initializing boost date to the first year of AD

I would want to initialize a gregorian date like this

boost::gregorian::date d = { 1, 1, 1 };

but year = 1 is not allowed. How can I create a day before Jesus was born ?

The current implementation of Gregorian date supports dates in the range 1400-Jan-01 to 9999-Dec-31. So handling a date outside this range is no directly possible.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM