mirror of
https://gitea.windcorp.ru/Wind-Corporation/Progressia.git
synced 2025-12-15 23:08:34 +03:00
TMP / Removed boost dependency
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "boost/core/noncopyable.hpp"
|
||||
#include "util.h"
|
||||
#include <ostream>
|
||||
|
||||
namespace progressia {
|
||||
@@ -8,7 +8,7 @@ namespace main {
|
||||
|
||||
namespace detail {
|
||||
|
||||
class LogSink : private boost::noncopyable {
|
||||
class LogSink : private progressia::main::NonCopyable {
|
||||
private:
|
||||
bool isCurrentSink;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user