Re: [Boost-bugs] [Boost C++ Libraries] #8458: -DBOOST_THREAD_DONT_USE_CHRONO in thread.obj.rsp but not explicitly set

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8458: -DBOOST_THREAD_DONT_USE_CHRONO in thread.obj.rsp but not explicitly set
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-04-18 22:07:19


#8458: -DBOOST_THREAD_DONT_USE_CHRONO in thread.obj.rsp but not explicitly set
------------------------------------+---------------------------------------
  Reporter: lukeocamden@… | Owner: viboes
      Type: Bugs | Status: assigned
 Milestone: To Be Determined | Component: thread
   Version: Boost 1.53.0 | Severity: Problem
Resolution: | Keywords:
------------------------------------+---------------------------------------

Comment (by viboes):

 Replying to [comment:3 anonymous]:
> Replying to [comment:1 viboes]:
> > Are you sure you are using 1.53? Where do you see that
> >
> >
> > {{{
> > boost::thread::try_join_until(const
 chrono::time_point<chrono::system_clock, chrono::nanoseconds>&);
> > }}}
> >
> >
> > is declared with dllimport?
>
> It's implicitly dllexport/dllimport because the whole class
 boost::thread is declared so via BOOST_THREAD_DECL.

 Thanks for clarification. I don't know how to use msvc import/export
 correctly.
 Could I remove the BOOST_THREAD_DECL on the class thread declaration and
 add it to the functions that are really exported?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8458#comment:4>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:12 UTC