mirror of
https://github.com/fmtlib/fmt.git
synced 2026-07-04 23:40:56 +02:00
78842ce0d6
This fixed a compilation error of the OS X 10.11.6 C++ compiler:
./fmt/test/format-test.cc:1861:16: error: default initialization of an object of const type 'const Answer' without a user-provided default constructor
const Answer const_answer;
^
{}