mirror of
https://github.com/Naios/continuable.git
synced 2025-12-11 22:19:54 +08:00
Update a deprecation message
This commit is contained in:
parent
60b75a6134
commit
4c807aec75
@ -90,7 +90,7 @@ struct exception_arg_t {};
|
||||
|
||||
/// \copydoc exception_arg_t
|
||||
///
|
||||
/// \deprecated The exception_arg_t was deprecated in order to move closer
|
||||
/// \deprecated The dispatch_error_tag was deprecated in order to move closer
|
||||
/// to the types specified in the "A Unified Future" proposal
|
||||
/// especially regarding naming types similar.
|
||||
///
|
||||
@ -111,7 +111,7 @@ using exception_t = detail::types::exception_t;
|
||||
|
||||
/// \copydoc exception_t
|
||||
///
|
||||
/// \deprecated The exception_t was deprecated in order to move closer
|
||||
/// \deprecated The error_type was deprecated in order to move closer
|
||||
/// to the types specified in the "A Unified Future" proposal
|
||||
/// especially regarding naming types similar.
|
||||
///
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user