Boost logo

Boost :

Subject: Re: [boost] NuDB: A fast key/value insert-only database for SSD drives in C++11
From: Peter Dimov (lists_at_[hidden])
Date: 2017-03-27 15:57:02


Vinnie Falco wrote:
> Could I trouble you (or anyone) to submit a tiny patch to fix this issue?
> I'm not fluent in Travis:
> https://github.com/vinniefalco/NuDB/issues/52
>
> I have no idea why Travis is using gcc4.6.3 even though the .yml file asks
> for gcc5:

The .yml file only installs gcc5, it doesn't ask for it. The default gcc/g++
is still the same (4.6). gcc5 is gcc-5/g++-5. I don't know how this needs to
be passed to cmake, presumably by setting CC/CXX?


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk