jrhemstad / nvtx_wrappers

This repository is deprecated and the code has moved to the official NVIDIA NVTX github repository: https://github.com/NVIDIA/NVTX
Apache License 2.0
2 stars 0 forks source link

clang: explicitly defaulted copy assignment operator of `color` is implicitly deleted #4

Open harrism opened 4 years ago

harrism commented 4 years ago
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.