PEP 7: prefer static inline functions (#2315)
This commit is contained in:
parent
1ef98b333a
commit
c0fc47a05f
|
@ -58,6 +58,9 @@ C dialect
|
|||
|
||||
* No compiler warnings with major compilers (gcc, VC++, a few others).
|
||||
|
||||
* ``static inline`` functions should be preferred over macros in new
|
||||
code.
|
||||
|
||||
|
||||
Code lay-out
|
||||
============
|
||||
|
|
Loading…
Reference in New Issue