id summary reporter owner description type status milestone component version severity resolution keywords cc 4316 gcc 4.4 warning: get_id() redeclared without dllimport attribute: previous dllimport ignored viboes Anthony Williams "The following warning appears on gcc4.4 mingw: gcc.compile.c++ ..\..\..\bin.v2\libs\thread\test\test_thread_id.test\gcc-mingw-4.4.0\debug\threading-multi\test_thread_id.o In file included from ..\..\../boost/thread/thread.hpp:22, from test_thread_id.cpp:5: ..\..\../boost/thread/detail/thread.hpp:399: warning: 'boost::thread::id boost::this_thread::get_id()' redeclared without dllimport attribute: previous dllimport ignored Given the declaration thread::id BOOST_THREAD_DECL get_id(); Shouldn't the friend declaration be declared as friend id BOOST_THREAD_DECL this_thread::get_id(); ? " Patches closed Boost 1.43.0 thread Boost 1.44.0 Cosmetic fixed