This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Documentation about C++ Concepts


Hi!

Iâm looking for a #if guard to enable/disable code using concepts-lite.  The compiler version does not suffice, as it depends on -std=c++1z.  Also, the documentation about concepts seems to be about the previous attempts at concepts.

https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Concepts.html#C_002b_002b-Concepts

And actually, I did not find the documentation for c++1z, nor even -std=c++14.

https://gcc.gnu.org/onlinedocs/gcc/Standards.html#index-std-60

Finally, one would expect to see documentation about -std in "Options Controlling C++ Dialect", since the corresponding about C documents -std for C.

https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Dialect-Options.html#C_002b_002b-Dialect-Options

Thanks!

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]