Although that's VS 2017, and godbolt.org doesn't have 15. :-/ -----Original Message----- From: Peter Dimov via Boost Sent: Friday, May 19, 2017 17:59 To: boost@lists.boost.org Cc: Peter Dimov Subject: Re: [boost] [review] Review of Outcome (starts Fri-19-May)
Would be nice if we could see that demonstrated on godbolt.org.
https://godbolt.org/g/QeHRpl std::error_code f() { return std::error_code( 5, std::system_category() ); } -> ___$ReturnUdt$ = 8 ; size = 4 f PROC call std::_Immortalizestd::_System_error_category mov ecx, DWORD PTR ___$ReturnUdt$[esp-4] mov DWORD PTR [ecx+4], eax mov eax, ecx mov DWORD PTR [ecx], 5 ret 0 f ENDP _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost