Opened 12 years ago
Closed 12 years ago
#4775 closed Feature Requests (invalid)
There is no "read_file" function in os_file_functions.hpp
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | To Be Determined | Component: | interprocess |
Version: | Boost 1.44.0 | Severity: | Not Applicable |
Keywords: | Cc: |
Description
There are many useful functions in the interprocess/detail/os_file_functions.hpp like create_new_file, delete_file, write_file, close_file. But there is no such function as "read_file". I don't know is it by design or not, but at least I see that it is possible to "open_existing_file" with "read_only" mode and in this case it is not possible to do anything with file, since read_file function not exists in the interface. Is it possible to add "read_file" function?
Change History (3)
comment:1 by , 12 years ago
Severity: | Problem → Not Applicable |
---|
comment:2 by , 12 years ago
Note that routines in the "detail" namespaces are _not_ part of the public API, and are subject to change without notice.
comment:3 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
If your request concerns adding an implementation detail you should close the ticket. In addition I don't see where is the Problem, so I have moved to Not Applicable.