Browse Source

TgaImporter: MSVC 2015, you too.

You're not supposed to just crash, not even the apocalypse is an excuse
for that.
pull/430/head
Vladimír Vondruš 6 years ago
parent
commit
ab32d6598d
  1. 3
      src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp

3
src/MagnumPlugins/TgaImporter/Test/TgaImporterTest.cpp

@ -95,7 +95,8 @@ constexpr const char Color24Rle[] = {
'\x82', 4, 5, 6
};
constexpr struct {
/* MSVC 2015 crashes when seeing constexpr here. Not doing that, then. */
const struct {
const char* name;
Containers::ArrayView<const char> data;
const char* message;

Loading…
Cancel
Save