THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added:
FS#214 - Implement naming rules for class names User who did this - Christoph GrĂ¼ninger (gruenich) ---------- I would prefer to do the deprecation using the C++11 feature Type alias (sometimes calles Template alias), cf. [0]. This would allow us to rename the class and keep the old class only as a deprecated typedef. Unfortunately this feature was introduced by GCC 4.7 which is quite recent. We could add a test for this feature and provide the deprecated class name only for compilers that support it. [0] http://en.cppreference.com/w/cpp/language/type_alias ---------- More information can be found at the following URL: http://www.dumux.org/flyspray/index.php?do=details&task_id=214#comment383 You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above. _______________________________________________ Dumux mailing list [email protected] https://listserv.uni-stuttgart.de/mailman/listinfo/dumux
