From 22c3e411334041c8959055d1d104c3039f1e46b1 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 30 Jul 2015 17:35:58 -0400 Subject: =?UTF-8?q?Removed=20USING=5FNAMESPACE(std).=20Changed=20cout=20?= =?UTF-8?q?=E2=86=92=20std::cout,=20cerr=20=E2=86=92=20std::cerr,=20...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- asn.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'asn.cpp') diff --git a/asn.cpp b/asn.cpp index b45569d8..39a9bc64 100644 --- a/asn.cpp +++ b/asn.cpp @@ -11,7 +11,6 @@ #include NAMESPACE_BEGIN(CryptoPP) -USING_NAMESPACE(std) /// DER Length size_t DERLengthEncode(BufferedTransformation &bt, lword length) -- cgit v1.2.1