https://github.com/root-project/root
Raw File
Tip revision: 708d2fe5bc0233e86cd484156edfd46bd399af4b authored by Rene Brun on 27 August 2008, 14:30:46 UTC
Tagging dev version 5.21/02
Tip revision: 708d2fe
_multimap
/* -*- C++ -*- */
/*************************************************************************
 * Copyright(c) 1995~2005  Masaharu Goto (cint@pcroot.cern.ch)
 *
 * For the licensing terms see the file COPYING
 *
 ************************************************************************/
#if !defined(G__MULTIMAP_DLL) && !defined(G__NOCINTDLL)
//#pragma include_noerr <pair.dll> 
#pragma include_noerr <multimap.dll>
#pragma include_noerr <multimap2.dll>
#endif

#ifdef __MAKECINT__
#include <prec_stl/multimap>
#else
#include <_multimap.h>
#endif
back to top