opEquals nothrow

Aldo via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jul 20 07:38:03 PDT 2017


Hello,

im tring to add nothrow keyword in my code, but compilation fails 
:

function 'object.opEquals' is not nothrow


its a simple comparison between 2 objects. How to make opEquals 
nothrow ?

thanks


More information about the Digitalmars-d-learn mailing list