Changes between Initial Version and Version 1 of Ticket #46287, comment 6


Ignore:
Timestamp:
Dec 20, 2014, 5:30:26 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46287, comment 6

    initial v1  
    1 But llvm-g++-4.2 probably just doesn't support the C11 standard that `-std=c++0x` calls for.
     1But llvm-g++-4.2 probably just doesn't support the C++11 standard that `-std=c++0x` calls for.
    22
    3 It seems wrong that icu is putting that flag in its pkg-config files. icu cannot know whether the compiler used to compile something using those pkg-config files supports C11 or not.
     3It seems wrong that icu is putting that flag in its pkg-config files. icu cannot know whether the compiler used to compile something using those pkg-config files supports C++11 or not.