Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(r): Avoid flatcc aligned_alloc() call when compiling R package (#494
) Closes #493. We could be fancier and check for the presence of aligned_alloc() or guard it in a define based on the C standard; however, I don't think we use it at all right now and even when write support is added I don't think it will matter for how we use flatbuffers in the IPC format.
- Loading branch information