$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Matt Wharton (matt.wharton_at_[hidden])
Date: 2008-02-12 18:51:27
Greetings,
So, I appear to have hit a stumbling block with GCC 3.2 and
Boost.Interprocess (the latest from the release branch which I _believe_ to
be the latest 1.35). Specifically, when I try to build the following code,
I get numerous compilation errors (they appear to be template related).
----------------------
#include <boost/interprocess/managed_shared_memory.hpp>
int main()
{
return 0;
}
-------------------------
Is there any way to get this work under my older GCC version or am I out of
luck? Thanks in advance!
-Matt