Skip to content

Commit

Permalink
Remove operator<<.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Nov 26, 2024
1 parent f612789 commit 0923309
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/neuron/unique_cstr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,4 @@ class unique_cstr {
char* str_ = nullptr;
};

inline std::ostream& operator<<(std::ostream& os, const unique_cstr& cstr) {
return os << cstr.c_str();
}

} // namespace neuron

0 comments on commit 0923309

Please sign in to comment.