1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-03 03:15:43 +00:00
openmw/apps/openmw_test_suite/esm3
elsid aa77e727b8
Fix build with clang and libc++
libc++ does not have such function:

apps/openmw_test_suite/esm3/testesmwriter.cpp:73:30: error: no member named 'view' in 'std::ostringstream'
            EXPECT_EQ(stream.view().size(), size);
                      ~~~~~~ ^
2023-04-08 13:41:28 +02:00
..
readerscache.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
testesmwriter.cpp Fix build with clang and libc++ 2023-04-08 13:41:28 +02:00
testsaveload.cpp Add CurrentContentFormatVersion to Esm3SaveLoadRecordTest parameters 2023-04-07 20:18:02 +02:00