0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-29 15:28:20 +02:00

ircd::fmt: Add this overdue conversion.

This commit is contained in:
Jason Volk 2018-01-20 02:28:03 -08:00
parent c28912b085
commit 275efb3a7b

View file

@ -124,6 +124,7 @@ class ircd::fmt::snprintf
public:
operator ssize_t() const { return consumed(); }
operator string_view() const { return { obeg, consumed() }; }
template<class... Args>
snprintf(char *const &buf,