Replies: 1 comment
-
As a general rule, we (I associate my co-workers) strictly enforce the least dependency principle: do not create any non-essential dependency, or your code will lose some interest by ending up being unusable in one context or another. Here, just think of any computer running an older flavor of Linux. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Compilers
C++: Requires C++17 (but could be modified to C++11 with only minor changes)
I saw that it is also available in C++11, how can I use it?
Beta Was this translation helpful? Give feedback.
All reactions