intel / thunderbolt-software-user-space

Other
104 stars 24 forks source link

tbtadm: Remove boost::make_iterator_range #61

Closed finikorg closed 6 years ago

finikorg commented 6 years ago

Replace boost:make_iterator_range with simpler construction

finikorg commented 6 years ago

@westeri fs is aliased to boost::filesystem, but can be changed to std::filesystem (or std::experimental::filesystem)

westeri commented 6 years ago

OK, thanks for the explanation.

finikorg commented 6 years ago

@ybernat any comments?

finikorg commented 6 years ago

Rebased

ybernat commented 6 years ago

OK, let's merge it now. The formatting is already inconsistent in a few other places so this can be handled in a later trivial commit of just running clang-format on all files. Makes sense?