Skip to content

Commit 0fa578f

Browse files
committed
tinyformat: force USE_VARIADIC_TEMPLATES
backports bitcoin/bitcoin@9eaa0af
1 parent c2ddd26 commit 0fa578f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tinyformat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ namespace tfm = tinyformat;
115115

116116
// Define for C++11 variadic templates which make the code shorter & more
117117
// general. If you don't define this, C++11 support is autodetected below.
118-
// #define TINYFORMAT_USE_VARIADIC_TEMPLATES
118+
#define TINYFORMAT_USE_VARIADIC_TEMPLATES
119119

120120

121121
//------------------------------------------------------------------------------

0 commit comments

Comments
 (0)