mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 08:23:56 +01:00
ircd::parse: Add deprecation notice to this subsystem.
This commit is contained in:
parent
7825114281
commit
c8695b5b83
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ namespace ircd
|
|||
struct parse;
|
||||
}
|
||||
|
||||
/// NOTE: This interface will likely be removed. It predates the entire
|
||||
/// NOTE: ircd::buffer system and only has very few unique qualities left
|
||||
/// NOTE: which have not been replicated within ircd::buffer yet.
|
||||
///
|
||||
struct ircd::parse
|
||||
{
|
||||
IRCD_EXCEPTION(ircd::error, error)
|
||||
|
|
Loading…
Reference in a new issue