Make util::empty stream output operator inline
This commit is contained in:
parent
f8d127d700
commit
dbeb613740
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ namespace psemek::util
|
|||
|
||||
struct empty{};
|
||||
|
||||
std::ostream & operator << (std::ostream & os, empty)
|
||||
inline std::ostream & operator << (std::ostream & os, empty)
|
||||
{
|
||||
os << "empty";
|
||||
return os;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue