• Marcel Raad's avatar
    Fix unresolved symbols with MSVC12 and /Zc:inline · 8f9c0a44
    Marcel Raad authored
    In #726 and #813, linking errors with MSVC14 were resolved. The change in
    MSVC12 leading to these errors was not a newly introduced bug, but that
    /Zc:inline was made on by default. This option is also available with MSVC12,
    so the workaround should be applied for it too.
    8f9c0a44
message.cc 16.7 KB