blt icon indicating copy to clipboard operation
blt copied to clipboard

Internal test checking for c++1X but not c++2X

Open chapman39 opened this issue 2 years ago • 0 comments

Referencing this: https://github.com/LLNL/blt/blob/develop/tests/internal/CMakeLists.txt#L246

if (ENABLE_CUDA AND ENABLE_MPI AND 
    "${BLT_CXX_STD}" MATCHES c\\+\\+1)
...

chapman39 avatar Apr 20 '23 21:04 chapman39