Skip to content
Snippets Groups Projects
Commit a3058d20 authored by Axel Naumann's avatar Axel Naumann
Browse files

C++ and CINT disagree on the header for multimap/set.

git-svn-id: http://root.cern.ch/svn/root/trunk@42043 27541ba8-7e3a-0410-8455-c3a389f83636
parent 2149eba0
Branches
Tags
No related merge requests found
#ifdef __CINT__
#include <multimap>
#else
#include <map>
#endif
#include <string>
#ifndef __hpux
using namespace std;
......
#ifdef __CINT__
#include <multimap>
#else
#include <map>
#endif
#include <string>
#ifndef __hpux
using namespace std;
......
#ifdef __CINT__
#include <multiset>
#else
#include <set>
#endif
#include <string>
#ifndef __hpux
using namespace std;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment