[Issue 12194] Constructor prevents static opCall regression?

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 18 12:53:55 PST 2014


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


Dmitry Olshansky <dmitry.olsh at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmitry.olsh at gmail.com


--- Comment #3 from Dmitry Olshansky <dmitry.olsh at gmail.com> 2014-02-18 12:53:54 PST ---
In this light I long ago gave up on _public_ constructors and use factory
function everywhere for consistency. This way I finally get:
- 0 argument construction
- IFTI in case of templates
- UFCS notation such as 1.inch

Sadly it's solely convention based.

-- 
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