-
Jon Olav Hauglid authored
The unit test failed because it assumed that the first byte of a std::string would be aligned. This is not neccessarily true for the libc++ implementation of std::string This patch fixes the problem by removing the assert. Test change only, no changes to server code.
Jon Olav Hauglid authoredThe unit test failed because it assumed that the first byte of a std::string would be aligned. This is not neccessarily true for the libc++ implementation of std::string This patch fixes the problem by removing the assert. Test change only, no changes to server code.
Loading