CaseyCarter / cmcstl2

An implementation of C++ Extensions for Ranges
Other
221 stars 68 forks source link

renames all the concepts in P1754 up to readable #320

Closed cjdb closed 4 years ago

cjdb commented 4 years ago

P1754 renames the concepts from PascalCase to snake_case. This is a partial commit to help make reviewing more bareable.

Everything in the range [same_as, readable) has been updated.

Since I used VS Code's non-discriminatory find/replace all tool, it's probably easiest to go through the list of concepts in P1754 and search for both the old names and the new ones.

cjdb commented 4 years ago

I'll tackle extensions in a third MR.

CaseyCarter commented 4 years ago

I made one last tweak to the commented-out intrinsic in default_initializable. Feel free to merge this once CI completes.