GQ icon indicating copy to clipboard operation
GQ copied to clipboard

Either upgrade project to use C++17 string_view or fix missing boost dep

Open TechnikEmpire opened this issue 7 years ago • 0 comments

Boost dep is missing since we removed it in recent commits. Either add it back in with BCP or using the new boost modular system, or remove boost dep altogether and use C++17 string_view.

TechnikEmpire avatar Jun 29 '17 22:06 TechnikEmpire