Skip to content
Snippets Groups Projects
Commit f4ce1207 authored by Rene Brun's avatar Rene Brun
Browse files

From Philippe,

Hopefully a final fix from Philippe for the G__Base3.cxx problem with std::pair


git-svn-id: http://root.cern.ch/svn/root/trunk@8379 27541ba8-7e3a-0410-8455-c3a389f83636
parent e43be60c
No related branches found
No related tags found
No related merge requests found
/* @(#)root/base:$Name: $:$Id: LinkDef3.h,v 1.12 2003/08/06 23:39:32 rdm Exp $ */
/* @(#)root/base:$Name: $:$Id: LinkDef3.h,v 1.13 2004/03/11 06:17:43 brun Exp $ */
/*************************************************************************
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
......@@ -162,7 +162,7 @@
// inside the cintdlls.
#pragma extra_include "string";
// insure using namespace std and declaration of std::pair
#pragma extra_include "Riostream.h";
#pragma extra_include "Rpair.h";
#include <utility>
#pragma link C++ class std::pair<char*,int>+;
......
// @(#)root/base:$Name: $:$Id: Rpair.h,v 1.3 2003/04/14 14:13:19 rdm Exp $
// Author: Philippe Canal 12/3/04
/*************************************************************************
* Copyright (C) 1995-2004, Rene Brun, Fons Rademakers, and al. *
* All rights reserved. *
* *
* For the licensing terms see $ROOTSYS/LICENSE. *
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/
#ifndef ROOT_Rpair
#define ROOT_Rpair
#include <utility>
namespace std {}
using namespace std;
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment