Files
ports/graphics/epsonscan2/files/patch-src_Standalone_defaultsettings.cpp
T
J.R. Oldroyd 27cd1370ef graphics/epsonscan2: Unbreak build with boost 1.87
clang does support rvalue references, so remove all use of flag
"BOOST_NO_CXX11_RVALUE_REFERENCES"

PR:	284127
2025-02-14 23:40:35 +03:00

11 lines
326 B
C++

--- src/Standalone/defaultsettings.cpp.orig 2024-09-12 07:10:39 UTC
+++ src/Standalone/defaultsettings.cpp
@@ -18,7 +18,6 @@
#include "defaultsettings.h"
#include <fstream>
-#define BOOST_NO_CXX11_RVALUE_REFERENCES 1
#include <boost/any.hpp>
#include <utils/PathUtils.h>
#if !(defined(NO_QTMODE) || defined(BUILDSANE))