Project

General

Profile

Actions

Support #12615

open

Boost 1.85 dropped directory_iterator

Added by Rakesh Vidyadharan 15 days ago. Updated 12 days ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
04/17/2024
Due date:
% Done:

0%

Estimated time:

Description

Boost 1.85 has dropped support for directory_iterator. Wt does not compile against the latest (and probably future) Boost versions.

/tmp/wt/src/web/FileUtils.C:82:7: error: no type named 'directory_iterator' in namespace 'boost::filesystem'; did you mean 'std::filesystem::directory_iterator'?
      boost::filesystem::directory_iterator end_itr;
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      std::filesystem::directory_iterator

Actions #1

Updated by Egor Pugin 12 days ago

+1

Actions

Also available in: Atom PDF