#519 closed defect (fixed)
compilation error with clang
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | major | Milestone: | svndigest 0.10 |
Component: | build | Version: | 0.9.6 |
Keywords: | Cc: |
Description
macport maintainer reported that svndigest doesn't compile with clang (which is default with Xcode).
As indicated by macport changeset 97081:
# ./utility.h:315:56: error: redefinition of default argument
the error is in yat/utility.h. This has already been fixed upstream in yat as well as in svndigest trunk.
Change History (7)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
(In [1503]) Addresses #519. Resolves compiler issue described in http://blog.llvm.org/2009/12/dreaded-two-phase-name-lookup.html
comment:5 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Both clang++ and g++ is happy with the current code.
comment:7 Changed 10 years ago by
Milestone: | svndigest 0.9.7 → svndigest 0.10 |
---|
Milestone svndigest 0.9.7 deleted
Note: See
TracTickets for help on using
tickets.
(In [1499]) refs #519. Update to latest yat/utility.h. Limit the fetch to one file only as a full fetch seemed intrusive (and belong in trunk).