src: switch to wstring for printing messages

This commit is contained in:
mlangkabel
2018-02-06 10:03:46 +01:00
parent 1d7fc6e9d4
commit 9da3ac3d3c
36 changed files with 127 additions and 89 deletions
@@ -13,8 +13,8 @@ class CxxDeclName: public CxxName
public:
// uncomment this constructor if required, but try to use the one using move constructors for the members
//CxxDeclName(
// const std::string& name,
// const std::vector<std::string>& templateParameterNames
// const std::wstring& name,
// const std::vector<std::wstring>& templateParameterNames
//);
CxxDeclName(
@@ -24,8 +24,8 @@ public:
// uncomment this constructor if required, but try to use the one using move constructors for the members
//CxxDeclName(
// const std::string& name,
// const std::vector<std::string>& templateParameterNames,
// const std::wstring& name,
// const std::vector<std::wstring>& templateParameterNames,
// std::shared_ptr<CxxName> parent
//);