Prev: omission of "virtual" in overridden method declarations in derived classes
Next: why it is wrong to say: throw std::exception("error msg");
From: Brian on 23 Feb 2010 07:14 Shalom Release 1.11 of the C++ Middleware Writer is now on line. This release has the following changes: 1. std::complex and boost::circular_buffer support added. 2. Support added for strongly-typed enums such as: enum class Fruit : uint8_t { love = 1, joy, peace, patience, kindness, goodness, faithfulness, gentleness, self-control }; 3. Bug fixes. Comments welcome. Brian Wood http://webEbenezer.net (651) 251-9384 -- [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ] |