Closed
Description
When updating versions of clang we had some compiler errors due to mismatch in declarations between pal.h
and system headers (mainly: missing throw
specifiers). We can fix these issues by making pal.h
match with the system headers.
What is the rationale for having these declaration in pal.h, instead of including system headers?