Quantcast
Channel: Cannot construct tuple from atomic object in C++ - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by ShadowRanger for Cannot construct tuple from atomic object in C++

The code has two rules applied that are causing the problem:Type inferencing: You're using std::make_tuple with type-inference, so it's trying to make a tuple templated on the type of the arguments...

View Article



Cannot construct tuple from atomic object in C++

I am new to atomic in C++ and trying to make a tuple from atomic objects. I am getting a compile time error and I do not understand why. How can I resolve the error?Created this test programint main(){...

View Article
Browsing latest articles
Browse All 2 View Live


Latest Images