-
Key: CPP1115-6
-
Status: closed
-
Source: Remedy IT ( Johnny Willemsen)
-
Summary:
The valuebox created should be using final, so add to the bullets of 6.18.7.2 a first bullet saying "Must be final" and change in the code
class ColorValue : public ValueBase
to
class ColorValue : public ValueBase final -
Reported: CPP11 1.4 — Mon, 28 Sep 2020 14:22 GMT
-
Disposition: Resolved — CPP11 1.5
-
Disposition Summary:
Use the C++ final specifier on value box classes
Make use of the "final" capability of C++11
-
Updated: Mon, 29 Mar 2021 12:21 GMT