[
https://issues.apache.org/jira/browse/STDCXX-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593422#action_12593422
]
Travis Vitek commented on STDCXX-679:
-------------------------------------
This issue was filed with IBM as [PMR
34895,756,000|http://www-1.ibm.com/support/docview.wss?rs=2239&uid=swg1IZ14728].
I just received the following...
{noformat}
Nim Li wrote:
Hello,
The XL C/C++ for AIX, V9 PTF is now available in:
http://www-1.ibm.com/support/docview.wss?uid=swg24019055
Please install the PTF and confirm it solves your issue.
Thank you!
Nim Li
XL C/C++ and Fortran Support
IBM Toronto Software Lab
{noformat}
> [XLC++ 9.0/AIX] failure to apply template conversion operator
> -------------------------------------------------------------
>
> Key: STDCXX-679
> URL: https://issues.apache.org/jira/browse/STDCXX-679
> Project: C++ Standard Library
> Issue Type: Bug
> Components: External
> Environment: XLC++/AIX
> Reporter: Travis Vitek
>
> {noformat}
> $ cat t.cpp && xlC -c t.cpp
> struct A
> {
> template <class T>
> operator T& ();
> };
> int main ()
> {
> A a;
> (int)a;
> return 0;
> }
> "t.cpp", line 11.10: 1540-0216 (S) An expression of type "A" cannot be
> converted to type "int".
> $
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.