|
Bugzilla – Full Text Bug Listing |
| Summary: | Inline specifiers for DoMakeAttributeAccessors | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Alex Afanasyev <alexander.afanasyev> |
| Component: | core | Assignee: | Mathieu Lacage <mathieu.lacage> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs, pdbarnes, tomh |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
Patch
Patch1 Patch2 |
||
|
Description
Alex Afanasyev
2012-04-18 15:28:23 UTC
Created attachment 1383 [details]
Patch
Created attachment 1571 [details]
Patch1
Created attachment 1572 [details]
Patch2
Alex: is this still needed? Just the second attachment? Could you please give the compiler version? I'm using clang (clang-500.2.79) on OSX 10.9. In general, not having inline specifier there is wrong and should always have generated link errors... I think the problem can be reproduced if in the same class two different attributes use the same getter/helper, but not really sure. (In reply to Alex Afanasyev from comment #5) > I'm using clang (clang-500.2.79) on OSX 10.9. > > In general, not having inline specifier there is wrong and should always > have generated link errors... I think the problem can be reproduced if in > the same class two different attributes use the same getter/helper, but not > really sure. I can't find any reason not to merge this. +1 Patched r10625 16bbfc4cb29d http://code.nsnam.org/ns-3-dev/rev/16bbfc4cb29d (Included in patch for Bug 1411 by mistake) |