WDYT? It slightly changes the printed function name (it adds the full signature and not just the function name) but it's aligning more with the standard
No reason to do this other than code health
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
WDYT? It slightly changes the printed function name (it adds the full signature and not just the function name) but it's aligning more with the standard
No reason to do this other than code health
sg
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[api] Refactor v8::SourceLocation to wrap std::source_location
This patch updates `v8::SourceLocation` to wrap `std::source_location`
from C++20. This replaces the previous implementation that relied on
compiler-specific built-ins to do the same job.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |