Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenberry committed Oct 17, 2022
1 parent 226b2d7 commit db61efd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Glaze requires C++20, using concepts for cleaner code and more helpful errors.

Glaze builds with clang and MSVC compilers. Currently it doesn't build with gcc because of std::declval issues ([see issue #7](https://github.com/stephenberry/glaze/issues/7#issue-1409706710)).

*Currently clang performs better at writing because of MSVC compiler errors that we have to avoid.*

### Example

```c++
Expand Down

0 comments on commit db61efd

Please sign in to comment.