Opened 7 years ago

Closed 7 years ago

#751 closed bug (not a bug)

CanonicalForm in factory fails to process as stream

Reported by: anonymous Owned by: somebody
Priority: dontKnow Milestone: 4-1-0 and higher
Component: dontKnow Version: 4-0-3
Keywords: Cc:

Description

Trying to compile the example application.cc in factory will result in a "<<" operator not supported error.


error: no match for ‘operator>>’ (operand types are ‘std::istream {aka std::basic_istream<char>}’ and ‘CanonicalForm?’)

cin >> f;


During configuration I saw that it uses iostream for output.

Change History (1)

comment:1 Changed 7 years ago by hannes

Resolution: not a bug
Status: newclosed

Stream I/O is there, but usually disabled: configure factory with:

./configure --enable-streamio --without-Singular ....

to activate it.

Note: See TracTickets for help on using tickets.