Skip to content

Commit bbcf811

Browse files
committed
Template the row/column index type.
This allows the overflow checks to be performed on the user's desired type, rather than forcing the user to check for overflow themselves. We also distinguish the Index_ type from the line count (i.e, LineIndex); the latter could be much larger and still warrants a big type.
1 parent 15919b1 commit bbcf811

File tree

4 files changed

+133
-98
lines changed

4 files changed

+133
-98
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.14)
22

33
project(eminem
4-
VERSION 1.1.2
4+
VERSION 1.1.3
55
DESCRIPTION "Matrix Market parser"
66
LANGUAGES CXX)
77

0 commit comments

Comments
 (0)