From b9e2078e5a007ec8c26605f2ab76dd14c20a1e9f Mon Sep 17 00:00:00 2001 From: John Denker Date: Mon, 18 Oct 2021 12:28:15 -0700 Subject: relocate count_header code to more appropriate file --- parse_csv.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'parse_csv.h') diff --git a/parse_csv.h b/parse_csv.h index 362c478..771e8fe 100644 --- a/parse_csv.h +++ b/parse_csv.h @@ -31,4 +31,7 @@ std::vector readCSVRow(std::istream& input); template std::vector > readCSV(std::istream &in); +template +int count_header(std::vector > const aoa); + #endif -- cgit v1.2.3