Fix for Boost.Filesystem v3
This commit is contained in:
parent
8388baafd3
commit
49a90ef595
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ string error_context()
|
|||
string file_context(const path& file, const std::size_t line)
|
||||
{
|
||||
std::ostringstream buf;
|
||||
buf << "\"" << file << "\", line " << line << ": ";
|
||||
buf << file << ", line " << line << ": ";
|
||||
return buf.str();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue