diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 09:06:01 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 09:06:01 -0700 |
commit | a9015c63f270a34a47b4bd0232ddc89ec8653c82 (patch) | |
tree | c5d3bb21a561a07cdc359671020ee71c062ffc62 /cpp | |
parent | 3f9ee8f5b824006cdb34d7a99e6aa71df6fad5d9 (diff) | |
download | mu-a9015c63f270a34a47b4bd0232ddc89ec8653c82.tar.gz |
1160
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/001help | 2 |
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; |