$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost::mpl -- compiler running out of memory
From: Peter Foelsche (foelsche_at_[hidden])
Date: 2010-12-30 18:35:56
I've some code, which is extensively using boost::mpl.
It does not compile with g++ 4.5 or Visual C++ 2010 within 8GB of RAM
-- always runs out of memory or runs into swapping (of course 64bit
compiler).
Is there any way to find out, how I can change this code to avoid needing so
much memory?