summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-12-13 10:32:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-12-13 10:32:44 +0200
commit47a0fa12397770ea49ea80f164dba8e0f82e97d1 (patch)
tree588f490b282c79df2396432bfe0e8ede7509c4b1 /cli/options.ixx
parent9284f891fd2b15c25d7107d77c9bce100054fe3d (diff)
Mark 'stdout' as a reserved name
On some platforms (e.g., Windows/VC++ 8.0) stdout is a macro.
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx4
1 files changed, 2 insertions, 2 deletions
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::