4 Commits

Author SHA1 Message Date
blueloveTH
a06a8918ce ... 2023-07-09 00:55:30 +08:00
BLUELOVETH
d5fc2c8686 add ~ operator 2023-07-07 18:43:50 +08:00
BLUELOVETH
d4696d6931 bug workaround on MacOS
Number::stoi may raise std::out_of_range but it cannot be caught via catch(std::exception&). We use catch(...) for now. Note that catch(...) may catch pkpy::Exception or any others.
2023-07-03 15:02:58 +08:00
blueloveTH
f3ac21ccc2 ... 2023-07-02 01:39:24 +08:00