diff --git a/03-Style.md b/03-Style.md index 123406f..b8b1c61 100644 --- a/03-Style.md +++ b/03-Style.md @@ -271,8 +271,8 @@ private: }; // Good Idea -// There is a performance gain here because the default constructor -// for m_myOtherClass is never called. +// The default constructor for m_myOtherClass is never called here, so +// there is a performance gain if MyOtherClass is not is_trivially_default_constructible. class MyClass { public: