Removes an option from the set.
template< typename Option> void clear_option();
Remarks
If the option is queried using the get_option member function, it will return the default value of the option.
get_option