Re: Transitioning libgomp from C to C++ implementation

"Arsen Arsenović" <[email protected]>
Newsgroups gmane.comp.gcc.devel
Organization BayLibre
Message-ID <[email protected]>
Sam James <[email protected]> writes:

> I was going to say "you won't be using C++20 yet, though", but I suppose
> you may be able to as it's a runtime library.

It's stable and default now:

  ~$ g++ -E -o - -x c++ -dM - <<<'' | grep __cplusplus
  #define __cplusplus 202002L
  ~$ g++ -std=c++20 -E -o - -x c++ -dM - <<<'' | grep __cplusplus
  #define __cplusplus 202002L

Since it's a runtime library, we don't need to worry about bootstrap
requirements there (ergo why the code has quite a few extensions
peppered throughout as it stands).
-- 
Arsen Arsenović
signature.asc (application/pgp-signature, 288 B)
-----BEGIN PGP SIGNATURE-----

iKIEARYKAEoWIQT+4rPRE/wAoxYtYGFSwpQwHqLEkwUCaf4rqBsUgAAAAAAEAA5t
YW51MiwyLjUrMS4xMiwyLDIQHGFyc2VuQGFhcnNlbi5tZQAKCRBSwpQwHqLEk7+g
AQDeinKkJp6FerbYKyeK635sJ+yfhzYaQkq7m2DW5t+DHQEA+2CWqzUnWlKoXKRL
v3ADvveNMxQ5xFnSszO8UJH4mg4=
=uxtA
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.