Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
1. Make P1673 link a real URL.
2. Update required C++ language version.
3. Remove out-of-date MSVC information.
  • Loading branch information
mhoemmen committed Jun 7, 2022
1 parent a27a588 commit 96403aa
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@

This is a reference implementation of P1673,
"A free function linear algebra interface based on the BLAS."
You can find the latest revision of P1673 at wg21.link/p1673.
You can find the latest submitted revision of P1673
[at this URL](https://wg21.link/p1673).

## Requirements

- CMake >= 3.17 (earlier versions may work, but are not tested)
- C++ build environment that supports C++20
- C++ build environment that supports C++17 or greater

## Tested compilers

We run github's automated tests on every pull request.
Automated tests use "ubuntu-latest",
which presumably defaults to a fairly new GCC.

Before we started requiring concepts, MSVC 2019 16.7.0 was able to build and run tests and examples as of 2021/05/27.
We will start testing on MSVC 2019 16.10 soon, which claims full support for C++20.
Other compilers, including MSVC 2019, have been tested in the past.

## Brief build instructions

Expand Down

0 comments on commit 96403aa

Please sign in to comment.