libnonius / nonius

A C++ micro-benchmarking framework
https://nonius.io
Creative Commons Zero v1.0 Universal
358 stars 47 forks source link

Struct named concept breaks compilation with c++20 concpets #110

Closed edmeme closed 4 years ago

edmeme commented 4 years ago

As the name points out, in "/include/nonius/detail/benchmark_function.h++" there is a small struct called "concept". concept is a reserved keyword since c++20, which breaks compiler compatibility.

edmeme commented 4 years ago

its fixed in devel.