diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2012-08-25 15:06:50 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2012-08-25 15:06:50 +0000 |
| commit | e890ab2377c9da1af9faa4accd25d35267872a15 (patch) | |
| tree | 3ed07cb6d7c9ec0660ff99d9f898124408acc1e2 /lldb/scripts/Python/interface/SBModule.i | |
| parent | 48ddcf2cb57caf57f8e1f1029f39fc490de74e08 (diff) | |
| download | llvm-e890ab2377c9da1af9faa4accd25d35267872a15.zip llvm-e890ab2377c9da1af9faa4accd25d35267872a15.tar.gz llvm-e890ab2377c9da1af9faa4accd25d35267872a15.tar.bz2 | |
Michel Morin: My previous fix for C++03 was incomplete.
It does not consider user-defined conversions that convert an rvalue
into an lvalue and works incorrectly for types with such a conversion
operator.
For example,
struct foo
{
operator int&();
};
returns false_type.
Attached a patch that fixes this problem.
http://llvm.org/bugs/show_bug.cgi?id=13601
llvm-svn: 162644
Diffstat (limited to 'lldb/scripts/Python/interface/SBModule.i')
0 files changed, 0 insertions, 0 deletions
