Brian Leibig

Results 1 comments of Brian Leibig

The issue is with a particular compiler and C++ standard. Configuring to use g++-13 and c++20 and running the xpad test ``` $ cmake .. -DBUILD_TESTS=ON -DCPP20=ON -DCMAKE_CXX_COMPILER=g++-13 $ make...