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
Previously it was compiling in Windows using clang-cl 13.
Actual Behavior
Failing with message: 'boost::sml::back::policies::thread_safe<std::recursive_mutex>::create_lock()::lock_guard::~lock_guard()::lock_guard::lock_' is not a member of class 'lock_guard' ~lock_guard() { lock_.unlock(); }
Steps to Reproduce the Problem
Compile with clang-cl 13
Specifications
Version: master
Platform: Windows clang-cl
Subsystem:
The text was updated successfully, but these errors were encountered:
Expected Behavior
Previously it was compiling in Windows using clang-cl 13.
Actual Behavior
Failing with message:
'boost::sml::back::policies::thread_safe<std::recursive_mutex>::create_lock()::lock_guard::~lock_guard()::lock_guard::lock_' is not a member of class 'lock_guard' ~lock_guard() { lock_.unlock(); }
Steps to Reproduce the Problem
Compile with clang-cl 13
Specifications
The text was updated successfully, but these errors were encountered: