diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-21 15:20:25 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-21 15:20:25 +0200 |
| commit | 6cb049d915b8479d5c21ad23a03b315733688370 (patch) | |
| tree | 32d4d2947a09f2e04a9876ea5f9e12196a1de655 /dev | |
| parent | 23d52c3cb72d595c971f189363c6cf9b222581c7 (diff) | |
feat: remove `inline` from print method (chunk_string)
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/lib/utility/chunk_string.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/lib/utility/chunk_string.hpp b/dev/lib/utility/chunk_string.hpp index ae52c39..0539aa8 100644 --- a/dev/lib/utility/chunk_string.hpp +++ b/dev/lib/utility/chunk_string.hpp @@ -61,7 +61,7 @@ namespace snu return packed_chunks_; } - inline void print() noexcept + void print() noexcept { snu::io::print(packed_chunks_); |
