|
|
|
|
|
by maccard
1468 days ago
|
|
Not if they're compiled by separate invocations of the compiler. If a.cpp and b.cpp both have a vector<string> and are compiled independently, the first tool that actually gets to see them both is likely a linker (or archiver but that's a glorified zip tool) |
|
(Or are you assuming that a debug flag is used so that all inlined functions are not really inlined by the compiler?)