Commits


Hatem Helal authored and Wes McKinney committed e4febfb5802
ARROW-6096: [C++] conditionally use boost regex for gcc < 4.9 I did a quick test of this on mac and verified that the parquet shared library no longer depends on the boost regex lib. Closes #4985 from hatemhelal/arrow-6096 and squashes the following commits: c88bb4e47 <Hatem Helal> remove boost regex dependency from libarrow 6b8115301 <Hatem Helal> conditionally use boost regex for gcc < 4.9 Authored-by: Hatem Helal <hhelal@mathworks.com> Signed-off-by: Wes McKinney <wesm+git@apache.org>