Summary: should the "Default:" of a function specification describle the result of the function call or the definition of the function? E.g. `max_size` vs `select_on_container_copy_construction`. ```suggestion \remarks Default: \tcode{a} ``` Or should `max_size`'s _Default_ prepend `return ` and append `;`? _Originally posted by @JohelEGP in https://github.com/cplusplus/draft/pull/5327#r815525604_