Subject: [Boost-bugs] [Boost C++ Libraries] #1713: no definitions for copy ctor and assignment operator for basic_condition_variable
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-03-24 23:06:35
#1713: no definitions for copy ctor and assignment operator for
basic_condition_variable
-------------------------------------------------------------+--------------
Reporter: dthomas_at_[hidden] | Owner: anthonyw
Type: Bugs | Status: new
Milestone: Boost 1.35.0 | Component: threads
Version: Boost Development Trunk | Severity: Problem
Keywords: thread basic_condition_variable ctor assignment |
-------------------------------------------------------------+--------------
In a MSVC 9.0 project of ours, linker errors regarding missing definitions
for
boost::detail::basic_condition_variable::basic_condition_variable(const
basic_condition_variable& other) and
boost::detail::basic_condition_variable::operator=(const
basic_condition_variable& other).
Either there needs to be definitions for these member functions or there
declarations need to be in a private scope of the class. Not having
checked the documentation (if any) for proper usage, I tried with putting
them in a private scope, resulting in a successful build.
The specific file is boost/thread/win32/basic_condition_variable.hpp. I
have not checked the other basic_condition_variable.hpp files.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1713>
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:49:57 UTC