aws / aws/device-storelibrary-cpp

Seems clang-tidy is configured in C++14 rather than C++17 mode

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.