Explicitly defaulted copy assignment operator is implicitly deleted
nvtx3.hpp(901, 20): Copy assignment operator of 'color' is implicitly deleted because field '_value' is of const-qualified type 'const nvtx3::color::value_type' (aka 'const unsigned int')
Suggest explicitly deleting this copy assignment operator.
Suggest explicitly deleting this copy assignment operator.