30 Jun
2014
30 Jun
'14
6:13 p.m.
I show the same thing on mine...all the symlinks under boost point to a copy of the same files that reside in the convert repository: https://github.com/boostorg/convert/tree/develop/include/boost/optional
This is bad, looks like there are two copies of the boost/optional/ tree in Git: * The correct one under optional. * What's described as a "local copy" under convert. But you just can't do that, ever. The convert lib needs to remove it's copies from both develop and master otherwise the tree is completely broken. John.