Opened 7 years ago

#11469 new Bugs

libs/iostreams/test/detail/file_handle.hpp should include unistd.h

Reported by: Ed Vogel <edward.vogel@…> 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.

Change History (0)

Note: See TracTickets for help on using tickets.