re PR c++/10245 (?: operator requires public copy constructor of return type)
authorJason Merrill <jason@redhat.com>
Sat, 29 Mar 2003 00:49:34 +0000 (19:49 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 29 Mar 2003 00:49:34 +0000 (19:49 -0500)
commitf7b9026e22187c0467cfbb7822790ed81ec8b46c
tree1304860ebc6fe0830fc1d69b036fc4fc938d368d
parentf7b4bc4d8fa2bd6786771f6189261cad73957220
re PR c++/10245 (?: operator requires public copy constructor of return type)

        PR c++/10245
        * cvt.c (force_rvalue): New fn.
        * call.c (build_conditional_expr): Use it.
        * cp-tree.h: Declare it.

From-SVN: r65005
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.h
gcc/cp/cvt.c