Files
ResInsight/ApplicationLibCode/FileInterface
Magne Sjaastad ef637e3053 Move stream operator from AppEnum header
This PR will reduce the compile time of code using AppEnum. 

* AppEnum: Move QTextStream operator to avoid include of QTextStream
* Avoid use of iostream in cafAssert
rator to avoid include of QTextStream

Include file profiling shows that include of QTextStream is a performance issue. Create a non-templated base class for AppEnum. Implement the QTextStream operator for this interface.
2024-03-25 15:14:04 +01:00
..
2023-10-03 09:04:08 +02:00
2023-09-04 10:08:30 +02:00
2023-11-06 15:20:47 +01:00
2023-09-04 10:08:30 +02:00
2023-09-04 10:08:30 +02:00
2023-10-03 09:04:08 +02:00
2023-04-23 08:10:28 +02:00
2024-03-13 08:51:01 +01:00