summaryrefslogtreecommitdiff
path: root/cli/options.hxx
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.hxx
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.hxx')
-rw-r--r--cli/options.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/options.hxx b/cli/options.hxx
index 1c7456c..24af0f2 100644
--- a/cli/options.hxx
+++ b/cli/options.hxx
@@ -351,7 +351,7 @@ class options
class_ () const;
const bool&
- stdout () const;
+ stdout_ () const;
const std::string&
hxx_suffix () const;
@@ -418,7 +418,7 @@ class options
std::string html_prologue_;
std::string html_epilogue_;
std::string class__;
- bool stdout_;
+ bool stdout__;
std::string hxx_suffix_;
std::string ixx_suffix_;
std::string cxx_suffix_;