Upgrade the project default to C++26

This commit is contained in:
notmatthewbeshay
2026-03-16 18:18:52 +11:00
parent 9748827f72
commit 591dd48cf6
17 changed files with 55 additions and 51 deletions

View File

@@ -34,7 +34,7 @@ void Screen::keyPressed(wchar_t eventCharacter, int eventKey) {
std::wstring Screen::getClipboard() {
// 4J - removed
return NULL;
return std::wstring();
}
void Screen::setClipboard(const std::wstring& str) {