aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Compat.h
AgeCommit message (Collapse)AuthorFilesLines
2020-01-06Fixed runtime error introduced by r7925 (changset 58e9ef4392cd).mitchell1-2/+2
2020-01-06More synchronizing LongTerm3 with default.mitchell1-0/+6
Ideally this covers anything missed during the backport process.
2020-01-05Added Sci::round() and Sci::lround() for better compatibility with the ↵mitchell1-2/+15
default branch. Some olders MacOSX SDKs do not have std::round() or std::lround().
2020-01-05Added Sci::make_unique() and Sci::size() for better compatibility with the ↵mitchell1-0/+51
default branch. std::make_unique() is c++14 and std::size() is c++17.