What steps will reproduce the problem?
1.Create a step writer.
2. check the .ifc file after the header there is unexpected number "16"
stream << std::ios::showpoint; // This will print out the value of the enum
which happens to be "16"
should be
stream << std::setiosflags(std::ios::showpoint)
Original issue reported on code.google.com by sajlo...@gmail.com on 17 Dec 2014 at 12:46
Original issue reported on code.google.com by
sajlo...@gmail.com
on 17 Dec 2014 at 12:46