「view this page in B3 βῆτα server」

Revisions №60752

branch: master 「№60752」
Commited by: Jack Maguire
GitHub commit link: 「c8f9569c03a26bae」 「№3984」
Difference from previous tested commit:  code diff
Commit date: 2019-06-04 08:31:56

Merge pull request #3984 from RosettaCommons/JackMaguire/CxxExtras Add extras=cxx14, cxx17, and cxx20 Adding extras for newer c++ versions. This probably won't impact the end users much but it would help developers prototype with newer features or play with external libraries that require newer versions. I also added macros like CXX14_OR_LATER because it seems cleaner than comparing __cplusplus to 201402L

...