Closed beojan closed 3 years ago
The remaining AppVeyor failures appear to be a configuration issue (it can't find the compiler).
The remaining Travis CI failures also seem to be configuration issues for the macOS CI.
Odd failures!
For Travis: I think you need to update the macOS version used to Mojave or later for Homebrew support For Appveyor: #105 is to fix this, I think
Merged. Thanks for your contribution!
This adds a
get_
lazy function that's essentially an adaptedstd::get
. Instead of providing anunpack
lazy function, I definedboost::phoenix::placeholders::uarg1
throughuarg10
(actuallyBOOST_PHOENIX_ARG_LIMIT
) that unpackarg1
.