diff --git a/include/boost/simulation/convenience.hpp b/include/boost/simulation/convenience.hpp index 3a1efc2..57da725 100644 --- a/include/boost/simulation/convenience.hpp +++ b/include/boost/simulation/convenience.hpp @@ -47,7 +47,7 @@ std::shared_ptr -std::shared_ptr> make_port_ptr(Args... args) noexcept { +std::shared_ptr> make_port_ptr(Args... args) noexcept { return std::make_shared(std::forward(args)...); } diff --git a/include/boost/simulation/pdevs/driver.hpp b/include/boost/simulation/pdevs/driver.hpp index 3d1e088..43daf33 100644 --- a/include/boost/simulation/pdevs/driver.hpp +++ b/include/boost/simulation/pdevs/driver.hpp @@ -39,7 +39,7 @@ namespace pdevs { /** * @brief The coupled class represents PDEVS coupled models */ -template +template class driver { protected: @@ -49,8 +49,8 @@ class driver int numberInputPorts; std::vector