electronicarts / EASTL

EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
BSD 3-Clause "New" or "Revised" License
7.82k stars 905 forks source link

support no_except in is_mem_fun_pointer_value #489

Closed AntonYudintsev closed 1 year ago

AntonYudintsev commented 1 year ago

Allows is_mem_fun_pointer_value<> trait to work on member functions with no_except qualifier (std compatibility)

grojo-ea commented 1 year ago

Hello,

Thanks for the PR and apologies for the slow turn around. This PR happens to collide with some internal improvements that we made recently. I've just updated the repo with 3.20.02, you can see the changes here: https://github.com/electronicarts/EASTL/pull/501

I think our changes should cover similar ground to what you've done here so this PR shouldn't be necessary anymore, but let us know if there's anything still to do here.

grojo-ea commented 1 year ago

I'm going to close this due to inactivity. Feel free to re-open if this is still an issue in newer versions.