libcudacxx icon indicating copy to clipboard operation
libcudacxx copied to clipboard

Avoid use of inline variables in C++14

Open miscco opened this issue 2 years ago • 0 comments

While we provide variable templates already in C++14 we should not use them internally as those might have unexpected behavior wrt binary size as there is no guarantee that the compiler is not creating a duplicated variable whenever it finds it

miscco avatar Jun 02 '23 12:06 miscco