boostorg / callable_traits

modern C++ type traits and metafunctions for callable types
Boost Software License 1.0
130 stars 36 forks source link

CR+LF line endings in repo #171

Closed pdimov closed 6 years ago

pdimov commented 6 years ago

After a fresh checkout on Linux, several files in libs/callable_traits appear modified, and there's no way to un-modify them because (I suspect) they have Windows line endings in the repository. One is test/class_of.cpp, there are several others.

badair commented 6 years ago

Fixed via #170, thanks @Lastique