Files
ports/graphics/epsonscan2/files/patch-src_Controller_Src_KeysValues_Key.hpp
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
330 B
C++

--- src/Controller/Src/KeysValues/Key.hpp.orig 2024-09-12 07:10:34 UTC
+++ src/Controller/Src/KeysValues/Key.hpp
@@ -21,7 +21,6 @@
#include "EpsonScan2.h"
#include "KeyDataProvider.hpp"
#include <ESCommonTypedef.h>
-#define BOOST_NO_CXX11_RVALUE_REFERENCES 1
#include <boost/any.hpp>
#include <memory>
namespace epsonscan {