Bugzilla – Bug 1603
random-variable-stream-helper.cc:32: error: 'this' is unavailable for static member functions
Last modified: 2013-03-18 01:11:12 UTC
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
fixed in changeset 9d47dca16cb3