id summary reporter owner description type status milestone component version severity resolution keywords cc 12738 Invalid include of no_exceptions_support.hpp in boost/move/algorithm.hpp. ashapiro@… Ion Gaztañaga "The file boost/move/algorithm.hpp contains the following include statement, last modified in commit : {{{ #include }}} This file appears to have been moved from the _detail_ module to the _core_ module in 6/2014 in _core_ commit 60c9a35d8 (_detail_ commit 099854de). In the Ubuntu apt install of Boost, copies of no_exceptions_support.hpp exist in both /usr/include/boost/core and /usr/include/boost/detail. This is not the case, however, when cloning from git repos, and doesn't appear to have been the case for 2 years now. I'm not sure when the copied file workaround got made, but apparently the proper fix was never propagated back to the repo? In my case it, causes bcp to silently fail to copy that file when extracting Boost.Circular Buffer, resulting in a compilation failure in my codebase. I'm not sure why bcp doesn't issue a warning that the file doesn't exist." Bugs new To Be Determined move Boost Development Trunk Showstopper