mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 18:34:02 +00:00
sort_by_value(std::list<std::string>& l) is not declared inline anymore to make it compile with vacpp
[SVN r16407]
This commit is contained in:
parent
b4cfadb4d5
commit
aa65e3da3b
@ -120,7 +120,7 @@ void random_sorted_sequence(std::list<std::string>& result)
|
||||
}
|
||||
#else
|
||||
template <>
|
||||
inline void sort_by_value(std::list<std::string>& l)
|
||||
void sort_by_value(std::list<std::string>& l)
|
||||
{
|
||||
l.sort(cmp());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user