|
-
November 26th, 2001, 05:25 AM
#1
How to prevent a small function from being inline?
Hi,
How can I prevent a very small function from being inline?
I have to put that function in the header file because belongs to a template class, and I must ensure that it's not inline because contains a static member variable that must be unique through the program.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|