Skip to content

compile error with std_thread/primitives.hpp #73

@angainor

Description

@angainor

This line

std::lock_guard<std::mutex> lock(m_guard);

does not like m_guard, which is a recursive lock. Compiles when I use m_cv_guard.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions