mirror of
				https://github.com/Zygo/bees.git
				synced 2025-11-03 19:50:34 +01:00 
			
		
		
		
	task: delete the move constructor for TaskState
Move-constructing isn't good for that class either. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
		@@ -89,6 +89,7 @@ namespace crucible {
 | 
			
		||||
 | 
			
		||||
		TaskState &operator=(const TaskState &) = delete;
 | 
			
		||||
		TaskState(const TaskState &) = delete;
 | 
			
		||||
		TaskState(TaskState &&) = delete;
 | 
			
		||||
 | 
			
		||||
	public:
 | 
			
		||||
		~TaskState();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user