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 --- simple.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simple.h') diff --git a/simple.h b/simple.h index 53e3fcb9..74c4a6ff 100644 --- a/simple.h +++ b/simple.h @@ -72,7 +72,7 @@ public: bool ChannelFlush(const std::string &channel, bool hardFlush, int propagation=-1, bool blocking=true) { if (hardFlush && !InputBufferIsEmpty()) - throw CannotFlush("Unflushable: this object has buffered input that cannot be flushed"); + throw CannotFlush("Unflushable: this object has buffered input that cannot be std::flushed"); else { BufferedTransformation *attached = this->AttachedTransformation(); -- cgit v1.2.1