mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Fixed usage of ETL_DEPRECATED_REASON(), wrong syntax by order
This commit is contained in:
parent
f286ecf1b6
commit
101d1f5930
@ -67,7 +67,7 @@ namespace etl
|
||||
{
|
||||
public:
|
||||
|
||||
ETL_DEPRECATED_REASON("Use callback_type") using delegate_type =
|
||||
using delegate_type ETL_DEPRECATED_REASON("Use callback_type") =
|
||||
TCallback; ///< The callback type to be invoked. Deprecated, use callback_type instead.
|
||||
using callback_type = TCallback; ///< The callback type to be invoked.
|
||||
using argument_types = etl::type_list<TArgs...>; ///< The type list of arguments.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user