Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend C++1z test to include variant APIs we use
std::get and std::visit are only available on macOS 10.14, so as long as we're building with a deployment target lower than that, we can't enable C++1z globally unless we special-case use of those functions. Change-Id: Idb5eb5992ea4dd7eab92f5310321720e19ac793e Reviewed-by: Ville Voutilainen <[email protected]> Reviewed-by: Simon Hausmann <[email protected]>
- Loading branch information