diff --git a/include/boost/pfr/detail/detectors.hpp b/include/boost/pfr/detail/detectors.hpp index ca29e2e3..31cf5908 100644 --- a/include/boost/pfr/detail/detectors.hpp +++ b/include/boost/pfr/detail/detectors.hpp @@ -11,7 +11,8 @@ namespace boost { namespace pfr { namespace detail { ///////////////////// `value` is true if Detector does not compile (SFINAE) - struct success{}; + struct success{}; + template