boostorg / range

Boost.org range module
http://boost.org/libs/range
43 stars 104 forks source link

Fix missing include in `boost/range/concepts.hpp`. #150

Open gogagum opened 3 weeks ago

gogagum commented 3 weeks ago

boost::type_traits::is_integral was used on line 188 without including its header.