mesa/src/util/tests/string_buffer
Thomas Helland ce09364d4e util: fix in-class initialization of static member
Fix a compile error with G++ 4.4

string_buffer_test.cpp:43: error: ISO C++ forbids initialization of
member ‘str1’
string_buffer_test.cpp:43: error: making ‘str1’ static
string_buffer_test.cpp:43: error: invalid in-class initialization of
static data member of non-integral type ‘const char*’

Tested-by: Vinson Lee <vlee at freedesktop.org>

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103002
2017-09-28 23:22:07 +02:00
..
Makefile.am
meson.build meson: Add build Intel "anv" vulkan driver 2017-09-27 09:12:19 -07:00
string_buffer_test.cpp util: fix in-class initialization of static member 2017-09-28 23:22:07 +02:00