From a9015c63f270a34a47b4bd0232ddc89ec8653c82 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 24 Apr 2015 09:06:01 -0700 Subject: 1160 --- cpp/001help | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/001help') diff --git a/cpp/001help b/cpp/001help index 18d7efa6..2c48d297 100644 --- a/cpp/001help +++ b/cpp/001help @@ -41,4 +41,4 @@ using std::cerr; #include #include using std::string; -#define NOT_FOUND string::npos // macro doesn't complain about redef +const size_t NOT_FOUND = string::npos; -- cgit 1.4.1-2-gfad0