What does “core language” mean?

后端 未结 3 650
故里飘歌
故里飘歌 2021-01-12 03:55

In the table on this page from the GCC documentation, one of the items (about halfway down the table) is listed as \"core language\" only. What does that mean? What parts of

3条回答
  •  余生分开走
    2021-01-12 03:58

    Johannes's answer explains what "core language" means in general. In the specific context you ask about it means that the core language parts of n3050 are implemented in GCC 4.7, but not necessarily the library parts (those changes from the paper that apply to Clauses 17-30)

    In fact some of the library changes are also implemented in GCC 4.7, but the library status is documented elsewhere

提交回复
热议问题