better fields
This commit is contained in:
@@ -54,7 +54,7 @@ struct MessageImplParsedOptions<option::DispatchImpl<TActual>, TOptions...> : pu
|
||||
template <typename TFields, typename... TOptions>
|
||||
struct MessageImplParsedOptions<option::FieldsImpl<TFields>, TOptions...> : public MessageImplParsedOptions<TOptions...> {
|
||||
static const bool HasFieldsImpl = true;
|
||||
using Fields = TFields;
|
||||
using Fields = typename FieldsBuilder<TFields>::Type;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user