[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(non)Use of C++ 11 constructs in skeleton
From: |
Don Macpherson |
Subject: |
(non)Use of C++ 11 constructs in skeleton |
Date: |
Sun, 19 May 2019 12:02:44 +1000 |
Hi,
Various places in the C++ skeleton have comments of the form:
/// This class is not copyable
/// Prohibit blind copies
while not actually informing the compiler of this fact (though the use of =
delete).
Given that the skeleton already has other C++11 conditional code, and that
the code produced by the skeleton is consumed within the users code base,
the output from the skeleton should endeavour to appropriately use other
modern C++ features.
Don
- (non)Use of C++ 11 constructs in skeleton,
Don Macpherson <=
- Re: (non)Use of C++ 11 constructs in skeleton, Akim Demaille, 2019/05/19
- Re: (non)Use of C++ 11 constructs in skeleton, Hans Åberg, 2019/05/19
- Re: (non)Use of C++ 11 constructs in skeleton, Akim Demaille, 2019/05/19
- Re: (non)Use of C++ 11 constructs in skeleton, Hans Åberg, 2019/05/19
- Re: (non)Use of C++ 11 constructs in skeleton, Frank Heckenbach, 2019/05/19
- Re: (non)Use of C++ 11 constructs in skeleton, Akim Demaille, 2019/05/19
- Re: (non)Use of C++ 11 constructs in skeleton, Hans Åberg, 2019/05/19
- Re: (non)Use of C++ 11 constructs in skeleton, Akim Demaille, 2019/05/19
- Re: (non)Use of C++ 11 constructs in skeleton, Hans Åberg, 2019/05/19
- Re: (non)Use of C++ 11 constructs in skeleton, Hans Åberg, 2019/05/19