Make Merge_key_less operator() inline.

This commit is contained in:
Ian Lance Taylor 2007-11-22 00:45:46 +00:00
parent c79126688f
commit d8a8897678
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -70,7 +70,7 @@ class Merge_map
struct Merge_key_less
{
bool
inline bool
operator()(const Merge_key&, const Merge_key&) const;
};