summaryrefslogtreecommitdiff
path: root/polynomi.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-07-30 17:35:58 -0400
committerJeffrey Walton <noloader@gmail.com>2015-07-30 17:35:58 -0400
commit22c3e411334041c8959055d1d104c3039f1e46b1 (patch)
tree35981e23e21213d2a5add610ac579a0f6c20cf65 /polynomi.cpp
parent2799132fd7c5f344c7685d0bc7903fb51ef7c2b3 (diff)
downloadcryptopp-git-22c3e411334041c8959055d1d104c3039f1e46b1.tar.gz
Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → std::cerr, ...
Diffstat (limited to 'polynomi.cpp')
-rw-r--r--polynomi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polynomi.cpp b/polynomi.cpp
index d7326a0e..4ccf4c12 100644
--- a/polynomi.cpp
+++ b/polynomi.cpp
@@ -68,7 +68,7 @@ void PolynomialOver<T>::FromStr(const char *str, const Ring &ring)
positive = false;
break;
default:
- return; // something's wrong with the input string
+ return; // something's wrong with the input std::string
}
}
}