From 55e6f062a3591fc47c5e0c501b8a5c025bd3a336 Mon Sep 17 00:00:00 2001 From: Huell-Howitzer <47521696+Huell-Howitzer@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:45:52 -0800 Subject: [PATCH 1/2] Fix typo --- src/tiv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tiv.cpp b/src/tiv.cpp index a012a93..4d6c818 100644 --- a/src/tiv.cpp +++ b/src/tiv.cpp @@ -584,7 +584,7 @@ int main(int argc, char *argv[]) { << std::endl; } #else - std::cerr << "Warning: failed to determine most reasonable sie: " + std::cerr << "Warning: failed to determine most reasonable size: " "unrecognized system, defaulting to 80x24" << std::endl; #endif From c87dd19ea1da3e76bff0ab399ac68650a3437697 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Wed, 6 Dec 2023 15:49:06 -0500 Subject: [PATCH 2/2] should fix #132 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 36b782b..b5786f8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -12,7 +12,7 @@ prefix ?= /usr/local exec_prefix ?= $(prefix) bindir ?= $(exec_prefix)/bin -override CXXFLAGS += -std=c++20 -Wall -fexceptions +override CXXFLAGS += -std=c++2a -Wall -fexceptions override LDFLAGS += -pthread all: $(PROGNAME)