Skip to content

Commit

Permalink
📚 [README] g++-12
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Sep 5, 2022
1 parent b2953a1 commit 4923e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ static_assert(sizeof(to_tuple(not_packed{}) | sort_by_size) == 8u);
> Locally
```sh
docker build . -t dev
docker build . -t dev # or docker pull krisjusiak/dev
docker run -it -v "$(pwd)":/mp --privileged dev:latest
```

```sh
mkdir build && cd build
CXX=clang++ cmake .. -DBOOST_MP_BUILD_TESTS=ON -DBOOST_MP_BUILD_EXAMPLES=ON
CXX=clang++-16 cmake .. -DBOOST_MP_BUILD_TESTS=ON -DBOOST_MP_BUILD_EXAMPLES=ON # CXX=g++-12
```

```sh
Expand Down

0 comments on commit 4923e56

Please sign in to comment.