You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest v8 (major version 13) requires c++20. This introduces a name clash in src/cbang/net/URI.cpp with the contains() function. I tested by renaming all the contains references to my_contains in URI.cpp, which works.
The text was updated successfully, but these errors were encountered:
The latest v8 (major version 13) requires c++20. This introduces a name clash in
src/cbang/net/URI.cpp
with thecontains()
function. I tested by renaming all thecontains
references tomy_contains
inURI.cpp
, which works.The text was updated successfully, but these errors were encountered: