Opened 7 years ago
#11469 new Bugs
libs/iostreams/test/detail/file_handle.hpp should include unistd.h
Reported by: | Owned by: | Jonathan Turkanis | |
---|---|---|---|
Milestone: | To Be Determined | Component: | iostreams |
Version: | Boost 1.56.0 | Severity: | Problem |
Keywords: | Cc: |
Description
the file libs/iostreams/test/detail/file_handle.hpp uses the ::close function. According to Posix, this is declared in unistd.h.
However, the file does not include unistd.h
It should.
Yea...a nit.
Note:
See TracTickets
for help on using tickets.