Loading...
Searching...
No Matches
31#ifndef UNITY_UTIL_NONCOPYABLE_H
32#define UNITY_UTIL_NONCOPYABLE_H
34#include <unity/SymbolExport.h>
53#define NONCOPYABLE(ClassName) ClassName(ClassName const&) = delete; ClassName& operator=(ClassName const&) = delete