Boost C++ Libraries: Ticket #1713: no definitions for copy ctor and assignment operator for basic_condition_variable https://svn.boost.org/trac10/ticket/1713 <p> 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&amp; other) and boost::detail::basic_condition_variable::operator=(const basic_condition_variable&amp; other). </p> <p> 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. </p> <p> The specific file is boost/thread/win32/basic_condition_variable.hpp. I have not checked the other basic_condition_variable.hpp files. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1713 Trac 1.4.3 Anthony Williams Tue, 15 Apr 2008 13:38:51 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1713#comment:1 https://svn.boost.org/trac10/ticket/1713#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket dthomas@… Wed, 16 Apr 2008 16:22:57 GMT <link>https://svn.boost.org/trac10/ticket/1713#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1713#comment:2</guid> <description> <p> If the milestone is correctly stated above, then this comment is irrelevant; but as of 1.35.0 release, this has not been fixed. </p> </description> <category>Ticket</category> </item> </channel> </rss>