Changeset 428:5634056d8887 in finroc_core


Ignore:
Timestamp:
07.06.2017 22:01:13 (6 years ago)
Author:
Max Reichardt <mreichardt@…>
Branch:
17.03
Phase:
public
Message:

Removes output of pointer when streaming tFrameworkElement to a std::ostream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tFrameworkElement.cpp

    r425 r428  
    893893{ 
    894894  StreamQualifiedName(output, fe, true); 
    895   output << " (" << ((void*)&fe) << ")"; 
     895  //output << " (" << ((void*)&fe) << ")"; 
    896896  return output; 
    897897} 
Note: See TracChangeset for help on using the changeset viewer.