mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-16 23:29:57 +08:00
Mark grow as deprecated
This commit is contained in:
parent
eef6dbafbf
commit
df62c86783
@ -836,6 +836,7 @@ template <typename T> class buffer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Increases the buffer capacity to hold at least *capacity* elements. */
|
/** Increases the buffer capacity to hold at least *capacity* elements. */
|
||||||
|
// DEPRECATED!
|
||||||
virtual FMT_CONSTEXPR20 void grow(size_t capacity) = 0;
|
virtual FMT_CONSTEXPR20 void grow(size_t capacity) = 0;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user