boostorg / phoenix

Boost.org phoenix module
http://boost.org/libs/phoenix
30 stars 46 forks source link

fix unused variable warning in member_function_ptr #2

Closed mgaunard closed 10 years ago

mgaunard commented 10 years ago

With clang, a warning is emitted because 'rhs' is not used.

fletchjp commented 10 years ago

Thanks, got it and onto develop. John


From: Mathias Gaunard [notifications@github.com] Sent: 09 February 2014 11:38 To: boostorg/phoenix Subject: [phoenix] fix unused variable warning in member_function_ptr (#2)

With clang, a warning is emitted because 'rhs' is not used.


You can merge this Pull Request by running

git pull https://github.com/mgaunard/phoenix develop

Or view, comment on, or merge it at:

https://github.com/boostorg/phoenix/pull/2

Commit Summary

File Changes

Patch Links:

— Reply to this email directly or view it on GitHubhttps://github.com/boostorg/phoenix/pull/2.