-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #546 + some runtime compilation option code tweaks
* Discarded an unused `true_or_false()` string producer function * Renamed `need_delimiter_after_every_option` into `need_delimiter_after_last_option` + fixed typo in this name in one of the `rtc::process()` template instantiations * Now using SFINAE to avoid instantiating `marshalled_options_t::operator<<` for delimitation/marshalling control gadgets - so as to guarantee we don't have overload set clashes (which were reported in #546). * Replaced `optend()` with a struct, renamed it `advance_gadget`, and moved it inside `marshalled_options_t`, since it's only used with marshalled options
- Loading branch information
Showing
2 changed files
with
35 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters