Boost C++ Libraries: Ticket #4775: There is no "read_file" function in os_file_functions.hpp https://svn.boost.org/trac10/ticket/4775 <p> There are many useful functions in the interprocess/detail/os_file_functions.hpp like <strong>create_new_file</strong>, <strong>delete_file</strong>, <strong>write_file</strong>, <strong>close_file</strong>. But there is no such function as "<strong>read_file</strong>". I don't know is it by design or not, but at least I see that it is possible to "<strong>open_existing_file</strong>" with "<strong>read_only</strong>" mode and in this case it is not possible to do anything with file, since <strong>read_file</strong> function not exists in the interface. Is it possible to add "<strong>read_file</strong>" function? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4775 Trac 1.4.3 viboes Sat, 27 Nov 2010 16:10:16 GMT severity changed https://svn.boost.org/trac10/ticket/4775#comment:1 https://svn.boost.org/trac10/ticket/4775#comment:1 <ul> <li><strong>severity</strong> <span class="trac-field-old">Problem</span> → <span class="trac-field-new">Not Applicable</span> </li> </ul> <p> 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. </p> Ticket Marshall Clow Sat, 27 Nov 2010 16:39:01 GMT <link>https://svn.boost.org/trac10/ticket/4775#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4775#comment:2</guid> <description> <p> Note that routines in the "detail" namespaces are _not_ part of the public API, and are subject to change without notice. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ion Gaztañaga</dc:creator> <pubDate>Fri, 01 Apr 2011 18:06:15 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4775#comment:3 https://svn.boost.org/trac10/ticket/4775#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> </ul> Ticket