File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
libraries/proto-structs/include/userver/proto-structs/io/impl Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -194,13 +194,14 @@ auto CreateFieldSetter(
194194namespace traits {
195195
196196template <typename T>
197- concept FieldGetter = proto_structs::impl::traits::InheritsFromInstantiation<FieldGetter, T>;
197+ concept FieldGetter = proto_structs::impl::traits::InheritsFromInstantiation<proto_structs::io::impl:: FieldGetter, T>;
198198
199199template <typename T>
200- concept FieldGetterWithPresence = proto_structs::impl::traits::InheritsFromInstantiation<FieldGetterWithPresence, T>;
200+ concept FieldGetterWithPresence =
201+ proto_structs::impl::traits::InheritsFromInstantiation<proto_structs::io::impl::FieldGetterWithPresence, T>;
201202
202203template <typename T>
203- concept FieldSetter = proto_structs::impl::traits::InheritsFromInstantiation<FieldSetter, T>;
204+ concept FieldSetter = proto_structs::impl::traits::InheritsFromInstantiation<proto_structs::io::impl:: FieldSetter, T>;
204205
205206} // namespace traits
206207
You can’t perform that action at this time.
0 commit comments