HowardHinnant / date

A date and time library based on the C++11/14/17 <chrono> header
Other
3.08k stars 670 forks source link

optional exceptions #684

Open user1095108 opened 2 years ago

user1095108 commented 2 years ago

Optional exceptions are inevitable, as exceptions are optional in all current c++ compilers. The functionality is currently unavailable.