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.
Note: See
TracTickets for help on using
tickets.
Stream I/O is there, but usually disabled: configure factory with:
to activate it.