You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can be tested on Ubuntu 16.04 (WSL) with clang 4.0. The CI builds are using newer versions of clang and libc++ and don't have that problem because the system_error header already included the string header.
Clang <= 5 and AppleClang 9.3 fail to compile jpegls_error.cpp if using libc++ (and not libstdc++) because string (and system_error) are not included.
The text was updated successfully, but these errors were encountered: