
10 Feb
2014
10 Feb
'14
8:31 p.m.
On 10 February 2014 19:35, Daniel James
On 10 February 2014 19:09, John Maddock
wrote: It does look like a leftover. This change appears to be merged to master, and does show up in the list of commits to master:
https://github.com/boostorg/config/commits/master?page=3
but the file is still there. It should probably be deleted.
Done. Not sure why it wasn't removed by the git merge? That's a little worrying.
It was from before the merge point you created so git considered it already merged. Also, you've deleted 'include/boost/limits.hpp' which is still used.
I went ahead and reverted that, as it'll break some libraries' tests.