Skip to content
  • Roland Levillain's avatar
    Fix output streams uses. · 7186af46
    Roland Levillain authored
    	* mln/core/concept/value_set.hh
    	(operator<<(std::ostream&, const Value_Set<E>&))
    	* mln/morpho/tree/data.hh
    	(operator<< (std::ostream&, const tree::data<I, S>&)):
    	Use the stream passed as argument instead of std::cout.
    	* mln/util/fibonacci_heap.hh
    	(mln::util::internal::fibonacci_heap_node::print_): Take an output
    	stream as argument instead of using the standard output.
    	(mln::util::fibonacci_heap::print_): Rename first argument from
    	`cout' to `ostr' prevent confusions with std::cout.
    	* mln/trace/warning.hh (mln::trace::warning): Print warnings on
    	the standard error instead of the standard ourput.
    7186af46
To find the state of this project's repository at the time of any of these versions, check out the tags.