Compatibility of newer versions of libstdc++ with this library.
RFerraro opened this issue · 0 comments
RFerraro commented
While working on making updates to the CI Docker Images for newer C++ compilers, it's been noted there may be additional compatibility issues against newer versions of libstdc++. Under Travis CI, the build is returning errors related to "error: calling a private constructor of class 'std::future_error'". See: TravisCI Job Log.
A fix for these issues should be resolvable in a similar fashion to PullRequest #1. The build errors were not noted at the PullRequest #1's merge-time because the CI infrastructure hadn't yet started testing with newer compilers and libstdc++ versions.