ports/graphics/epsonscan2/files/patch-src_Controller_Src_KeysValues_KeyMgr.hpp
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
293 B
C++

--- src/Controller/Src/KeysValues/KeyMgr.hpp.orig 2024-09-12 07:10:34 UTC
+++ src/Controller/Src/KeysValues/KeyMgr.hpp
@@ -18,7 +18,6 @@
#pragma once
-#define BOOST_NO_CXX11_RVALUE_REFERENCES 1
#include <ESCommonTypedef.h>
#include "EpsonScan2.h"
#include "KeyDataProvider.hpp"