[filesystem] has_branch_path()

I'm upgrading the Boost release in use at work from 1.33.1 to 1.36.0, with surprisingly few issues actually, but I am stuck on one thing. There's a function in 1.33.1, has_branch_path(), for which I cannot see the equivalent functionality in 1.36. Part of my difficulty is that the 1.33.1 header declares but does not define the function, and I cannot see where the body code is! Any suggestions would be appreciated at this point. Thanks. - Rob.

AMDG Robert Jones wrote:
I'm upgrading the Boost release in use at work from 1.33.1 to 1.36.0, with surprisingly few issues actually, but I am stuck on one thing.
There's a function in 1.33.1, has_branch_path(), for which I cannot see the equivalent functionality in 1.36. Part of my difficulty is that the 1.33.1 header declares but does not define the function, and I cannot see where the body code is!
Any suggestions would be appreciated at this point.
I believe that this function is now called has_parent_path() In Christ, Steven Watanabe

Robert Jones wrote:
I'm upgrading the Boost release in use at work from 1.33.1 to 1.36.0, with surprisingly few issues actually, but I am stuck on one thing.
There's a function in 1.33.1, has_branch_path(), for which I cannot see the equivalent functionality in 1.36. Part of my difficulty is that the 1.33.1 header declares but does not define the function, and I cannot see where the body code is!
Any suggestions would be appreciated at this point.
Thanks.
- Rob.
has_parent_path() --Johan

Thanks guys - that fixes my immediate problem. I'm still puzzled about where the implementation of has_branch_path() is in 1.33.1 though. - Rob.
participants (3)
-
Johan Råde
-
Robert Jones
-
Steven Watanabe