diff --git a/include/upa/url_for_atl.h b/include/upa/url_for_atl.h index 82e3ae1..f85be0f 100644 --- a/include/upa/url_for_atl.h +++ b/include/upa/url_for_atl.h @@ -31,14 +31,11 @@ struct str_arg_char_for_atl { #ifdef UPA_CPP_20 // CStringT and CFixedStringT are derived from CSimpleStringT -template -concept derived_from_CSimpleString = +template requires std::derived_from> || std::derived_from> || std::derived_from> || - std::derived_from>; - -template + std::derived_from> struct str_arg_char : public str_arg_char_for_atl {}; #else // UPA_CPP_20