bug-bison
[Top][All Lists]
Advanced

[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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]