Mark grow as deprecated

This commit is contained in:
Victor Zverovich 2023-12-25 10:11:22 -08:00
parent eef6dbafbf
commit df62c86783

View File

@ -836,6 +836,7 @@ template <typename T> class buffer {
}
/** Increases the buffer capacity to hold at least *capacity* elements. */
// DEPRECATED!
virtual FMT_CONSTEXPR20 void grow(size_t capacity) = 0;
public: