user478571
user478571

Reputation:

How can I prove that inline functions default to internal linkage?

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

Answers (1)

Marius Bancila
Marius Bancila

Reputation: 16338

Here is an FAQ about inline functions http://www.parashift.com/c++-faq-lite/inline-functions.html.

Upvotes: -2

Related Questions