-
Type: New Feature
-
Resolution: Won't Do
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
The builder::core constructor currently takes a required boolean parameter. To improve readability of code which constructs builder::core objects, we should deprecate the existing constructor and either:
- Provide a new constructor which takes an enumerated type parameter.
- Provide static factory methods "builder::core::make_document()" and "builder::core::make_document()".