Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8742: All comparison operators should be inline
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-06-27 16:36:39
#8742: All comparison operators should be inline
----------------------------------------------+--------------------------
Reporter: Vilim Lendvaj <vilim.lendvaj@â¦> | Owner: daniel_frey
Type: Feature Requests | Status: closed
Milestone: To Be Determined | Component: operators
Version: Boost 1.53.0 | Severity: Optimization
Resolution: invalid | Keywords:
----------------------------------------------+--------------------------
Changes (by daniel_frey):
* status: new => closed
* resolution: => invalid
Comment:
They are automatically inlined by the compiler if applicable, the inline-
keyword you see in your STL code is probably there for different reasons.
Try to benchmark your code (don't forget to enable optimizations) and
you'll find that the inline-keyword wouldn't make a difference.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8742#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC