From 93cd5c5f2f6c23bae83c907b6381dca9492e9eff Mon Sep 17 00:00:00 2001 From: Stanislaw Halik <sthalik@misaki.pl> Date: Thu, 6 Jul 2017 16:57:28 +0200 Subject: options/value: try "extern template" for code size --- options/value.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 options/value.cpp (limited to 'options/value.cpp') diff --git a/options/value.cpp b/options/value.cpp new file mode 100644 index 00000000..39bf0506 --- /dev/null +++ b/options/value.cpp @@ -0,0 +1,3 @@ +// instantiate the "template class" value<t> symbols +#define OTR_OPT_VALUE_TMPL_EXPORT +#include "value.hpp" -- cgit v1.2.3