boostorg / fiber

userland threads
464 stars 108 forks source link

Changes for Embarcadero C++ clang-based compilers, targeting Boost 1.74. Inline friend function definitions for exported/imported classes must… #243

Closed eldiener closed 4 years ago

eldiener commented 4 years ago

… become declarations and inline definitions outside the class for Embarcadero C++ clang-based compilers. This bug has been reported to Embarcadero.

eldiener commented 4 years ago

I do not see how my PR has anything to do with the test failures. I believe the test failure would occur on any PR as the test failures are intrinsic to the older versions of compilers being tested.