$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Emmas (john_at_[hidden])
Date: 2021-08-16 16:08:48
On 16/08/2021 17:01, Edward Diener via Boost-users wrote:
> #include "boost/rational.hpp"
>
> int main()
> {
> return 0;
> }
>
> The above code compiled against VS2019 gives no errors.
>
Many thanks Edward - it must be something in my preprocessor
directives. I'll dig a bit deeper tomorrow,
John