From 214e61b8334751a34f7522c609b939f4bc667881 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 22 Feb 2010 15:35:57 +0200 Subject: Reopen wide strings with width specifier (L) Some compilers, notably VC++, don't like strings like L"foo""bar". --- xsd/cxx/parser/impl-source.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xsd/cxx/parser/impl-source.cxx') diff --git a/xsd/cxx/parser/impl-source.cxx b/xsd/cxx/parser/impl-source.cxx index 7548942..b951f6a 100644 --- a/xsd/cxx/parser/impl-source.cxx +++ b/xsd/cxx/parser/impl-source.cxx @@ -187,7 +187,7 @@ namespace CXX << "{"; if (options.value ()) - os << cout_inst << " << " << L << strlit (u.name () + L": ") << + os << cout_inst << " << " << strlit (u.name () + L": ") << " << s << std::endl;"; else os << "// TODO" << endl -- cgit v1.1