mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
Re-enable the deprecation warnings
* Ref 815c3d71
This commit is contained in:
parent
815c3d71b9
commit
0657445466
@ -98,8 +98,8 @@ struct exception_arg_t {};
|
||||
/// to the types specified in the "A Unified Future" proposal
|
||||
/// especially regarding naming types similar.
|
||||
///
|
||||
// [[deprecated("The dispatch_error_tag was replaced by exception_arg_t and
|
||||
// "will be removed in a later major version!")]]
|
||||
[[deprecated("The dispatch_error_tag was replaced by exception_arg_t and will "
|
||||
"be removed in a later major version!")]] //
|
||||
typedef exception_arg_t dispatch_error_tag;
|
||||
|
||||
/// Represents the type that is used as exception type
|
||||
@ -119,8 +119,8 @@ using exception_t = detail::types::exception_t;
|
||||
/// to the types specified in the "A Unified Future" proposal
|
||||
/// especially regarding naming types similar.
|
||||
///
|
||||
// [[deprecated("The error_type was replaced by exception_t and "
|
||||
// "will be removed in a later major version!")]] //
|
||||
[[deprecated("The error_type was replaced by exception_t and will "
|
||||
"be removed in a later major version!")]] //
|
||||
typedef exception_t error_type;
|
||||
/// \}
|
||||
} // namespace cti
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user