On Tue, 22 Mar 2022, Pokechu22 via Gcc-patches wrote:
>  htdocs/codingrationale.html | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thank you for this, and sorry for us missing it originally.

> -working set size, compile time, and debuggablity.
> +working set size, compile time, and "debuggability.

I changed this to "debuggability".

>  These costs should not be borne without some evidence
>  that the inlining pays for itself.
>  </p>
> @@ -155,7 +155,7 @@ Wide use of implicit conversion can cause some
> very surprising results.
> 
>  <p>
>  C++03 has no explicit conversion operators,
> -and hence using them cannot avoid suprises.
> +and hence using them cannot avoid surprises.

This was coincidently fixed independently a few days ago:

  commit 3f37542935165c3dc74f41d4c11c3621f8386b59
  Author: Jonathan Grant <j...@jguk.org>
  Date:   Sat Jun 8 21:26:04 2024 +0200

    *: Correct spelling

Thanks,
Gerald

Reply via email to