This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] Remove some redundant inline together with constexpr


Hi,

straightforward (7.1.5/2). Tested x86_64-linux, committed to mainline.

Paolo.

PS: one could also imagine adding a macro like

# ifdef __GXX_EXPERIMENTAL_CXX0X__
#  define _GLIBCXX_INLINE_OR_CONSTEXPR constexpr
# else
#  define _GLIBCXX_INLINE_OR_CONSTEXPR inline
# endif

to be used where now 'inline _GLIBCXX_CONSTEXPR' is used. But I'm not sure it's worth it...

//////////////////////

Attachment: CL
Description: Text document

Attachment: patchlet
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]