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

ircd::json: Remove unnecessary global object linkage.

This commit is contained in:
Jason Volk 2022-05-24 12:20:08 -07:00
parent be8bb88358
commit 19ede0f625
2 changed files with 1 additions and 4 deletions

View file

@ -55,7 +55,7 @@ struct ircd::json::iov
IRCD_EXCEPTION(error, exists);
IRCD_EXCEPTION(error, oversize);
static constexpr const size_t max_size
static constexpr const size_t &max_size
{
1024
};

View file

@ -2076,9 +2076,6 @@ ircd::json::_prev(chase &c)
// json/iov.h
//
decltype(ircd::json::iov::max_size)
ircd::json::iov::max_size;
std::ostream &
ircd::json::operator<<(std::ostream &s, const iov &iov)
{