diff --git a/include/ptc/print.hpp b/include/ptc/print.hpp index 91f74b8..e388e0c 100644 --- a/include/ptc/print.hpp +++ b/include/ptc/print.hpp @@ -508,7 +508,7 @@ namespace ptc * @brief Default constructor of the Print class. It initializes the basic class members and enable (if required) performance improvements.. * */ - Print(): + explicit Print(): end( StringConverter( "\n"s ) ), sep( StringConverter( " "s ) ), flush( false )