issues
search
alicevision
/
CCTag
Detection of CCTag markers made up of concentric circles.
https://cctag.readthedocs.io
Mozilla Public License 2.0
358
stars
89
forks
source link
[boost] fix compatibility issues with boost >= 1.85
#217
Closed
simogasp
closed
4 months ago
simogasp
commented
4 months ago
[x] do not use
bfs::extension()
which was already deprecated but use
path.extension()
check which minimum boost version supports that and add it as a requirement
[x]
boost::numeric;
does not exist anymore
bfs::extension()
which was already deprecated but usepath.extension()
boost::numeric;
does not exist anymore