Skip to content

Use std:: instead of boost::

Rainer Kartmann requested to merge replace-boost-by-std into master

Update to recent changes in simox.

  • Replace usages of boost::shared_ptr by std::
  • Prepend std:: to usages of cout and endl
  • Fix includes

@barcode Feel free to merge once you think it is safe to do so.

Merge request reports