#include #include "Property_Test_Types.hpp" static_assert(Property_Set); static_assert(Property_Product); static_assert(Value_Validator); static_assert(Validated_Property_Value>); static_assert(Property_Validator); static_assert(Property_Constructible); TEST(property_concepts_test, concepts_compile) { SUCCEED(); }