1#ifndef LIPH_LANG_NONCOPYABLE_H_
2#define LIPH_LANG_NONCOPYABLE_H_
12namespace noncopyable_ {
14#ifndef BOOST_NONCOPYABLE_BASE_TOKEN_DEFINED
15#define BOOST_NONCOPYABLE_BASE_TOKEN_DEFINED
Definition: noncopyable.h:30
noncopyable & operator=(const noncopyable &)=delete
noncopyable(const noncopyable &)=delete
constexpr noncopyable()=default
Definition: algorithm.h:10
noncopyable_::noncopyable noncopyable
Definition: noncopyable.h:41
Definition: noncopyable.h:25