We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef9dd0 commit a08ec76Copy full SHA for a08ec76
src/editors/xrWeatherEditor/property_holder_include.hpp
@@ -10,7 +10,7 @@
10
#define PROPERTY_HOLDER_INCLUDE_HPP_INCLUDED
11
12
#pragma unmanaged
13
-#include <boost/noncopyable.hpp>
+#include "Common/Noncopyable.hpp"
14
#include "xrcore/fastdelegate.h"
15
#include <utility>
16
#include "include/editor/property_holder.hpp"
@@ -23,7 +23,8 @@ private ref struct Pair {
23
};
24
25
template <typename T>
26
-class value_holder : private boost::noncopyable {
+class value_holder : private Noncopyable
27
+{
28
public:
29
inline value_holder (T& value) :
30
m_value (value)
0 commit comments