0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 19:28:52 +02:00

ircd::parse: Add deprecation notice to this subsystem.

This commit is contained in:
Jason Volk 2018-05-30 09:09:48 -07:00
parent 7825114281
commit c8695b5b83

View file

@ -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)