$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Becoming Maintainer of the Iterator Library
From: Benedek Thaler (thalerbenedek_at_[hidden])
Date: 2015-12-19 13:01:49
>
> I do have some concern about compiling on various versions of Windows/OSX
> though. I have a Windows 8.1 machine and could obviously use Visual Studio,
> but I'm not too sure about verification of older Windows/OSX versions. On
> Linux I can certainly create VMs for various distros. If anyone has some
> best practices or advice about handling different OS distros/versions, that
> would be great.
>
>
Travis has Linux/OSX support (no windows I'm aware of). For example,
Boost.Hana has a quite detailed travis build file:
https://github.com/boostorg/hana/blob/master/.travis.yml
Benedek