Bugfix/odr violations (#47)

* Make common non-member functions inline, remove unreachable line from get_line_buffer

* [skip ci] Fix namespace comments
This commit is contained in:
red0124
2024-03-12 10:22:10 +01:00
committed by GitHub
parent 1b9a01f787
commit 457defadaa
17 changed files with 41 additions and 49 deletions

View File

@@ -77,4 +77,4 @@ struct member_wrapper<R T::*> {
template <typename T> \
constexpr bool has_m_##method##_t = has_m_##method<T>::value;
} /* trait */
} /* namespace ss */