
10 Feb
2014
10 Feb
'14
3:17 p.m.
On 10 February 2014 13:17, Peter Dimov
But I was wondering what in config uses endian.hpp. Turns out the only use is in boost/detail/limits.hpp, a file that has been put into config for some reason. I can't find anything in config or in Boost that uses this file. What is its purpose?
boost/detail/limits.hpp was deleted on trunk in subversion because it had a non-boost license. It should probably should also be deleted from master, it used to be included from boost/limits.hpp when BOOST_NO_LIMITS is defined. The original change is at: https://github.com/boostorg/config/commit/3ce54f0e8bcb173989f9632d41e966f65d...