Reputation:
How can I prove that inline functions iin class default to internal linkage?
In other words/:
How can I display output of internal linkage to console?
EDIT: unix platform
Upvotes: 0
Views: 803
Reputation: 16338
Here is an FAQ about inline functions http://www.parashift.com/c++-faq-lite/inline-functions.html.
Upvotes: -2