mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-04 04:33:23 +00:00
* Allow suppression of including <optional> via macro * Combine preprocessor conditions * Make inclusion of header <optional> opt-in * Make inclusion of <optional> opt-out via macro * Auto-detect C++17+ when defining macro * Enclose macro expression in parentheses * Check value of macro, not whether it's defined * Fix parentheses * Don't define macro with expression using other macros The preprocessor doesn't seem to like it. * Fix parentheses