$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-09-17 12:17:40
Larry Evans wrote:
> On 09/16/07 16:56, Achilleas Margaritis wrote:
>> Dear boost developers,
>>
>> You can find a new version of my portable precise C++ garbage
>> collector in vault/memory.
>>
> The file:
>
> src/cppgc.cpp
>
> contains:
>
> void __fastcall _gc_traits::scan(register void *ptr) {
>
> is __fastcall portable?
No it's an MSVC'ism.
John.