[Issue 3830] opCmp among variant arrays

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Feb 15 13:01:29 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=3830


Peter Alexander <peter.alexander.au at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |peter.alexander.au at gmail.co
                   |                            |m


--- Comment #3 from Peter Alexander <peter.alexander.au at gmail.com> 2014-02-15 13:01:25 PST ---
What should this do?

auto a1 = variantArray("foo");
auto a2 = variantArray(10);
assert(a1 > a2);

Throw a type mismatch exception?

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list