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 de726de commit c9a2b10Copy full SHA for c9a2b10
src/core/manifest.cpp
@@ -334,9 +334,9 @@ namespace {
334
335
// Validate constructors if present
336
if (classObj.constructors) {
337
- if (classObj.constructors->empty()) {
+ /*if (classObj.constructors->empty()) {
338
return MakeError("Class '{}': constructors list cannot be empty if specified", classObj.name);
339
- }
+ }*/
340
341
for (size_t i = 0; i < classObj.constructors->size(); ++i) {
342
const auto& constructor = (*classObj.constructors)[i];
0 commit comments