aws / aws/device-storelibrary-cpp
Seems clang-tidy is configured in C++14 rather than C++17 mode
Open
- Dominant language
- C++
- Stars
- 5
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
While trying to build the [device-storelibrary-cpp](https://github.com/aws/device-storelibrary-cpp) received an error :
```
#9 329.6 /tmp/deps-native/device-storelibrary-cpp/include/aws/store/filesystem/posixFileSystem.hpp:56:5: error: no member named 'filesystem' in namespace 'std'; did you mean simply 'filesystem'? [clang-diagnostic-error]
#9 329.6 std::filesystem::path _path;
#9 329.6 ^~~~~~~~~~~~~~~
```
I used a base image of Ubuntu 22.04 and installed following packages:
- cmake
- build-essential
- clang-tidy-12
Contributor guide
Assessment
This issue has not been assessed yet.