CaseyCarter / cmcstl2

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

renames all the concepts in P1754 in that weren't done by 8d54d1a #321

Closed cjdb closed 4 years ago

cjdb commented 4 years ago

P1754 renames the concepts from PascalCase to snake_case. This commit completes what 8d54d1a started, by renaming everything in [readable, uniform_random_bit_generator].

Same deal: used Code's find/replace all, but excluding include/meta this time!