Skip to content
  • Daniela Engert's avatar
    Fix library deprecation warning · 01f34d0b
    Daniela Engert authored
    Since C++17, using template specialization 'std::allocator<void>' in any shape or form (even just mentioning it) is deprecated! A simple workaround is replacing 'void' by another (preferably empty) type, e.g. 'fmt::monostate'.
    
    Found by Clang 9 in Visual Studio.
    01f34d0b