id summary reporter owner description type status milestone component version severity resolution keywords cc 10158 Boost.Log: Linker error with MSVC14 marci_r@… Andrey Semashev "MSVC14 has a completely refactored CRT: http://blogs.msdn.com/b/vcblog/archive/2014/06/10/the-great-crt-refactoring.aspx Trying to compile Boost.Log with it gives a linker error because there is no function {{{_getptd}}} (referenced in src\unhandled_exception_count.cpp). The function is now called {{{__vcrt_getptd}}}. It returns a pointer to a new struct {{{__vcrt_ptd}}}. The part before {{{_NLG_dwCode}}} from the old struct {{{_tiddata}}} is missing, apart from that it looks the same. See VC\crt\src\vcruntime\vcruntime_internal.h in the MSVC14 directory." Bugs closed To Be Determined log Boost Development Trunk Problem fixed marci_r@…