[Issue 3481] PATCH: opPow(), x ^^ y as a power operator

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3481 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.036 |D2 --

[Issue 3481] PATCH: opPow(), x ^^ y as a power operator

2009-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3481 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3481] PATCH: opPow(), x ^^ y as a power operator

2009-12-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3481 --- Comment #13 from Sobirari Muhomori dfj1es...@sneakemail.com 2009-12-04 05:31:01 PST --- It's strange, I tried english-international and french layouts - they work as I described. -- Configure issuemail:

[Issue 3481] PATCH: opPow(), x ^^ y as a power operator

2009-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3481 to...@yahoo.com changed: What|Removed |Added CC||to...@yahoo.com --- Comment #12 from

[Issue 3481] PATCH: opPow(), x ^^ y as a power operator

2009-11-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3481 --- Comment #10 from Sobirari Muhomori dfj1es...@sneakemail.com 2009-11-30 07:01:11 PST --- (In reply to comment #4) I'm sorry to bring the bike shed discussion here, but I would like to consider ** exponentiation. The reason is that writing

[Issue 3481] PATCH: opPow(), x ^^ y as a power operator

2009-11-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3481 Leandro Lucarella llu...@gmail.com changed: What|Removed |Added CC||llu...@gmail.com

[Issue 3481] PATCH: opPow(), x ^^ y as a power operator

2009-11-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3481 --- Comment #9 from Walter Bright bugzi...@digitalmars.com 2009-11-28 20:59:29 PST --- I checked in changes as 269, but only for the ^^. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 3481] PATCH: opPow(), x ^^ y as a power operator

2009-11-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3481 --- Comment #7 from Stewart Gordon s...@iname.com 2009-11-08 06:55:47 PST --- (In reply to comment #6) Logical xor is already in the language, its symbol is !=. Not quite. For example, 1 != 2 evaluates to true, whereas if ^^ is defined as a

[Issue 3481] PATCH: opPow(), x ^^ y as a power operator

2009-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3481 Stewart Gordon s...@iname.com changed: What|Removed |Added CC||s...@iname.com ---

[Issue 3481] PATCH: opPow(), x ^^ y as a power operator

2009-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3481 --- Comment #6 from Don clugd...@yahoo.com.au 2009-11-07 22:26:45 PST --- (In reply to comment #5) (In reply to comment #1) I've been wanting an exponentiation operator since the Stone Age, but it seemed like too small an issue to