mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
clang does support rvalue references, so remove all use of flag "BOOST_NO_CXX11_RVALUE_REFERENCES" PR: 284127
10 lines
293 B
C++
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"
|