I misread the TBB documentation: the constructor of `tbb::atomic` is only available since C++11. Otherwise, it has to be default-initialized, and then assigned.
I misread the TBB documentation: the constructor of `tbb::atomic` is only available since C++11. Otherwise, it has to be default-initialized, and then assigned.