Remove test prints and fix cursor checks in dictionary.

This commit is contained in:
2023-10-16 17:53:50 -07:00
parent 930a2d68f4
commit a0edf915ad
4 changed files with 12 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.22)
project(scsl LANGUAGES CXX
VERSION 0.2.4
VERSION 0.2.5
DESCRIPTION "Shimmering Clarity Standard Library")
set(CMAKE_CXX_STANDARD 14)