summarylogtreecommitdiffstats
path: root/boost_107400.patch
diff options
context:
space:
mode:
Diffstat (limited to 'boost_107400.patch')
-rw-r--r--boost_107400.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/boost_107400.patch b/boost_107400.patch
new file mode 100644
index 000000000000..7aad15db49cc
--- /dev/null
+++ b/boost_107400.patch
@@ -0,0 +1,12 @@
+diff -Naur a/src/appleseed/renderer/modeling/project/assethandler.cpp b/src/appleseed/renderer/modeling/project/assethandler.cpp
+--- a/src/appleseed/renderer/modeling/project/assethandler.cpp 2019-08-31 17:49:01.000000000 +0200
++++ b/src/appleseed/renderer/modeling/project/assethandler.cpp 2020-12-10 03:26:57.768459744 +0100
+@@ -80,7 +80,7 @@
+ try
+ {
+ create_directories(dest_path.parent_path());
+- copy_file(source_path, dest_path, copy_option::overwrite_if_exists);
++ copy_file(source_path, dest_path, copy_options::overwrite_existing);
+ return true;
+ }
+ catch (const std::exception& e) // namespace qualification required