Bug 1603

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: coreAssignee: Mathieu Lacage <mathieu.lacage>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs, tomh
Priority: P5    
Version: pre-release   
Hardware: All   
OS: All   

Description John Abraham 2013-03-17 11:13:48 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
Comment 1 Tom Henderson 2013-03-18 01:11:12 UTC
fixed in changeset 9d47dca16cb3