Skip to content

Commit

Permalink
tinyformat: force USE_VARIADIC_TEMPLATES
Browse files Browse the repository at this point in the history
  • Loading branch information
random-zebra committed Mar 23, 2020
1 parent c2ddd26 commit 0fa578f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tinyformat.h
Expand Up @@ -115,7 +115,7 @@ namespace tfm = tinyformat;

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


//------------------------------------------------------------------------------
Expand Down

0 comments on commit 0fa578f

Please sign in to comment.