DDD - Patches: patch #8178, Fix build failure on OSX 10.9 DP6
You are not allowed to post comments on this tracker with your current authentication level.
patch #8178: Fix build failure on OSX 10.9 DP6
Submitter: | gongqijian <gongqj> | ||
Submitted: | Thu 12 Sep 2013 06:24:03 AM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | Works For Me | Privacy: | Public |
Assigned to: | eickeler | Open/Closed: | Closed |
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
$ gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.0 (clang-500.1.74) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
$ make
VSLDefList.C:63:61: error: use of overloaded operator '+' is ambiguous (with operand types 'string' and 'std::ostringstream' (aka 'basic_ostringstream<char>'))
VSLLib::eval_error("no suiting definition for " + f_name() + s);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
./strclass.h:1379:15: note: candidate function
inline string operator + (const string& x, const string& y)
^
./strclass.h:1399:15: note: candidate function
inline string operator + (const string& x, char y)
^
1 error generated.
make[2]: *** [VSLDefList.o] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1