diff -r 4891d49809bb -r 2b3996fc09a1 core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_always_inline.htm --- a/core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_always_inline.htm Mon Jul 19 15:31:48 2010 -0500 +++ b/core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_always_inline.htm Mon Jul 19 16:13:24 2010 -0500 @@ -1,27 +1,27 @@ - - - - - - - always_inline - - - - -

always_inline (deprecated)

-

Controls the use of inlined functions.

-
Syntax
-

#pragma always_inline on | off | reset

-
Targets
-

All platforms.

-
Remarks
-

This pragma is strongly deprecated. Use the pragma inline_depth instead.

-

If you enable this pragma, the compiler ignores all inlining limits and attempts to inline all functions where it is legal to do so.

-

This pragma does not correspond to any panel setting. To check this setting, use __option (always_inline), described in Checking Settings.

-

The default setting is off.

- - - - - + + + + + + + always_inline + + + + +

always_inline (deprecated)

+

Controls the use of inlined functions.

+
Syntax
+

#pragma always_inline on | off | reset

+
Targets
+

All platforms.

+
Remarks
+

This pragma is strongly deprecated. Use the pragma inline_depth instead.

+

If you enable this pragma, the compiler ignores all inlining limits and attempts to inline all functions where it is legal to do so.

+

This pragma does not correspond to any panel setting. To check this setting, use __option (always_inline), described in Checking Settings.

+

The default setting is off.

+ + + + +