Files
flatbuffers-bigfoot/include/flatbuffers
Marcin Lewandowski baddf90599 Add parentheses in FLATBUFFERS_MAX_BUFFER_SIZE, FLATBUFFERS_MAX_64_BUFFER_SIZE to avoid preprocessor definition collision (#8377)
In case when flatbuffers are being used along with other project that defines "max" preprocessor macro, the ::max() in FLATBUFFERS_MAX_BUFFER_SIZE and FLATBUFFERS_MAX_64_BUFFER_SIZE is incorrectly being expanded to the macro. Adding parentheses enforces function-like interpretation.

Co-authored-by: Derek Bailey <derekbailey@google.com>
2024-08-19 19:51:15 -04:00
..
2023-05-09 09:16:30 -07:00
2023-05-09 09:16:30 -07:00
2023-01-07 19:40:03 -08:00
2023-04-06 01:49:29 +00:00
2023-11-18 00:19:03 -08:00
2023-05-10 16:41:39 -07:00
2023-05-09 09:16:30 -07:00
2023-05-11 18:14:27 -07:00
2023-05-11 12:23:49 -07:00
2024-05-29 01:07:34 +00:00