Skip to content
Commit bfa7990b authored by Howard Hinnant's avatar Howard Hinnant
Browse files

Apply constexpr to the mutex constructor. As a conforming extension, apply...

Apply constexpr to the mutex constructor.  As a conforming extension, apply constexpr to the condition_variable constructor.  These are important because it enables the compiler to construct these types at compile time, even though the object will be non-const.  Since they are constructed at compile time, there is no chance of a data race before they are constructed.

llvm-svn: 159901
parent eeac9fcf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment