We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d950b commit 60e70f5Copy full SHA for 60e70f5
SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex
@@ -1865,14 +1865,6 @@ \subsection{Class Layout}
1865
m_Buffer = PixelContainer::New();
1866
}
1867
1868
-
1869
-template< typename TPixel, unsigned int VImageDimension >
1870
-Image< TPixel, VImageDimension >
1871
-~::Image()
1872
-{
1873
-}
1874
1875
1876
...
1877
1878
@@ -2712,7 +2704,7 @@ \subsection{Empty Lines}
2712
2704
protected:
2713
2705
BoxImageFilter();
2714
2706
2715
- ~BoxImageFilter() {}
2707
+ ~BoxImageFilter() override = default;
2716
2708
2717
2709
void GenerateInputRequestedRegion() override;
2718
2710
0 commit comments