diff options
Diffstat (limited to 'options/value.cpp')
-rw-r--r-- | options/value.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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" |