Entire project recompiles when including the multi index container in VS2005

Hi All, When i include the following header files in one of the header files in my project, even without any other code changes, my project recompiles entirely every build i perform (instead of just modified cpp files) even if no change was done at all. I am working with visual studio 2005, project is compiled without CLR support. #include <boost/multi_index_container.hpp> #include <boost/multi_index/ordered_index.hpp> #include <boost/pool/pool_alloc.hpp> I also include the <boost/multi_index/member.hpp> header however it does not cause the problem, only one of the three above, and seperatly as well. Any ideas? Thanks in advance, Avi Revivo -- View this message in context: http://www.nabble.com/Entire-project-recompiles-when-including-the-multi-ind... Sent from the Boost - Dev mailing list archive at Nabble.com.

----- Mensaje original ----- De: Avi Revivo <revivoavi@hotmail.com> Fecha: Domingo, Noviembre 4, 2007 7:15 pm Asunto: [boost] Entire project recompiles when including the multi index container in VS2005 Para: boost@lists.boost.org
Hi All,
When i include the following header files in one of the header files in my project, even without any other code changes, my project recompiles entirely every build i perform (instead of just modified cpp files) even if no change was done at all[...]
Please examine the "modified" attributes of the files in your local boost directory. Does any one of them have a last modification date lying in the *future*? That could explain the behavior. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

Indeed that was the problem! Many thanks! Avi Joaquín Mª López Muñoz wrote:
----- Mensaje original ----- De: Avi Revivo <revivoavi@hotmail.com> Fecha: Domingo, Noviembre 4, 2007 7:15 pm Asunto: [boost] Entire project recompiles when including the multi index container in VS2005 Para: boost@lists.boost.org
Hi All,
When i include the following header files in one of the header files in my project, even without any other code changes, my project recompiles entirely every build i perform (instead of just modified cpp files) even if no change was done at all[...]
Please examine the "modified" attributes of the files in your local boost directory. Does any one of them have a last modification date lying in the *future*? That could explain the behavior.
Joaquín M López Muñoz Telefónica, Investigación y Desarrollo _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- View this message in context: http://www.nabble.com/Entire-project-recompiles-when-including-the-multi-ind... Sent from the Boost - Dev mailing list archive at Nabble.com.
participants (2)
-
"JOAQUIN LOPEZ MU?Z"
-
Avi Revivo