Description
A recent change has altered the heading of [class.free]. This still leaves the term "free store" in the index. Unfortunately, there are no other places normativelly define that term (only mentioned as "free store management operators" in [intro.scope]), leading to confusions (e.g. in the comments in this SO answer).
For clarity, either all the occurrence should be removed, or there should be some more concrete normative definition of "free store", with its traditional meaning in computer science, being more consistent with the old uses in Bjarne Stroustrup's publications (than the old wording in [class.free]).
Further, it is still not sufficiently clear what is the "dynamic storage" (in [basic.stc.dynamic.general] et al.). Since we may have translation-time allocations, what does the "dynamic" here precisely mean? Moreover, should be "dynamic storage" and "dynamic storage management" in the index? These questions may deserve another issue, but are likely depending on the treatment on the problem above, so also included here for now.