From 4b53e9521b7cd2da87eda82f11be9688f73ffa1d Mon Sep 17 00:00:00 2001 From: Adam Wardynski <award@.(B-4.4.46a)> Date: Thu, 28 Apr 2011 22:20:15 +0200 Subject: [PATCH] Get rid of gcc compile warning about noncopyable. --- libwccl/wcclfile.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libwccl/wcclfile.h b/libwccl/wcclfile.h index 1e8f685..fe7d50c 100644 --- a/libwccl/wcclfile.h +++ b/libwccl/wcclfile.h @@ -12,8 +12,7 @@ namespace Wccl { class WcclFile - : boost::noncopyable, - WcclFileOpSections<UntypedOpSequence>, + : WcclFileOpSections<UntypedOpSequence>, WcclFileOpSections<OpSequence<StrSet> >, WcclFileOpSections<OpSequence<TSet> >, WcclFileOpSections<OpSequence<Bool> >, -- GitLab