mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-07 13:41:11 -06:00
Added missing inline to free function
This commit is contained in:
@@ -71,7 +71,7 @@ namespace sqlpp
|
||||
return { s };
|
||||
}
|
||||
|
||||
auto verbatim(std::string s) -> verbatim_t<no_value_t>
|
||||
inline auto verbatim(std::string s) -> verbatim_t<no_value_t>
|
||||
{
|
||||
return { s };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user