Robin Rowe
unread,Feb 26, 2016, 1:45:22 AM2/26/16Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ISO C++ Standard - Future Proposals
Can anyone tell me what work has been done to standardize C++ for
safety-critical systems?
What C++ features are considered unsafe for DO-178b? For example, with
flight software, any program termination will result in destruction of
the spacecraft. Since an uncaught exception would be catastrophic, is
banning using exceptions here the best course?
Robin