mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-18 05:31:11 -05:00
COMP: Disable function call with function return test for HP until it is implemented.
This commit is contained in:
@@ -115,12 +115,14 @@ int testAutoPtr(int, char*[])
|
||||
"auto_ptr did not release ownership to called function");
|
||||
}
|
||||
|
||||
#if !defined(__HP_aCC)
|
||||
{
|
||||
int received = function_call(generate_auto_ptr_A());
|
||||
ASSERT(received,
|
||||
"auto_ptr in called function did not take ownership "
|
||||
"from factory function");
|
||||
}
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
// Is this allowed by the standard?
|
||||
|
||||
Reference in New Issue
Block a user