j
k
j a
j l
Roland Schwarz wrote:
What is wrong or "unsimple" about: clsss X { std::mutex class_data_member; X() : class_data_member(0) {} }
What is wrong or "unsimple" about:
clsss X { std::mutex class_data_member;
X() : class_data_member(0) {} }
It's not needed for other library-defined types, and usually not for user-defined types. -- Daniel Wesslén
Back to the thread
Back to the list