$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [config] platform macro
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-02-25 04:31:33
>What is the platform macro if boost is built on a win64 machine?
>I'm currently using this to detect the platform and selectively include
>files/file content and need to build on a win64 box.
What's wrong with good old _WIN64 ?
Otherwise we have BOOST_WINDOWS when being built on some generic Win32/64
platform.
HTH, John.