The whole idea of having OSAL is to be able to port the project to new platforms by only replacing OSAL. Having system headers, even the std* ones defeats this purpose. (Leaving out std-headers makes it possible to compile free-standing for dedicated execution without OS when a free-stading OSAL is implemented)
The whole idea of having OSAL is to be able to port the project to new platforms by only replacing OSAL. Having system headers, even the std* ones defeats this purpose. (Leaving out std-headers makes it possible to compile free-standing for dedicated execution without OS when a free-stading OSAL is implemented)