Hi,I was wondering if it would be possible to add a macro to identify the underlying ABI that the C++ runtime is using? Although itanium is the more popular choice, there are alternative ABIs such as the one which Microsoft uses. I would propose something like the following:__cpp_abi_itanium__cpp_abi_microsoftThey would be defined to 1 based on which is being used. This would allow the implementation to change the behavior based on the ABI being used.Thanks!--Saleem Abdulrasoolcompnerd (at) compnerd (dot) org
_______________________________________________
Features mailing list
Features@isocpp.open-std.org
http://www.open-std.org/mailman/listinfo/features