cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
How pointers and references inhibit inli
How pointers and references inhibit inlining
Jan 13, 2017 at 11:09am UTC
SSteven
(189)
Stroustrup writes that pointers and references inhibit (function) inlining.
Can anyone explain why this is so.
Thanks
Jan 13, 2017 at 12:29pm UTC
TheIdeasMan
(6817)
I found this:
https://isocpp.org/wiki/faq/value-vs-ref-semantics#inline-virtuals
The first sentence seems to be the answer :+)
Topic archived. No new replies allowed.