Changes between Initial Version and Version 1 of Ticket #57513, comment 1


Ignore:
Timestamp:
Nov 5, 2018, 4:55:56 PM (6 years ago)
Author:
cjones051073 (Chris Jones)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57513, comment 1

    initial v1  
    33The issue is the use of the flag -std=c++0x
    44
    5 ```
     5{{{
    66external/local_config_cc/cc_wrapper.sh -U_FORTIFY_SOURCE -fstack-protector -Wall -Wthread-safety -Wself-assign -fcolor-diagnostics -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections -fdata-sections '-std=c++0x' -MD -MF bazel-out/darwin-opt/bin/src/main/cpp/util/_objs/strings/strings.d '-frandom-seed=bazel-out/darwin-opt/bin/src/main/cpp/util/_objs/strings/strings.o' -DBLAZE_OPENSOURCE -iquote . -iquote bazel-out/darwin-opt/genfiles -iquote bazel-out/darwin-opt/bin -iquote external/bazel_tools -iquote bazel-out/darwin-opt/genfiles/external/bazel_tools -iquote bazel-out/darwin-opt/bin/external/bazel_tools -no-canonical-prefixes -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c src/main/cpp/util/strings.cc -o bazel-out/darwin-opt/bin/src/main/cpp/util/_objs/strings/strings.o)
     7}}}
    78
    89that needs to be at least `c++11` for `unique_ptr`.
    910
    1011I have no idea why this only happens on  10.8, whereas 10.9 which is also using Macports clang 5.0 seems OK.
    11 ```