TartanLlama / ranges

Ranges that didn't make C++20
Creative Commons Zero v1.0 Universal
83 stars 5 forks source link

Factor out replicated can_reference concept to common.hpp #18

Closed davidhunter22 closed 7 months ago

davidhunter22 commented 2 years ago

The can_reference concept was defined in both adjacent_transform and zip_transform.h. This factors this concept out and puts it in common.hpp

Also added tl.h to include everything to check for similar, hopefully one day this will be a single module!