Announcement

Collapse
No announcement yet.

LibreOffice Plans For C++11 / C++14 Development

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    Originally posted by pal666 View Post
    such an unusual display of sanity by opensource developers

    i didn't read slides, but list of compilers supporting c++11 in article is wrong
    clang completed support in 3.3, gcc in 4.8.1 and msvc ... sad msvc will have complete c++98 support around 2015, so don't hold your breath

    update: the list is taken from slides, but it is still wrong
    The Microsoft Visual C++ compiler is just plain garbage. They push proprietary and incompatible extensions even with that. I hate the ALL CAPS variable type names.

    Comment


    • #12
      Originally posted by pal666 View Post
      i didn't read slides, but list of compilers supporting c++11 in article is wrong
      clang completed support in 3.3, gcc in 4.8.1 and msvc ... sad msvc will have complete c++98 support around 2015, so don't hold your breath
      It's likely the list of compilers they are targeting which have some of the common c++11 features that they want to use, rather than naming ones that are 100% feature complete.

      Comment

      Working...
      X