diff options
author | Attila Csipa <git@csipa.net> | 2017-07-07 13:16:16 +0100 |
---|---|---|
committer | Attila Csipa <git@csipa.net> | 2017-07-07 13:16:16 +0100 |
commit | 89b3621079aebc04b32892b01040397044c21bf4 (patch) | |
tree | feac22663567716e51133734d7592da64adfd239 /options/value.cpp | |
parent | b8272dabb295ff8c92cde01d8a3170aae9b180a6 (diff) | |
parent | f013741288cbbd9a2e70aea727cbb80cf72d10cc (diff) |
Merge remote-tracking branch 'upstream/unstable' into unstable
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" |