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.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/options.hxx') 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_; -- cgit v1.1