Opened 15 years ago
Closed 14 years ago
#1767 closed Bugs (fixed)
missing file: boost/filesystem/cerrno.hpp
| Reported by: | Mat Marcus | Owned by: | Beman Dawes | 
|---|---|---|---|
| Milestone: | Boost 1.36.0 | Component: | filesystem | 
| Version: | Boost 1.35.0 | Severity: | Problem | 
| Keywords: | filesystem missing file | Cc: | 
Description
When building filesystem in a using an MSVC 9.0 IDE project I encounter compilation errors when compiling libs/filesystem/src/exception.cpp when it tries to:
#include <boost/filesystem/cerrno.hpp>
on line 19.
  Note:
 See   TracTickets
 for help on using tickets.
    
libs/filesystem/src/exception.cpp is obsolete. It was included in 1.35.0 by mistake. It has since been removed.
Thanks,
--Beman