Fixed testcase warnings.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-matevz@11625 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
67b4ad7084
commit
c9fcb01943
7 changed files with 17 additions and 4 deletions
|
|
@ -11,8 +11,8 @@ struct OutputType {
|
|||
OutputType(int v) { v=val; }
|
||||
};
|
||||
|
||||
/* Note: GCC doesn't support user-defined literals yet! */
|
||||
struct TT {
|
||||
OutputType operator << (const char * string_values, size_t num_chars) { return OutputType(100); }
|
||||
OutputType operator "" (const char * string_values, size_t num_chars) { return OutputType(100); }
|
||||
OutputType operator "" _mySuffix1(const char * string_values, size_t num_chars) { return OutputType(100); }
|
||||
OutputType operator "" _mySuffix2(const wchar_t * string_values, size_t num_chars) { return OutputType(200); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue