Boost logo

Boost :

Subject: Re: [boost] linker error in 1.66 rc1 (regression from 1.65.1)
From: Mark Incley (mark.incley_at_[hidden])
Date: 2017-12-13 08:11:58


Try again with a different browser!

Minimal test case

#include "boost\chrono.hpp"
#include "boost\timer\timer.hpp"

int main()
{
    auto now = boost::chrono::steady_clock::now();
    boost::timer::cpu_timer cput;
    return 0;
}

--
Sent from: http://boost.2283326.n4.nabble.com/Boost-Dev-f2600599.html

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