|
|||||||||||
|
Technical Support On-Line Manuals Compiler Reference Guide |
Compiler Reference GuideExtern inline functions
The ISO C++ Standard requires inline functions to be defined
wherever you use them. To prevent the clashing of multiple out-of-line
copies of inline functions, the C++ compiler emits out-of-line The compiler emits inline functions out-of-line, in the following cases:
| ||||||||||
|
|||||||||||