https://issues.dlang.org/show_bug.cgi?id=18955

Mike Franklin <slavo5...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slavo5...@yahoo.com

--- Comment #2 from Mike Franklin <slavo5...@yahoo.com> ---
`alias string = basic_string!(char, char_traits!char);` has two template
arguments, but `extern (C++, class) struct basic_string(T, Traits, Alloc)` had
3.

This results in:
Error: template instance `basic_string!(char, char_traits!char)` does not match
template declaration

I'm not sure what I should be doing to reproduce the problem.

--

Reply via email to