Custom literals (extended literals) C ++ 11 ... which compilers support it?

In another thread . I presented some methods that we will use for Model-Driven-Development in C ++ when C ++ 11 functions, in particular user literals, are available. I just revised the plans for GCC 4.5 and even 4.6, and it shows that this feature is not supported.

In any case, did you know that I have any compiler to test this function in order to start developing / implementing algorithms until C ++ 11 is approved and implemented in the main free compilers (LLVM, GCC )?

+3
source share
3 answers

So far, no patches for Clang and GCC have been sent and rejected for rework, so you should see something soon.

+2
source

Not yet, as far as I know.

+1
source

GCC 4.7 ( ) . . http://gcc.gnu.org/gcc-4.7/changes.html http://gcc.gnu.org/gcc-4.7/cxx0x_status.html.

GCC timelines, , GCC 4.7 2012 .

, : SVC 4.7 SVN , ++ 11. , , GCC 4.7.

+1
source

Source: https://habr.com/ru/post/1772163/


All Articles