BinaryAnalysisPlatform / bap-bindings

C Bindings to BAP
MIT License
15 stars 9 forks source link

adds support for the `requires` keyword introduced with C++20 #23

Closed ivg closed 2 years ago

ivg commented 2 years ago

When C++20 is enabled we rewrite requires to requires_.

Fixes #22