k06a / boolinq

Simplest C++ header-only LINQ template library
MIT License
628 stars 79 forks source link

limits.h --> climits ? #72

Closed ghost closed 2 years ago

ghost commented 2 years ago

Since this is a C++ header, shouldn’t \<climits> be included instead of \<limits.h> at the third line?

k06a commented 2 years ago

Let’s try to fix this!

ghost commented 2 years ago

Fixed.