// (C) Copyright Michael Glassford 2004.// (C) Copyright 2007 Anthony Williams// Use, modification and distribution are subject to the// Boost Software License, Version 1.0. (See accompanying file// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)#include <boost/thread/detail/config.hpp>#if defined(BOOST_THREAD_WIN32) && (defined(BOOST_THREAD_BUILD_LIB) || defined(BOOST_THREAD_TEST) || defined(UNDER_CE)) && (!defined(_MSC_VER) || defined(UNDER_CE))namespace boost{/*This file is a "null" implementation of tss cleanup; it'spurpose is to to eliminate link errors in caseswhere it is known that tss cleanup is not needed.*/void tss_cleanup_implemented(void){/*This function's sole purpose is to cause a link error in cases whereautomatic tss cleanup is not implemented by Boost.Threads as areminder that user code is responsible for calling the necessaryfunctions at the appropriate times (and for implementing an atss_cleanup_implemented() function to eliminate the linker'smissing symbol error).If Boost.Threads later implements automatic tss cleanup in caseswhere it currently doesn't (which is the plan), the duplicatesymbol error will warn the user that their custom solution is nolonger needed and can be removed.*/}}#endif //defined(BOOST_THREAD_WIN32) && defined(BOOST_THREAD_BUILD_LIB) && !defined(_MSC_VER)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。