LANGLVL(DELEGATINGCTORS) compiler option (C++11)

This option controls whether the delegating constructors feature is enabled. When LANG(DELEGATINGCTORS) is specified, you can concentrate common initializations and post initializations in one constructor, which improves the readability and maintainability of the program. The default is LANG(NODELEGATINGCTORS). For detailed information, see DELEGATINGCTORS | NODELEGATINGCTORS that is documented in z/OS XL C/C++ User's Guide.