From 47a0fa12397770ea49ea80f164dba8e0f82e97d1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 13 Dec 2009 10:32:44 +0200 Subject: Mark 'stdout' as a reserved name On some platforms (e.g., Windows/VC++ 8.0) stdout is a macro. --- cli/options.ixx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/options.ixx') diff --git a/cli/options.ixx b/cli/options.ixx index cfaf2ac..b814835 100644 --- a/cli/options.ixx +++ b/cli/options.ixx @@ -250,9 +250,9 @@ class_ () const } inline const bool& options:: -stdout () const +stdout_ () const { - return this->stdout_; + return this->stdout__; } inline const std::string& options:: -- cgit v1.1