ports/graphics/epsonscan2/files/patch-src_Standalone_lastusedsettings.cpp
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

10 lines
350 B
C++

--- src/Standalone/lastusedsettings.cpp.orig 2024-09-12 07:10:41 UTC
+++ src/Standalone/lastusedsettings.cpp
@@ -17,7 +17,6 @@
// lastusedsettings.cpp -- template and derived ESC/I ESC/I-2 protocol commands
#include <fstream>
-#define BOOST_NO_CXX11_RVALUE_REFERENCES 1
#include <boost/any.hpp>
#include <utils/PathUtils.h>
#ifndef NO_QTMODE