|
|
|
|
|
by maccard
1468 days ago
|
|
> CF exists but no linker is going to silently do it behind your back without an explicit directive, Those explicit directives might be more implicit than you think. A linker will likely fold functions declared as inline. Template functions and template classes are implicitly inline, so for example, all uses of std::vector<std::string> will (likely) be implicitly folded together. |
|