[Issue 4977] cannot use nothrow or pure with Rebindable

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Oct 2 18:26:11 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=4977



--- Comment #1 from Jonathan M Davis <jmdavisProg at gmx.com> 2010-10-02 18:25:53 PDT ---
It looks like opDot() doesn't work with const or immutable Rebindable!()'s. So,
it probably needs a second version which is const (and possible a third for
immutable) in order to work with them. Otherwise, const member functions don't
work very well with member variables which are Rebindable!().

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


More information about the Digitalmars-d-bugs mailing list