Boost logo

Boost :

From: Gordon Smith (schmoo2k_at_[hidden])
Date: 2005-05-09 08:48:54


I reported it, but they dismissed it as it works with 1.32 (I was working
with head).

The application was new and only contained the stdafx.h and a "main" -
nothing to delete. I will be reopening once I confirm it is still an issue
with the latest and greatest.

Gordon.

"JOAQUIN LOPEZ MU?Z" <joaquin_at_[hidden]> wrote in message
news:ba137bb80d.bb80dba137_at_tid.es...

----- Mensaje original -----
De: Gordon Smith <schmoo2k_at_[hidden]>
Fecha: Viernes, Abril 22, 2005 5:43 pm
Asunto: [boost] Visual Studio 2005 Beta 2 + Multi Index

> The following stdafx.h for a vanilla console app kills the beta 2
> compiler
> (I think it creates a corrupt PCH file):
>
> #pragma once
>
> #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from
> Windows
> headers
> #include <windows.h>
> #include <tchar.h>
>
> // BOOST ---
> #include <boost/multi_index/sequenced_index.hpp>
> #include <boost/multi_index/ordered_index.hpp>
>

Hi Gordon, excuse my late answering, somehow I just didn't see
your post amidst the current flow of messages.

Did this work for MSVC 8.0 beta 1? I'm afraid I cannot help
much here except suggest that you try to report this to
the MSVC dev team:

http://lab.msdn.microsoft.com/productfeedback/

Also, please try deleting all intermediate files before
doing a fresh compile --this is sometimes helpful specially
in regard to PCHs. If you make any progress or need some
help please keep me informed.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo

_______________________________________________
Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk