In terms of C++11, am I correct in thinking that copy of value-semantic objects that is shared between at least two threads isn't thread safe?
Meaning that if we want to get a copy of an big object in a thread, we still need some synchronisation mecanism to make the copy?