Skip to content

Why such old compilers?? #261

Answered by gavv
lightyear15 asked this question in Q&A
Discussion options

You must be logged in to vote

There are two reasons:

  • The most of the code base is intentionally limited to a subset of C++98. You can think about it as a kind of "C with classes". You can read the details in our documentation. This approach is quite different from modern C++. We're trying to keep the code simple and straightforward.

    (Note that I'm not saying modern C++ is bad. I'm just saying that in this project, a different approach was chosen.)

  • I used to deal with (very) outdated compilers at work, which is usual for various Linux- and non-Linux embedded systems. Often compilers come from the hardware vendor and old boards never get updates. And since, from one hand, we want to be portable, and on the other han…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by gavv
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #261 on December 14, 2020 10:45.