Closed
Description
With c++20 "requires" was added to the list of keywords (https://en.cppreference.com/w/cpp/keyword). This might lead to problems down the line when using g++20 as there is a function named requires()
in util/c_types.h
.
With c++20 "requires" was added to the list of keywords (https://en.cppreference.com/w/cpp/keyword). This might lead to problems down the line when using g++20 as there is a function named requires()
in util/c_types.h
.