You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently tests_util is used as a dependency by tests_pfn and accidentally this works, even though it pulls headers which are designed to work with C++23 only. I am lucky this worked so far, but should not rely on luck for ever.
Currently
tests_utilis used as a dependency bytests_pfnand accidentally this works, even though it pulls headers which are designed to work with C++23 only. I am lucky this worked so far, but should not rely on luck for ever.