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