Skip to content
  • David Gobbi's avatar
    Fix wrapper grammar for function trailer · c8ed09e8
    David Gobbi authored
    The position of "ref_qualifer" was incorrect, so '&' and '&&'
    could not be used together with "noexcept" in a function
    definition trailer.  The new ordering has been made to match
    the "parameters-and-qualifiers" rule in the official C++ grammar.
    c8ed09e8