boost: Fixes Boost.regex header-only (v5) include 15771/head
authorCarlos Miguel Ferreira <carlosmf.pt@gmail.com>
Thu, 3 Jun 2021 22:05:10 +0000 (23:05 +0100)
committerCarlos Miguel Ferreira <carlosmf.pt@gmail.com>
Thu, 3 Jun 2021 22:45:30 +0000 (23:45 +0100)
commit34a91f7be31d1591f81c0cf53eaf0a2a94e54539
treed7bee934a7332a9442fe921b181b1a9e2f5121eb
parentfa761fcda082066e6f38fe16b1b3fc17ef5f4a94
boost: Fixes Boost.regex header-only (v5) include

In v1.76.0 Boost.Regex became a header-only library.
With this update, there are now two different versions:
- v4 for C++03 (deprecated)
- v5 header-only

This commit fixes an issue which was preventing Boost.Regex
from being built for old ArmV5 targets

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
libs/boost/patches/020-regex.patch [new file with mode: 0644]