Hi Don, > Le 19 mai 2019 à 04:02, Don Macpherson <[email protected]> a écrit : > > 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.
Yes, you are right, we should also do that. So far I resisted the temptation to keep the out simple and avoid cascades of #if, but maybe we should do it anyway. Bison 3.4 is about to be published, I'm not going to do that now, but we'll do that afterwards. Cheers!
