llnl / llnl/blt

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

Open
#631 0 comments 0 reactions 0 assignees View on GitHub
testing
Dominant language
C++
Stars
296
Forks
66
Avg merge
1h 3m
Merged PRs (30d)
1

Description

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)
...
```

Contributor guide

Open the contributing guide

Research direction

Open tests/internal/CMakeLists.txt around line 246 and inspect the C++ standard matching condition shown in the issue. Confirm how the condition handles c++1X and c++2X, then update the check so the intended standard is recognized and run the relevant internal CMake test to verify it.

Written by the indexing model from the issue text.

Assessment

Tech stack
cmake, cpp
Domain
build-system, testing
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.