mirror of
https://github.com/matrix-construct/construct
synced 2025-02-16 16:50:12 +01:00
ircd::stringops: Mark the has() template inline to avoid plt.
This commit is contained in:
parent
4c924b2a43
commit
954fed8bba
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ ircd::ifind(const string_view &s,
|
|||
}
|
||||
|
||||
template<class T>
|
||||
bool
|
||||
inline bool
|
||||
ircd::has(const string_view &s,
|
||||
const T &t)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue