about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-24 09:06:01 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-24 09:06:01 -0700
commita9015c63f270a34a47b4bd0232ddc89ec8653c82 (patch)
treec5d3bb21a561a07cdc359671020ee71c062ffc62
parent3f9ee8f5b824006cdb34d7a99e6aa71df6fad5d9 (diff)
downloadmu-a9015c63f270a34a47b4bd0232ddc89ec8653c82.tar.gz
1160
-rw-r--r--cpp/001help2
1 files changed, 1 insertions, 1 deletions
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<cstring>
 #include<string>
 using std::string;
-#define NOT_FOUND string::npos  // macro doesn't complain about redef
+const size_t NOT_FOUND = string::npos;