|
|
|
|
|
by ckitching
697 days ago
|
|
NVCC is doing much better than before in terms of "broken C++". There was indeed a time when lots of modern C++ just didn't work. Nowadays the issues are more subtle and nasty. Subtle differences in overload resolution. Subtle differences in lambda handling. Enough to break code in "spicy" ways when you try to port it over. |
|