Skip to content

Remove compile-time string-length checker

Mark Abraham requested to merge ifuncnames_dontCheckWithMsvc into release-2024

The reclaration of interaction_function with constexpr is not accepted by MSVC 2019. Checking string lengths declared in source files needs to be done another way.

This is a partial reversion of commit 8854dd73

Edited by Mark Abraham

Merge request reports