|
Bugzilla – Full Text Bug Listing |
| Summary: | random-variable-stream-helper.cc:32: error: 'this' is unavailable for static member functions | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | John Abraham <john.abraham.in> |
| Component: | core | Assignee: | Mathieu Lacage <mathieu.lacage> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
fixed in changeset 9d47dca16cb3 |
we have static int64_t AssignStreams (std::string path, int64_t stream); but we use int64_t RandomVariableStreamHelper::AssignStreams (std::string path, int64_t stream) { NS_LOG_FUNCTION (this << path << stream); 'this' is unavailable for static member functions