Explicitly build with -std=gnu++98.
clang 6.0 defaults to -std=gnu++14, but the port fails with too many errors
when built in C++11 (or later) mode.
PR: 224945
Explicitly build with -std=gnu++98. Tags None Referenced Files None Subscribers None
Description
Details
|