-
Tor Didriksen authored
The build fails in optimized mode on intel solaris. The reason is that gcc runs out memory. Split complex templates in two: declaration in one file, implementation with explicit instantiation in another. This avoids inlining, and out-of-memory problems.
Tor Didriksen authoredThe build fails in optimized mode on intel solaris. The reason is that gcc runs out memory. Split complex templates in two: declaration in one file, implementation with explicit instantiation in another. This avoids inlining, and out-of-memory problems.
Loading