Changes between Initial Version and Version 1 of Ticket #46287, comment 6
- Timestamp:
- Dec 20, 2014, 5:30:26 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46287, comment 6
initial v1 1 But llvm-g++-4.2 probably just doesn't support the C 11 standard that `-std=c++0x` calls for.1 But llvm-g++-4.2 probably just doesn't support the C++11 standard that `-std=c++0x` calls for. 2 2 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 C 11 or not.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 C++11 or not.