-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
If you build an incomplete document with the stream builder, and you try to use it as a view, the error you get is unfriendly:
auto builder = document{} << "key" << "value" << "key"; auto view = builder.view(); > "not viewable"