From 75be4dff5f28a3dbca9fdfe1781adbc147d57411 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sat, 27 Aug 2016 16:45:53 +1000 Subject: While I'm causing full recompiles all the time, reduce necessary number of instantiations of parts of string formatting engine --- src/lib/util/vecstream.cpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/lib/util/vecstream.cpp (limited to 'src/lib/util/vecstream.cpp') diff --git a/src/lib/util/vecstream.cpp b/src/lib/util/vecstream.cpp new file mode 100644 index 00000000000..0d584167c62 --- /dev/null +++ b/src/lib/util/vecstream.cpp @@ -0,0 +1,22 @@ +// license:BSD-3-Clause +// copyright-holders:Vas Crabb +/*************************************************************************** + + vecstream.cpp + + streams with vector storage + +***************************************************************************/ + +#include "vecstream.h" + +namespace util { + +template class basic_ivectorstream; +template class basic_ivectorstream; +template class basic_ovectorstream; +template class basic_ovectorstream; +template class basic_vectorstream; +template class basic_vectorstream; + +} // namespace util -- cgit v1.2.3-70-g09d2