$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] new libaray Boost.Fiber in vault
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-11-02 18:43:20
k-oli_at_[hidden] wrote:
> So it is less portable - on LINUX amd64 I get compiler errors (assembler code
> doesn't compile).
> What about HP/UX PA-RISC and Itanium etc.?
Well obviously, it would fall back to makecontext/swapcontext on POSIX
and fibers on win32...