aboutsummaryrefslogtreecommitdiff
path: root/src/util/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/fs.h')
-rw-r--r--src/util/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/fs.h b/src/util/fs.h
index 8f79f6cba6..7e2803b6aa 100644
--- a/src/util/fs.h
+++ b/src/util/fs.h
@@ -184,6 +184,7 @@ static inline path PathFromString(const std::string& string)
* already exists or is a symlink to an existing directory.
* This is a temporary workaround for an issue in libstdc++ that has been fixed
* upstream [PR101510].
+ * https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101510
*/
static inline bool create_directories(const std::filesystem::path& p)
{