Some more namespace hygiene for "using decl;".

This commit is contained in:
John Hood
2018-08-15 18:27:00 -04:00
parent 756f4f8e98
commit fecd4ee29b
5 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -40,13 +40,13 @@
#include <stdlib.h>
#include <exception>
using std::string;
long int myatoi( const char *str );
class PRNG;
namespace Crypto {
using std::string;
class CryptoException : public std::exception {
public: