Fix clang build

This commit is contained in:
Victor Zverovich
2015-03-01 18:19:56 -08:00
parent 91a7ee6c20
commit 7c0d5756ff
2 changed files with 10 additions and 3 deletions
+1 -3
View File
@@ -444,9 +444,7 @@ class FixedBuffer : public fmt::internal::Buffer<Char> {
: fmt::internal::Buffer<Char>(array, size) {}
protected:
void grow(std::size_t size) {
throw std::runtime_error("buffer overflow");
}
void grow(std::size_t size);
};
#ifndef _MSC_VER