From 489170391be5938f3894cf1bd76de193be6e73bb Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Fri, 14 May 2021 14:26:54 -0600 Subject: [PATCH] step-7: Remove doc about default constructor. --- examples/step-7/step-7.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/step-7/step-7.cc b/examples/step-7/step-7.cc index 0fb3a4da75..6229dae851 100644 --- a/examples/step-7/step-7.cc +++ b/examples/step-7/step-7.cc @@ -168,9 +168,6 @@ namespace Step7 // dimension dim guarantees that the tensor will have the right // shape (since it is built into the type of the object itself), so the // compiler can catch most size-related mistakes for us. - // - // Like in step-4, for compatibility with some compilers we explicitly - // declare the default constructor: template class Solution : public Function, protected SolutionBase { -- 2.39.5