Boost C++ Libraries: Ticket #12629: temp_directory_path does not conform to GetTempPath on Windows https://svn.boost.org/trac10/ticket/12629 <p> The documentation for <code>temp_directory_path</code> specifies that on Windows, it shall return "The path reported by the Windows <a class="missing wiki">GetTempPath</a> API function." </p> <p> However, <code>GetTempPath</code> adds a trailing separator and <code>temp_directory_path</code> does not. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12629 Trac 1.4.3 Michael Chadwick <josephholyheart@…> Mon, 28 Nov 2016 18:49:19 GMT attachment set https://svn.boost.org/trac10/ticket/12629 https://svn.boost.org/trac10/ticket/12629 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">bug.cpp</span> </li> </ul> <p> bug.cpp file as requested by filesystem maintainers in filesystem bug report docs </p> Ticket Michael Chadwick <joseph.michael.chadwick@…> Mon, 28 Nov 2016 18:54:37 GMT cc set https://svn.boost.org/trac10/ticket/12629#comment:1 https://svn.boost.org/trac10/ticket/12629#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">joseph.michael.chadwick@…</span> added </li> </ul> <p> Note the <a class="ext-link" href="https://msdn.microsoft.com/en-us/library/windows/desktop/aa364992(v=vs.85).aspx"><span class="icon">​</span>GetTempPath</a> documentation specifies that "The returned string ends with a backslash" </p> Ticket