0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 10:08:56 +02:00

ircd::stringops: Mark the has() template inline to avoid plt.

This commit is contained in:
Jason Volk 2019-08-24 16:38:40 -07:00
parent 4c924b2a43
commit 954fed8bba

View file

@ -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)
{