Jason _______________________________________________ cxx-abi-dev mailing list [email protected] http://sourcerytools.com/cgi-bin/mailman/listinfo/cxx-abi-dev
In C++11 this is conditionally-supported with implementation-defined
behavior. G++ has disallowed this via either runtime abort or error
since GCC 3.2, but a customer recently asked us to allow it, and it
occurs to me that the obvious way around the problems with bitwise
copying is to implement this as pass-by-invisible-reference, just like
normal value argument passing. Any objections?
- [cxx-abi-dev] Passing non-trivial types through ... Jason Merrill
- Re: [cxx-abi-dev] Passing non-trivial types through ... Nelson, Clark
- Re: [cxx-abi-dev] Passing non-trivial types through... Jason Merrill
- Re: [cxx-abi-dev] Passing non-trivial types through ... Dennis Handly
- Re: [cxx-abi-dev] Passing non-trivial types through... Jason Merrill
- Re: [cxx-abi-dev] Passing non-trivial types thr... John McCall
- Re: [cxx-abi-dev] Passing non-trivial types... Nelson, Clark
- Re: [cxx-abi-dev] Passing non-trivial ... John McCall
- Re: [cxx-abi-dev] Passing non-trivial types through ... Dennis Handly
