$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost::disable_interruption problem
From: Mohammad Daei (modaei_at_[hidden])
Date: 2013-05-07 06:52:25
Hi. I'm trying to use boost package in Eclipse platform. In this line of
code:
boost::this_thread::disable_interruption di;
Although boost-1.41.0-17 is installed and I have included boost/thread.hpp
in the code, I receive the this error:
undefined reference to
'boost::this_thread::disable_interruption::disable_interruption()
I'm using CentOS 6 and gcc compiler. Anyone knows what's causing this
problem?