Boost logo

Boost :

From: Gordon Smith (schmoo2k_at_[hidden])
Date: 2005-04-22 10:43:30


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>


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