Alexander Ryabykin
Results
2
comments of
Alexander Ryabykin
trafficstars
Because global constants have internal linkage, each .cpp file gets an independent version of the global variable. Using inline variables solves this problem by using external linkage for such variables....
It's code cleanup.