string_view icon indicating copy to clipboard operation
string_view copied to clipboard

Getting compile error about missing == operator

Open mgerhardy opened this issue 8 years ago • 0 comments

error C2679: binary '==': no operator found which takes a right-hand operand of type 'const std::string_view' (or there is no acceptable conversion)

  • https://ci.appveyor.com/project/mgerhardy/engine/build/0.1-198#L3843
  • https://github.com/mgerhardy/engine/blob/master/src/modules/core/tests/StringTest.cpp

mgerhardy avatar Oct 12 '17 19:10 mgerhardy