Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CppCoreGuidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -5799,7 +5799,7 @@ Using default member initializers lets the compiler generate the function for yo

##### Enforcement

(Simple) A default constructor should do more than just initialize data members with constants.
(Simple) A user-defined non-defaulted default constructor should do more than just initialize data members with constants.

### <a name="Rc-explicit"></a>C.46: By default, declare single-argument constructors explicit

Expand Down