Skip to content
Commit f08ebab2 authored by Howard Hinnant's avatar Howard Hinnant
Browse files

Fixed a bug regarding result_of reported by Sven Behne. The fix is C++11 only...

Fixed a bug regarding result_of reported by Sven Behne.  The fix is C++11 only mainly because result_of is a variadic beast and working with variadics is just such a problem in C++03 mode.  This should bring result_of up to full conformance with the C++11 spec.

llvm-svn: 159211
parent 46785f94
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment