mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
Make Merge_key_less operator() inline.
This commit is contained in:
@@ -35,7 +35,7 @@ namespace gold
|
||||
// Sort the entries in a merge mapping. The key is an input object, a
|
||||
// section index in that object, and an offset in that section.
|
||||
|
||||
bool
|
||||
inline bool
|
||||
Merge_map::Merge_key_less::operator()(const Merge_key& mk1,
|
||||
const Merge_key& mk2) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user