<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Thomas,<br><br>Try using Geant4.10.01, sans patch. Get it here: <a href="http://geant4.cern.ch/support/source/geant4.10.01.tar.gz" target="_blank">http://geant4.cern.ch/support/source/geant4.10.01.tar.gz</a><br><br>Cheers,<br>Brent<br><div><br>> Date: Tue, 28 Apr 2015 13:12:59 +0000<br>> From: Thomas Andersen <thomasand3rsen@gmail.com><br>> To: gate-users@lists.opengatecollaboration.org<br>> Subject: [Gate-users] Make error of opengate-public<br>> Message-ID:<br>>        <CAEonqCc_eGsemB-GQrdoz7dkQ=7q-oVskcufM8pi8z6PdWQuoQ@mail.gmail.com><br>> Content-Type: text/plain; charset="utf-8"<br>> <br>> Hi all,<br>> <br>> I'm currently trying to compile and install GATE on my Ubuntu 14.04.2 LTS<br>> computer. I have succesfully compiled and installed Geant4.10.02.p01 using<br>> ccmake and downloaded the ROOT 6.02.08 binary for Ubuntu and added the<br>> installation directory to $PATH. The installation seems to work. At least I<br>> can run the tutorials.<br>> For the installation of GATE i have cloned the opengate-public repository<br>> using git and again used ccmake to manage the build process. However, when<br>> I run "make -j8" in the terminal window it outputs a lot of errors and stop<br>> the make process. I have attached the terminal output (rather lengthy, I<br>> know!) to this mail.<br>> Has anybody experienced similar problems or have an idea of whats going on?<br>> <br>> Any help is appreciated!<br>> Kind regards,<br>> Thomas<br>> University Hospital of Odense<br>> -------------- next part --------------<br>> An HTML attachment was scrubbed...<br>> URL: <http://lists.opengatecollaboration.org/mailman/private/gate-users/attachments/20150428/f2ecee05/attachment.html><br>> -------------- next part --------------<br>> [  2%] Built target itkzlib<br>> [  9%] Built target GateExampleData<br>> [ 13%] Built target MetaIO<br>> [ 13%] [ 13%] [ 13%] [ 13%] [ 13%] Building CXX object CMakeFiles/Gate.dir/Gate.cc.o<br>> [ 13%] Building CXX object CMakeFiles/Gate.dir/source/arf/src/GateARFDataToRoot.cc.o<br>> Building CXX object CMakeFiles/Gate.dir/source/arf/src/GateARFSD.cc.o<br>> Building CXX object CMakeFiles/Gate.dir/source/arf/src/GateARFTable.cc.o<br>> Building CXX object CMakeFiles/Gate.dir/source/arf/src/GateARFSDMessenger.cc.o<br>> [ 14%] Building CXX object CMakeFiles/Gate.dir/source/arf/src/GateARFTableMgr.cc.o<br>> Building CXX object CMakeFiles/Gate.dir/source/arf/src/GateARFDataToRootMessenger.cc.o<br>> [ 14%] Building CXX object CMakeFiles/Gate.dir/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc.o<br>> In file included from /usr/include/c++/4.8/atomic:38:0,<br>>                  from /opt/root-6.02.08/include/Rtypes.h:37,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /usr/include/c++/4.8/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.<br>>  #error This file requires compiler and library support for the \<br>>   ^<br>> In file included from /opt/root-6.02.08/include/TObject.h:34:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TStorage,0)  //Storage manager class<br>>                        ^<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TNamed.h:26:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TObject,1)  //Basic ROOT object<br>>                       ^<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TObject.h:232:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TBuffer,0)  //Buffer base class used for serializing objects<br>>                       ^<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TNamed.h:29:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TString,2)  //Basic string class<br>>                       ^<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:25:0,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TNamed,1)  //The basis for a named object (name, title)<br>>                      ^<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TCollection.h:30:0,<br>>                  from /opt/root-6.02.08/include/TSeqCollection.h:26,<br>>                  from /opt/root-6.02.08/include/TList.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TIterator,0)  //Iterator abstract base class<br>>                         ^<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TSeqCollection.h:26:0,<br>>                  from /opt/root-6.02.08/include/TList.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TCollection,3)  //Collection abstract base class<br>>                           ^<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TIter,0)  //Iterator wrapper<br>>                     ^<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TList.h:26:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TSeqCollection,0)  //Sequenceable collection ABC<br>>                              ^<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:31:0,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDatime,1)  //Date and time 950130 124559<br>>                       ^<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:34:0,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TUUID,1)  // Universally Unique IDentifier<br>>                     ^<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TROOT.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDirectory,5)  //Describe directory structure in memory<br>>                          ^<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TROOT,0)  //Top level (or root) structure for all classes<br>>                     ^<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:26:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDirectoryFile,5)  //Describe directory structure in a ROOT file<br>>                              ^<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TMap.h:32:0,<br>>                  from /opt/root-6.02.08/include/TFile.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(THashTable,0)  //A hash table<br>>                          ^<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(THashTableIter,0)  //Hash table iterator<br>>                              ^<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TMap,3)  //A (key,value) map<br>>                    ^<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TPair,0); // Pair TObject*, TObject*<br>>                     ^<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TMapIter,0)  //Map iterator<br>>                        ^<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:32:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TUrl,1)  //Represents an URL<br>>                    ^<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:21:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TFile,8)  //ROOT file<br>>                     ^<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TBranch.h:36:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:30,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttFill,1)  //Fill area attributes<br>>                        ^<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDataType.h:26:0,<br>>                  from /opt/root-6.02.08/include/TBranch.h:40,<br>>                  from /opt/root-6.02.08/include/TTree.h:30,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDictionary,2)  //Interface to dictionary<br>>                           ^<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TBranch.h:40:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:30,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDataType,2)  //Basic data type descriptor<br>>                         ^<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:30:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TBranch,12);  //Branch descriptor<br>>                        ^<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:38:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttLine,1);  //Line attributes<br>>                        ^<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:46:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttMarker,2);  //Marker attributes<br>>                          ^<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TArrayD.h:25:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:50,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArray,1)  //Abstract array base class<br>>                      ^<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:50:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayD,1)  //Array of doubles<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:54:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayI,1)  //Array of ints<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TClass.h:34:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:62,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TObjString,1)  //Collectable string class<br>>                          ^<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TClass,0)  //Dictionary containing class information<br>>                      ^<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:66:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TVirtualTreePlayer,0);  //Abstract interface for Tree players<br>>                                  ^<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TTree,19)  //Tree descriptor (the main ROOT I/O class)<br>>                      ^<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TTreeFriendLeafIter,0)  //Linked list iterator<br>>                                   ^<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TAxis.h:28:0,<br>>                  from /opt/root-6.02.08/include/TH1.h:25,<br>>                  from /opt/root-6.02.08/include/TH2.h:25,<br>>                  from /opt/root-6.02.08/include/TH2D.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:29:<br>> /opt/root-6.02.08/include/TAttAxis.h:77:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttAxis,4);  //Axis attributes<br>>                        ^<br>> /opt/root-6.02.08/include/TAttAxis.h:77:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttAxis.h:77:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:25:0,<br>>                  from /opt/root-6.02.08/include/TH2.h:25,<br>>                  from /opt/root-6.02.08/include/TH2D.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:29:<br>> /opt/root-6.02.08/include/TAxis.h:167:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAxis,9)  //Axis class<br>>                     ^<br>> /opt/root-6.02.08/include/TAxis.h:167:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAxis.h:167:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:41:0,<br>>                  from /opt/root-6.02.08/include/TH2.h:25,<br>>                  from /opt/root-6.02.08/include/TH2D.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:29:<br>> /opt/root-6.02.08/include/TArrayC.h:56:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayC,1)  //Array of chars<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayC.h:56:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayC.h:56:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:44:0,<br>>                  from /opt/root-6.02.08/include/TH2.h:25,<br>>                  from /opt/root-6.02.08/include/TH2D.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:29:<br>> /opt/root-6.02.08/include/TArrayS.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayS,1)  //Array of shorts<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayS.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayS.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:50:0,<br>>                  from /opt/root-6.02.08/include/TH2.h:25,<br>>                  from /opt/root-6.02.08/include/TH2D.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:29:<br>> /opt/root-6.02.08/include/TArrayF.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayF,1)  //Array of floats<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayF.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayF.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:65:0,<br>>                  from /opt/root-6.02.08/include/TH2.h:25,<br>>                  from /opt/root-6.02.08/include/TH2D.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:29:<br>> /opt/root-6.02.08/include/TFitResultPtr.h:57:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TFitResultPtr,1)  //indirection to TFitResult<br>>                             ^<br>> /opt/root-6.02.08/include/TFitResultPtr.h:57:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TFitResultPtr.h:57:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH2.h:25:0,<br>>                  from /opt/root-6.02.08/include/TH2D.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:29:<br>> /opt/root-6.02.08/include/TH1.h:432:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1,7)  //1-Dim histogram base class<br>>                   ^<br>> /opt/root-6.02.08/include/TH1.h:432:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:432:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:459:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1C,1)  //1-Dim histograms (one char per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:459:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:459:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:500:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1S,1)  //1-Dim histograms (one short per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:500:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:500:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:541:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1I,1)  //1-Dim histograms (one 32 bits integer per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:541:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:541:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:584:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1F,1)  //1-Dim histograms (one float per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:584:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:584:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:627:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1D,1)  //1-Dim histograms (one double per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:627:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:627:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH2D.h:25:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:29:<br>> /opt/root-6.02.08/include/TH2.h:133:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2,4)  //2-Dim histogram base class<br>>                   ^<br>> /opt/root-6.02.08/include/TH2.h:133:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:133:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:172:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2C,3)  //2-Dim histograms (one char per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:172:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:172:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:211:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2S,3)  //2-Dim histograms (one short per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:211:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:211:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:250:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2I,3)  //2-Dim histograms (one 32 bits integer per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:250:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:250:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:291:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2F,3)  //2-Dim histograms (one float per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:291:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:291:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:332:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2D,3)  //2-Dim histograms (one double per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:332:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:332:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /usr/include/c++/4.8/atomic:38:0,<br>>                  from /opt/root-6.02.08/include/Rtypes.h:37,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /usr/include/c++/4.8/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.<br>>  #error This file requires compiler and library support for the \<br>>   ^<br>> In file included from /opt/root-6.02.08/include/TObject.h:34:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TStorage,0)  //Storage manager class<br>>                        ^<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TNamed.h:26:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TObject,1)  //Basic ROOT object<br>>                       ^<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TObject.h:232:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TBuffer,0)  //Buffer base class used for serializing objects<br>>                       ^<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TNamed.h:29:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TString,2)  //Basic string class<br>>                       ^<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:25:0,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TNamed,1)  //The basis for a named object (name, title)<br>>                      ^<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TCollection.h:30:0,<br>>                  from /opt/root-6.02.08/include/TSeqCollection.h:26,<br>>                  from /opt/root-6.02.08/include/TList.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TIterator,0)  //Iterator abstract base class<br>>                         ^<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TSeqCollection.h:26:0,<br>>                  from /opt/root-6.02.08/include/TList.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TCollection,3)  //Collection abstract base class<br>>                           ^<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TIter,0)  //Iterator wrapper<br>>                     ^<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TList.h:26:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TSeqCollection,0)  //Sequenceable collection ABC<br>>                              ^<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:31:0,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDatime,1)  //Date and time 950130 124559<br>>                       ^<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:34:0,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TUUID,1)  // Universally Unique IDentifier<br>>                     ^<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TROOT.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDirectory,5)  //Describe directory structure in memory<br>>                          ^<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TROOT,0)  //Top level (or root) structure for all classes<br>>                     ^<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:26:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDirectoryFile,5)  //Describe directory structure in a ROOT file<br>>                              ^<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TMap.h:32:0,<br>>                  from /opt/root-6.02.08/include/TFile.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(THashTable,0)  //A hash table<br>>                          ^<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(THashTableIter,0)  //Hash table iterator<br>>                              ^<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TMap,3)  //A (key,value) map<br>>                    ^<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TPair,0); // Pair TObject*, TObject*<br>>                     ^<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TMapIter,0)  //Map iterator<br>>                        ^<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:32:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TUrl,1)  //Represents an URL<br>>                    ^<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:21:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TFile,8)  //ROOT file<br>>                     ^<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TBranch.h:36:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:30,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttFill,1)  //Fill area attributes<br>>                        ^<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDataType.h:26:0,<br>>                  from /opt/root-6.02.08/include/TBranch.h:40,<br>>                  from /opt/root-6.02.08/include/TTree.h:30,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDictionary,2)  //Interface to dictionary<br>>                           ^<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TBranch.h:40:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:30,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDataType,2)  //Basic data type descriptor<br>>                         ^<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:30:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TBranch,12);  //Branch descriptor<br>>                        ^<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:38:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttLine,1);  //Line attributes<br>>                        ^<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:46:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttMarker,2);  //Marker attributes<br>>                          ^<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TArrayD.h:25:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:50,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArray,1)  //Abstract array base class<br>>                      ^<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:50:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayD,1)  //Array of doubles<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:54:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayI,1)  //Array of ints<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TClass.h:34:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:62,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TObjString,1)  //Collectable string class<br>>                          ^<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TClass,0)  //Dictionary containing class information<br>>                      ^<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:66:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TVirtualTreePlayer,0);  //Abstract interface for Tree players<br>>                                  ^<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TTree,19)  //Tree descriptor (the main ROOT I/O class)<br>>                      ^<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TTreeFriendLeafIter,0)  //Linked list iterator<br>>                                   ^<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /usr/include/c++/4.8/atomic:38:0,<br>>                  from /opt/root-6.02.08/include/Rtypes.h:37,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /usr/include/c++/4.8/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.<br>>  #error This file requires compiler and library support for the \<br>>   ^<br>> In file included from /usr/include/c++/4.8/atomic:38:0,<br>>                  from /opt/root-6.02.08/include/Rtypes.h:37,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /usr/include/c++/4.8/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.<br>>  #error This file requires compiler and library support for the \<br>>   ^<br>> In file included from /opt/root-6.02.08/include/TObject.h:34:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TStorage,0)  //Storage manager class<br>>                        ^<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TObject.h:34:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TStorage,0)  //Storage manager class<br>>                        ^<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TNamed.h:26:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TObject,1)  //Basic ROOT object<br>>                       ^<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TNamed.h:26:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TObject,1)  //Basic ROOT object<br>>                       ^<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TObject.h:232:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TBuffer,0)  //Buffer base class used for serializing objects<br>>                       ^<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TObject.h:232:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TBuffer,0)  //Buffer base class used for serializing objects<br>>                       ^<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TNamed.h:29:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TString,2)  //Basic string class<br>>                       ^<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TNamed.h:29:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TString,2)  //Basic string class<br>>                       ^<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:25:0,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TNamed,1)  //The basis for a named object (name, title)<br>>                      ^<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TCollection.h:30:0,<br>>                  from /opt/root-6.02.08/include/TSeqCollection.h:26,<br>>                  from /opt/root-6.02.08/include/TList.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TIterator,0)  //Iterator abstract base class<br>>                         ^<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TSeqCollection.h:26:0,<br>>                  from /opt/root-6.02.08/include/TList.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TCollection,3)  //Collection abstract base class<br>>                           ^<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:25:0,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TNamed,1)  //The basis for a named object (name, title)<br>>                      ^<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TIter,0)  //Iterator wrapper<br>>                     ^<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TCollection.h:30:0,<br>>                  from /opt/root-6.02.08/include/TSeqCollection.h:26,<br>>                  from /opt/root-6.02.08/include/TList.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TIterator,0)  //Iterator abstract base class<br>>                         ^<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TList.h:26:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TSeqCollection,0)  //Sequenceable collection ABC<br>>                              ^<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TSeqCollection.h:26:0,<br>>                  from /opt/root-6.02.08/include/TList.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TCollection,3)  //Collection abstract base class<br>>                           ^<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TIter,0)  //Iterator wrapper<br>>                     ^<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TList.h:26:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TSeqCollection,0)  //Sequenceable collection ABC<br>>                              ^<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:31:0,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDatime,1)  //Date and time 950130 124559<br>>                       ^<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:34:0,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TUUID,1)  // Universally Unique IDentifier<br>>                     ^<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TROOT.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDirectory,5)  //Describe directory structure in memory<br>>                          ^<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:31:0,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDatime,1)  //Date and time 950130 124559<br>>                       ^<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /usr/include/c++/4.8/atomic:38:0,<br>>                  from /opt/root-6.02.08/include/Rtypes.h:37,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /usr/include/c++/4.8/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.<br>>  #error This file requires compiler and library support for the \<br>>   ^<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TROOT,0)  //Top level (or root) structure for all classes<br>>                     ^<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:26:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDirectoryFile,5)  //Describe directory structure in a ROOT file<br>>                              ^<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:34:0,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TUUID,1)  // Universally Unique IDentifier<br>>                     ^<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TMap.h:32:0,<br>>                  from /opt/root-6.02.08/include/TFile.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(THashTable,0)  //A hash table<br>>                          ^<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(THashTableIter,0)  //Hash table iterator<br>>                              ^<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TROOT.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDirectory,5)  //Describe directory structure in memory<br>>                          ^<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TMap,3)  //A (key,value) map<br>>                    ^<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TPair,0); // Pair TObject*, TObject*<br>>                     ^<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TMapIter,0)  //Map iterator<br>>                        ^<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:32:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TUrl,1)  //Represents an URL<br>>                    ^<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TROOT,0)  //Top level (or root) structure for all classes<br>>                     ^<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:26:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDirectoryFile,5)  //Describe directory structure in a ROOT file<br>>                              ^<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:20:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TFile,8)  //ROOT file<br>>                     ^<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TMap.h:32:0,<br>>                  from /opt/root-6.02.08/include/TFile.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(THashTable,0)  //A hash table<br>>                          ^<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TObject.h:34:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TStorage,0)  //Storage manager class<br>>                        ^<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(THashTableIter,0)  //Hash table iterator<br>>                              ^<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TMap,3)  //A (key,value) map<br>>                    ^<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TPair,0); // Pair TObject*, TObject*<br>>                     ^<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TNamed.h:26:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TObject,1)  //Basic ROOT object<br>>                       ^<br>> In file included from /usr/include/c++/4.8/atomic:38:0,<br>>                  from /opt/root-6.02.08/include/Rtypes.h:37,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /usr/include/c++/4.8/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.<br>>  #error This file requires compiler and library support for the \<br>>   ^<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TMapIter,0)  //Map iterator<br>>                        ^<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TBranch.h:36:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:30,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttFill,1)  //Fill area attributes<br>>                        ^<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:32:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TUrl,1)  //Represents an URL<br>>                    ^<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDataType.h:26:0,<br>>                  from /opt/root-6.02.08/include/TBranch.h:40,<br>>                  from /opt/root-6.02.08/include/TTree.h:30,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDictionary,2)  //Interface to dictionary<br>>                           ^<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TBranch.h:40:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:30,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDataType,2)  //Basic data type descriptor<br>>                         ^<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TObject.h:232:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TBuffer,0)  //Buffer base class used for serializing objects<br>>                       ^<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:20:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TFile,8)  //ROOT file<br>>                     ^<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:30:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TBranch,12);  //Branch descriptor<br>>                        ^<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:38:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttLine,1);  //Line attributes<br>>                        ^<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TAxis.h:28:0,<br>>                  from /opt/root-6.02.08/include/TH1.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TAttAxis.h:77:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttAxis,4);  //Axis attributes<br>>                        ^<br>> /opt/root-6.02.08/include/TAttAxis.h:77:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttAxis.h:77:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:46:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttMarker,2);  //Marker attributes<br>>                          ^<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TArrayD.h:25:0,<br>>                  from /opt/root-6.02.08/include/TAxis.h:31,<br>>                  from /opt/root-6.02.08/include/TH1.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArray,1)  //Abstract array base class<br>>                      ^<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TArrayD.h:25:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:50,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArray,1)  //Abstract array base class<br>>                      ^<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TAxis.h:31:0,<br>>                  from /opt/root-6.02.08/include/TH1.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayD,1)  //Array of doubles<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:50:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayD,1)  //Array of doubles<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:54:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayI,1)  //Array of ints<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:25:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TAxis.h:167:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAxis,9)  //Axis class<br>>                     ^<br>> In file included from /opt/root-6.02.08/include/TClass.h:34:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:62,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TObjString,1)  //Collectable string class<br>>                          ^<br>> /opt/root-6.02.08/include/TAxis.h:167:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAxis.h:167:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttLine,1);  //Line attributes<br>>                        ^<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:33:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttFill,1)  //Fill area attributes<br>>                        ^<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TObject.h:34:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TStorage,0)  //Storage manager class<br>>                        ^<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:37:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttMarker,2);  //Marker attributes<br>>                          ^<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:41:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TArrayC.h:56:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayC,1)  //Array of chars<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayC.h:56:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TNamed.h:29:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TString,2)  //Basic string class<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayC.h:56:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TNamed.h:26:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TObject,1)  //Basic ROOT object<br>>                       ^<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:44:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TArrayS.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayS,1)  //Array of shorts<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayS.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayS.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:47:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayI,1)  //Array of ints<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:50:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TArrayF.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayF,1)  //Array of floats<br>>                       ^<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:25:0,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TNamed,1)  //The basis for a named object (name, title)<br>>                      ^<br>> /opt/root-6.02.08/include/TArrayF.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayF.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TCollection.h:30:0,<br>>                  from /opt/root-6.02.08/include/TSeqCollection.h:26,<br>>                  from /opt/root-6.02.08/include/TList.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TIterator,0)  //Iterator abstract base class<br>>                         ^<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TObject.h:232:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TBuffer,0)  //Buffer base class used for serializing objects<br>>                       ^<br>> In file included from /opt/root-6.02.08/include/TH1.h:65:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TFitResultPtr.h:57:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TFitResultPtr,1)  //indirection to TFitResult<br>>                             ^<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TFitResultPtr.h:57:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TFitResultPtr.h:57:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TSeqCollection.h:26:0,<br>>                  from /opt/root-6.02.08/include/TList.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TCollection,3)  //Collection abstract base class<br>>                           ^<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TIter,0)  //Iterator wrapper<br>>                     ^<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TList.h:26:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TSeqCollection,0)  //Sequenceable collection ABC<br>>                              ^<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TClass,0)  //Dictionary containing class information<br>>                      ^<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:66:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TVirtualTreePlayer,0);  //Abstract interface for Tree players<br>>                                  ^<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TH1.h:432:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1,7)  //1-Dim histogram base class<br>>                   ^<br>> /opt/root-6.02.08/include/TH1.h:432:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:432:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:31:0,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDatime,1)  //Date and time 950130 124559<br>>                       ^<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:459:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1C,1)  //1-Dim histograms (one char per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:459:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:459:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:34:0,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TUUID,1)  // Universally Unique IDentifier<br>>                     ^<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:500:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1S,1)  //1-Dim histograms (one short per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:500:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:500:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:541:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1I,1)  //1-Dim histograms (one 32 bits integer per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:541:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:541:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TTree,19)  //Tree descriptor (the main ROOT I/O class)<br>>                      ^<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TROOT.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDirectory,5)  //Describe directory structure in memory<br>>                          ^<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:584:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1F,1)  //1-Dim histograms (one float per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:584:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:584:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TTreeFriendLeafIter,0)  //Linked list iterator<br>>                                   ^<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:627:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1D,1)  //1-Dim histograms (one double per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:627:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:627:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TNamed.h:29:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TString,2)  //Basic string class<br>>                       ^<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TROOT,0)  //Top level (or root) structure for all classes<br>>                     ^<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:22:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TH2.h:133:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2,4)  //2-Dim histogram base class<br>>                   ^<br>> /opt/root-6.02.08/include/TH2.h:133:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:133:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:26:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDirectoryFile,5)  //Describe directory structure in a ROOT file<br>>                              ^<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:172:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2C,3)  //2-Dim histograms (one char per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:172:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:172:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:25:0,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TNamed,1)  //The basis for a named object (name, title)<br>>                      ^<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TMap.h:32:0,<br>>                  from /opt/root-6.02.08/include/TFile.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(THashTable,0)  //A hash table<br>>                          ^<br>> /opt/root-6.02.08/include/TH2.h:211:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2S,3)  //2-Dim histograms (one short per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:211:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:211:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(THashTableIter,0)  //Hash table iterator<br>>                              ^<br>> In file included from /opt/root-6.02.08/include/TCollection.h:30:0,<br>>                  from /opt/root-6.02.08/include/TSeqCollection.h:26,<br>>                  from /opt/root-6.02.08/include/TList.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TIterator,0)  //Iterator abstract base class<br>>                         ^<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:250:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2I,3)  //2-Dim histograms (one 32 bits integer per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:250:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:250:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TMap,3)  //A (key,value) map<br>>                    ^<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:291:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2F,3)  //2-Dim histograms (one float per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:291:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TSeqCollection.h:26:0,<br>>                  from /opt/root-6.02.08/include/TList.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TCollection,3)  //Collection abstract base class<br>>                           ^<br>> /opt/root-6.02.08/include/TH2.h:291:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TPair,0); // Pair TObject*, TObject*<br>>                     ^<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:332:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2D,3)  //2-Dim histograms (one double per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TIter,0)  //Iterator wrapper<br>>                     ^<br>> /opt/root-6.02.08/include/TH2.h:332:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:332:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TMapIter,0)  //Map iterator<br>>                        ^<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH3.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TAtt3D.h:37:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAtt3D,1)  //3D attributes<br>>                      ^<br>> /opt/root-6.02.08/include/TAtt3D.h:37:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAtt3D.h:37:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TList.h:26:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TSeqCollection,0)  //Sequenceable collection ABC<br>>                              ^<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:32:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TUrl,1)  //Represents an URL<br>>                    ^<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:23:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TH3.h:158:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3,5)  //3-Dim histogram base class<br>>                   ^<br>> /opt/root-6.02.08/include/TH3.h:158:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:158:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:194:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3C,3)  //3-Dim histograms (one char per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH3.h:194:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:194:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:20:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TFile,8)  //ROOT file<br>>                     ^<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:230:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3S,3)  //3-Dim histograms (one short per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH3.h:230:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:230:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:31:0,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDatime,1)  //Date and time 950130 124559<br>>                       ^<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:266:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3I,3)  //3-Dim histograms (one 32 bits integer per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH3.h:266:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:266:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:34:0,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TUUID,1)  // Universally Unique IDentifier<br>>                     ^<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:304:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3F,3)  //3-Dim histograms (one float per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH3.h:304:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:304:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:341:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3D,3)  //3-Dim histograms (one double per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH3.h:341:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:341:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TBranch.h:36:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:30,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttFill,1)  //Fill area attributes<br>>                        ^<br>> In file included from /opt/root-6.02.08/include/TROOT.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDirectory,5)  //Describe directory structure in memory<br>>                          ^<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDataType.h:26:0,<br>>                  from /opt/root-6.02.08/include/TBranch.h:40,<br>>                  from /opt/root-6.02.08/include/TTree.h:30,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDictionary,2)  //Interface to dictionary<br>>                           ^<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TBranch.h:40:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:30,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDataType,2)  //Basic data type descriptor<br>>                         ^<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDataType.h:26:0,<br>>                  from /opt/root-6.02.08/include/TBranch.h:40,<br>>                  from /opt/root-6.02.08/include/TTree.h:30,<br>>                  from /opt/root-6.02.08/include/TNtuple.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDictionary,2)  //Interface to dictionary<br>>                           ^<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TROOT,0)  //Top level (or root) structure for all classes<br>>                     ^<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TBranch.h:40:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:30,<br>>                  from /opt/root-6.02.08/include/TNtuple.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDataType,2)  //Basic data type descriptor<br>>                         ^<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:26:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDirectoryFile,5)  //Describe directory structure in a ROOT file<br>>                              ^<br>> In file included from /opt/root-6.02.08/include/TTree.h:30:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TBranch,12);  //Branch descriptor<br>>                        ^<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /usr/include/c++/4.8/atomic:38:0,<br>>                  from /opt/root-6.02.08/include/TFile.h:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /usr/include/c++/4.8/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.<br>>  #error This file requires compiler and library support for the \<br>>   ^<br>> In file included from /opt/root-6.02.08/include/TTree.h:38:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttLine,1);  //Line attributes<br>>                        ^<br>> In file included from /opt/root-6.02.08/include/TMap.h:32:0,<br>>                  from /opt/root-6.02.08/include/TFile.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(THashTable,0)  //A hash table<br>>                          ^<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:30:0,<br>>                  from /opt/root-6.02.08/include/TNtuple.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TBranch,12);  //Branch descriptor<br>>                        ^<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(THashTableIter,0)  //Hash table iterator<br>>                              ^<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:46:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttMarker,2);  //Marker attributes<br>>                          ^<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TClass.h:34:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:62,<br>>                  from /opt/root-6.02.08/include/TNtuple.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TObjString,1)  //Collectable string class<br>>                          ^<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TMap,3)  //A (key,value) map<br>>                    ^<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TArrayD.h:25:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:50,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArray,1)  //Abstract array base class<br>>                      ^<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TPair,0); // Pair TObject*, TObject*<br>>                     ^<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:50:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayD,1)  //Array of doubles<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TMapIter,0)  //Map iterator<br>>                        ^<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:54:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayI,1)  //Array of ints<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:32:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TUrl,1)  //Represents an URL<br>>                    ^<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TClass.h:34:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:62,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TObjString,1)  //Collectable string class<br>>                          ^<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:20:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TFile,8)  //ROOT file<br>>                     ^<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TAxis.h:28:0,<br>>                  from /opt/root-6.02.08/include/TH1.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TAttAxis.h:77:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttAxis,4);  //Axis attributes<br>>                        ^<br>> /opt/root-6.02.08/include/TAttAxis.h:77:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttAxis.h:77:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TArrayD.h:25:0,<br>>                  from /opt/root-6.02.08/include/TAxis.h:31,<br>>                  from /opt/root-6.02.08/include/TH1.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArray,1)  //Abstract array base class<br>>                      ^<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TAxis.h:31:0,<br>>                  from /opt/root-6.02.08/include/TH1.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayD,1)  //Array of doubles<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:25:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TAxis.h:167:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAxis,9)  //Axis class<br>>                     ^<br>> /opt/root-6.02.08/include/TAxis.h:167:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAxis.h:167:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /opt/root-6.02.08/include/TNtuple.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TClass,0)  //Dictionary containing class information<br>>                      ^<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttLine,1);  //Line attributes<br>>                        ^<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:33:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttFill,1)  //Fill area attributes<br>>                        ^<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:66:0,<br>>                  from /opt/root-6.02.08/include/TNtuple.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TVirtualTreePlayer,0);  //Abstract interface for Tree players<br>>                                  ^<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:37:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttMarker,2);  //Marker attributes<br>>                          ^<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:41:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TArrayC.h:56:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayC,1)  //Array of chars<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayC.h:56:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayC.h:56:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TClass,0)  //Dictionary containing class information<br>>                      ^<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:44:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TArrayS.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayS,1)  //Array of shorts<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayS.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayS.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:47:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayI,1)  //Array of ints<br>>                       ^<br>> In file included from /opt/root-6.02.08/include/TTree.h:66:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TVirtualTreePlayer,0);  //Abstract interface for Tree players<br>>                                  ^<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:50:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TArrayF.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayF,1)  //Array of floats<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayF.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayF.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:65:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TFitResultPtr.h:57:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TFitResultPtr,1)  //indirection to TFitResult<br>>                             ^<br>> /opt/root-6.02.08/include/TFitResultPtr.h:57:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TNtuple.h:25:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TTree,19)  //Tree descriptor (the main ROOT I/O class)<br>>                      ^<br>> /opt/root-6.02.08/include/TFitResultPtr.h:57:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TTreeFriendLeafIter,0)  //Linked list iterator<br>>                                   ^<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TNtuple.h:63:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TNtuple,2);  //A simple tree with branches of floats.<br>>                       ^<br>> /opt/root-6.02.08/include/TNtuple.h:63:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TNtuple.h:63:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TTree,19)  //Tree descriptor (the main ROOT I/O class)<br>>                      ^<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:25:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TRandom.h:59:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TRandom,1)  //Simple Random number generator (periodicity = 10**9)<br>>                       ^<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TRandom.h:59:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TRandom.h:59:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TTreeFriendLeafIter,0)  //Linked list iterator<br>>                                   ^<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TH1.h:432:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1,7)  //1-Dim histogram base class<br>>                   ^<br>> /opt/root-6.02.08/include/TH1.h:432:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:432:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:459:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1C,1)  //1-Dim histograms (one char per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:459:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:459:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:500:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1S,1)  //1-Dim histograms (one short per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:500:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:500:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:541:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1I,1)  //1-Dim histograms (one 32 bits integer per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:541:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:541:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:584:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1F,1)  //1-Dim histograms (one float per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:584:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:584:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:627:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1D,1)  //1-Dim histograms (one double per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:627:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:627:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:22:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TH2.h:133:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2,4)  //2-Dim histogram base class<br>>                   ^<br>> /opt/root-6.02.08/include/TH2.h:133:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:133:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:172:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2C,3)  //2-Dim histograms (one char per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:172:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:172:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:211:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2S,3)  //2-Dim histograms (one short per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:211:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:211:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:250:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2I,3)  //2-Dim histograms (one 32 bits integer per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:250:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:250:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:291:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2F,3)  //2-Dim histograms (one float per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:291:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:291:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:332:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2D,3)  //2-Dim histograms (one double per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:332:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:332:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH3.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TAtt3D.h:37:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAtt3D,1)  //3D attributes<br>>                      ^<br>> /opt/root-6.02.08/include/TAtt3D.h:37:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAtt3D.h:37:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TObject.h:34:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TStorage,0)  //Storage manager class<br>>                        ^<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:23:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TH3.h:158:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3,5)  //3-Dim histogram base class<br>>                   ^<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:158:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:158:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:194:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3C,3)  //3-Dim histograms (one char per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH3.h:194:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:194:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:230:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3S,3)  //3-Dim histograms (one short per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH3.h:230:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:230:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:266:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3I,3)  //3-Dim histograms (one 32 bits integer per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH3.h:266:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TNamed.h:26:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TObject,1)  //Basic ROOT object<br>>                       ^<br>> /opt/root-6.02.08/include/TH3.h:266:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:304:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3F,3)  //3-Dim histograms (one float per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH3.h:304:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:304:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:341:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3D,3)  //3-Dim histograms (one double per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH3.h:341:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:341:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TObject.h:232:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TBuffer,0)  //Buffer base class used for serializing objects<br>>                       ^<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDataType.h:26:0,<br>>                  from /opt/root-6.02.08/include/TBranch.h:40,<br>>                  from /opt/root-6.02.08/include/TTree.h:30,<br>>                  from /opt/root-6.02.08/include/TNtuple.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDictionary,2)  //Interface to dictionary<br>>                           ^<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TBranch.h:40:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:30,<br>>                  from /opt/root-6.02.08/include/TNtuple.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDataType,2)  //Basic data type descriptor<br>>                         ^<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:30:0,<br>>                  from /opt/root-6.02.08/include/TNtuple.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TBranch,12);  //Branch descriptor<br>>                        ^<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TClass.h:34:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:62,<br>>                  from /opt/root-6.02.08/include/TNtuple.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TObjString,1)  //Collectable string class<br>>                          ^<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TNamed.h:29:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TString,2)  //Basic string class<br>>                       ^<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:25:0,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TNamed,1)  //The basis for a named object (name, title)<br>>                      ^<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TCollection.h:30:0,<br>>                  from /opt/root-6.02.08/include/TSeqCollection.h:26,<br>>                  from /opt/root-6.02.08/include/TList.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TIterator,0)  //Iterator abstract base class<br>>                         ^<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TSeqCollection.h:26:0,<br>>                  from /opt/root-6.02.08/include/TList.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TCollection,3)  //Collection abstract base class<br>>                           ^<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /opt/root-6.02.08/include/TNtuple.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TClass,0)  //Dictionary containing class information<br>>                      ^<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TIter,0)  //Iterator wrapper<br>>                     ^<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TList.h:26:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TSeqCollection,0)  //Sequenceable collection ABC<br>>                              ^<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:66:0,<br>>                  from /opt/root-6.02.08/include/TNtuple.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TVirtualTreePlayer,0);  //Abstract interface for Tree players<br>>                                  ^<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:31:0,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDatime,1)  //Date and time 950130 124559<br>>                       ^<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:34:0,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TUUID,1)  // Universally Unique IDentifier<br>>                     ^<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TNtuple.h:25:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TTree,19)  //Tree descriptor (the main ROOT I/O class)<br>>                      ^<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TTreeFriendLeafIter,0)  //Linked list iterator<br>>                                   ^<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TNtuple.h:63:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TNtuple,2);  //A simple tree with branches of floats.<br>>                       ^<br>> In file included from /opt/root-6.02.08/include/TDirectoryFile.h:25:0,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDirectory,5)  //Describe directory structure in memory<br>>                          ^<br>> /opt/root-6.02.08/include/TNtuple.h:63:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TNtuple.h:63:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:25:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TRandom.h:59:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TRandom,1)  //Simple Random number generator (periodicity = 10**9)<br>>                       ^<br>> /opt/root-6.02.08/include/TRandom.h:59:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TRandom.h:59:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:26:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDirectoryFile,5)  //Describe directory structure in a ROOT file<br>>                              ^<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TMap.h:32:0,<br>>                  from /opt/root-6.02.08/include/TFile.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(THashTable,0)  //A hash table<br>>                          ^<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(THashTableIter,0)  //Hash table iterator<br>>                              ^<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TMap,3)  //A (key,value) map<br>>                    ^<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TPair,0); // Pair TObject*, TObject*<br>>                     ^<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TMapIter,0)  //Map iterator<br>>                        ^<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:32:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TUrl,1)  //Represents an URL<br>>                    ^<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TFile,8)  //ROOT file<br>>                     ^<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TAxis.h:28:0,<br>>                  from /opt/root-6.02.08/include/TH1.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TAttAxis.h:77:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttAxis,4);  //Axis attributes<br>>                        ^<br>> /opt/root-6.02.08/include/TAttAxis.h:77:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttAxis.h:77:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TArrayD.h:25:0,<br>>                  from /opt/root-6.02.08/include/TAxis.h:31,<br>>                  from /opt/root-6.02.08/include/TH1.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArray,1)  //Abstract array base class<br>>                      ^<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TAxis.h:31:0,<br>>                  from /opt/root-6.02.08/include/TH1.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayD,1)  //Array of doubles<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:25:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TAxis.h:167:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAxis,9)  //Axis class<br>>                     ^<br>> /opt/root-6.02.08/include/TAxis.h:167:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAxis.h:167:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttLine,1);  //Line attributes<br>>                        ^<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:33:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttFill,1)  //Fill area attributes<br>>                        ^<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:37:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttMarker,2);  //Marker attributes<br>>                          ^<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:41:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TArrayC.h:56:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayC,1)  //Array of chars<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayC.h:56:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayC.h:56:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:44:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TArrayS.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayS,1)  //Array of shorts<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayS.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayS.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:47:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayI,1)  //Array of ints<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:50:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TArrayF.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayF,1)  //Array of floats<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayF.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayF.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:65:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TFitResultPtr.h:57:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TFitResultPtr,1)  //indirection to TFitResult<br>>                             ^<br>> /opt/root-6.02.08/include/TFitResultPtr.h:57:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TFitResultPtr.h:57:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TH1.h:432:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1,7)  //1-Dim histogram base class<br>>                   ^<br>> /opt/root-6.02.08/include/TH1.h:432:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:432:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:459:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1C,1)  //1-Dim histograms (one char per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:459:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:459:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:500:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1S,1)  //1-Dim histograms (one short per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:500:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:500:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:541:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1I,1)  //1-Dim histograms (one 32 bits integer per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:541:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:541:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:584:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1F,1)  //1-Dim histograms (one float per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:584:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:584:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:627:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1D,1)  //1-Dim histograms (one double per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:627:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:627:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:38:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TH2.h:133:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2,4)  //2-Dim histogram base class<br>>                   ^<br>> /opt/root-6.02.08/include/TH2.h:133:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:133:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:172:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2C,3)  //2-Dim histograms (one char per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:172:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:172:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:211:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2S,3)  //2-Dim histograms (one short per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:211:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:211:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:250:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2I,3)  //2-Dim histograms (one 32 bits integer per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:250:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:250:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:291:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2F,3)  //2-Dim histograms (one float per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:291:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:291:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:332:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2D,3)  //2-Dim histograms (one double per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:332:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:332:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH3.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:39,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TAtt3D.h:37:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAtt3D,1)  //3D attributes<br>>                      ^<br>> /opt/root-6.02.08/include/TAtt3D.h:37:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAtt3D.h:37:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:39:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TH3.h:158:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3,5)  //3-Dim histogram base class<br>>                   ^<br>> /opt/root-6.02.08/include/TH3.h:158:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:158:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:194:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3C,3)  //3-Dim histograms (one char per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH3.h:194:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:194:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:230:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3S,3)  //3-Dim histograms (one short per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH3.h:230:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:230:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:266:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3I,3)  //3-Dim histograms (one 32 bits integer per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH3.h:266:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:266:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:304:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3F,3)  //3-Dim histograms (one float per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH3.h:304:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:304:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:341:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3D,3)  //3-Dim histograms (one double per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH3.h:341:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:341:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /usr/include/c++/4.8/atomic:38:0,<br>>                  from /opt/root-6.02.08/include/TFile.h:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /usr/include/c++/4.8/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.<br>>  #error This file requires compiler and library support for the \<br>>   ^<br>> In file included from /opt/root-6.02.08/include/TObject.h:34:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TStorage,0)  //Storage manager class<br>>                        ^<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TStorage.h:82:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TNamed.h:26:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TObject,1)  //Basic ROOT object<br>>                       ^<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TObject.h:214:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TObject.h:232:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TBuffer,0)  //Buffer base class used for serializing objects<br>>                       ^<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TBuffer.h:323:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TNamed.h:29:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TString,2)  //Basic string class<br>>                       ^<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TString.h:436:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:25:0,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TNamed,1)  //The basis for a named object (name, title)<br>>                      ^<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TNamed.h:62:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TCollection.h:30:0,<br>>                  from /opt/root-6.02.08/include/TSeqCollection.h:26,<br>>                  from /opt/root-6.02.08/include/TList.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TIterator,0)  //Iterator abstract base class<br>>                         ^<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TIterator.h:50:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TSeqCollection.h:26:0,<br>>                  from /opt/root-6.02.08/include/TList.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TCollection,3)  //Collection abstract base class<br>>                           ^<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TIter,0)  //Iterator wrapper<br>>                     ^<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TCollection.h:177:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TList.h:26:0,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:28,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TSeqCollection,0)  //Sequenceable collection ABC<br>>                              ^<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TSeqCollection.h:69:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:31:0,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDatime,1)  //Date and time 950130 124559<br>>                       ^<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDatime.h:94:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectory.h:34:0,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TUUID,1)  // Universally Unique IDentifier<br>>                     ^<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TUUID.h:89:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDirectoryFile.h:25:0,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDirectory,5)  //Describe directory structure in memory<br>>                          ^<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDirectory.h:206:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:26:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDirectoryFile,5)  //Describe directory structure in a ROOT file<br>>                              ^<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDirectoryFile.h:128:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TMap.h:32:0,<br>>                  from /opt/root-6.02.08/include/TFile.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(THashTable,0)  //A hash table<br>>                          ^<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:79:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(THashTableIter,0)  //Hash table iterator<br>>                              ^<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/THashTable.h:130:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TMap,3)  //A (key,value) map<br>>                    ^<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:94:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TPair,0); // Pair TObject*, TObject*<br>>                     ^<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:128:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TMapIter,0)  //Map iterator<br>>                        ^<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMap.h:174:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TFile.h:32:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TUrl,1)  //Represents an URL<br>>                    ^<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TUrl.h:107:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TFile,8)  //ROOT file<br>>                     ^<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TFile.h:302:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TAxis.h:28:0,<br>>                  from /opt/root-6.02.08/include/TH1.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TAttAxis.h:77:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttAxis,4);  //Axis attributes<br>>                        ^<br>> /opt/root-6.02.08/include/TAttAxis.h:77:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttAxis.h:77:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TArrayD.h:25:0,<br>>                  from /opt/root-6.02.08/include/TAxis.h:31,<br>>                  from /opt/root-6.02.08/include/TH1.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArray,1)  //Abstract array base class<br>>                      ^<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArray.h:60:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TAxis.h:31:0,<br>>                  from /opt/root-6.02.08/include/TH1.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayD,1)  //Array of doubles<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayD.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:25:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TAxis.h:167:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAxis,9)  //Axis class<br>>                     ^<br>> /opt/root-6.02.08/include/TAxis.h:167:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAxis.h:167:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttLine,1);  //Line attributes<br>>                        ^<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttLine.h:59:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:33:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttFill,1)  //Fill area attributes<br>>                        ^<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttFill.h:54:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:37:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttMarker,2);  //Marker attributes<br>>                          ^<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttMarker.h:56:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:41:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TArrayC.h:56:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayC,1)  //Array of chars<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayC.h:56:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayC.h:56:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:44:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TArrayS.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayS,1)  //Array of shorts<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayS.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayS.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:47:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayI,1)  //Array of ints<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayI.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:50:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TArrayF.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayF,1)  //Array of floats<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayF.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayF.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:65:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TFitResultPtr.h:57:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TFitResultPtr,1)  //indirection to TFitResult<br>>                             ^<br>> /opt/root-6.02.08/include/TFitResultPtr.h:57:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TFitResultPtr.h:57:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TH1.h:432:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1,7)  //1-Dim histogram base class<br>>                   ^<br>> /opt/root-6.02.08/include/TH1.h:432:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:432:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:459:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1C,1)  //1-Dim histograms (one char per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:459:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:459:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:500:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1S,1)  //1-Dim histograms (one short per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:500:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:500:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:541:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1I,1)  //1-Dim histograms (one 32 bits integer per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:541:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:541:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:584:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1F,1)  //1-Dim histograms (one float per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:584:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:584:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:627:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1D,1)  //1-Dim histograms (one double per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:627:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:627:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:38:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TH2.h:133:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2,4)  //2-Dim histogram base class<br>>                   ^<br>> /opt/root-6.02.08/include/TH2.h:133:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:133:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:172:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2C,3)  //2-Dim histograms (one char per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:172:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:172:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:211:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2S,3)  //2-Dim histograms (one short per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:211:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:211:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:250:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2I,3)  //2-Dim histograms (one 32 bits integer per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:250:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:250:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:291:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2F,3)  //2-Dim histograms (one float per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:291:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:291:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:332:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH2D,3)  //2-Dim histograms (one double per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH2.h:332:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH2.h:332:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH3.h:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:39,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TAtt3D.h:37:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAtt3D,1)  //3D attributes<br>>                      ^<br>> /opt/root-6.02.08/include/TAtt3D.h:37:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAtt3D.h:37:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:39:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TH3.h:158:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3,5)  //3-Dim histogram base class<br>>                   ^<br>> /opt/root-6.02.08/include/TH3.h:158:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:158:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:194:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3C,3)  //3-Dim histograms (one char per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH3.h:194:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:194:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:230:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3S,3)  //3-Dim histograms (one short per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH3.h:230:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:230:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:266:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3I,3)  //3-Dim histograms (one 32 bits integer per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH3.h:266:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:266:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:304:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3F,3)  //3-Dim histograms (one float per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH3.h:304:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:304:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:341:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH3D,3)  //3-Dim histograms (one double per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH3.h:341:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH3.h:341:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:14:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TROOT,0)  //Top level (or root) structure for all classes<br>>                     ^<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TROOT.h:322:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TDataType.h:26:0,<br>>                  from /opt/root-6.02.08/include/TBranch.h:40,<br>>                  from /opt/root-6.02.08/include/TTree.h:30,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:16,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDictionary,2)  //Interface to dictionary<br>>                           ^<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDictionary.h:205:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TBranch.h:40:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:30,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:16,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TDataType,2)  //Basic data type descriptor<br>>                         ^<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TDataType.h:81:24: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:30:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:16,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TBranch,12);  //Branch descriptor<br>>                        ^<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TBranch.h:222:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TClass.h:34:0,<br>>                  from /opt/root-6.02.08/include/TTree.h:62,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:16,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TObjString,1)  //Collectable string class<br>>                          ^<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TObjString.h:54:25: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:16,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TClass,0)  //Dictionary containing class information<br>>                      ^<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TClass.h:546:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TTree.h:66:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:16,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TVirtualTreePlayer,0);  //Abstract interface for Tree players<br>>                                  ^<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TVirtualTreePlayer.h:98:33: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:16:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TTree,19)  //Tree descriptor (the main ROOT I/O class)<br>>                      ^<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:558:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TTreeFriendLeafIter,0)  //Linked list iterator<br>>                                   ^<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TTree.h:603:34: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:17:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TChain.h:173:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TChain,5)  //A chain of TTrees<br>>                      ^<br>> /opt/root-6.02.08/include/TChain.h:173:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TChain.h:173:21: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:20:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TKey.h:121:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TKey,4); //Header description of a logical record on file.<br>>                    ^<br>> /opt/root-6.02.08/include/TKey.h:121:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TKey.h:121:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:21:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TEntryList.h:117:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TEntryList, 2);  //A list of entries in a TTree<br>>                           ^<br>> /opt/root-6.02.08/include/TEntryList.h:117:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TEntryList.h:117:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TAxis.h:28:0,<br>>                  from /opt/root-6.02.08/include/TH1.h:25,<br>>                  from /opt/root-6.02.08/include/TH1D.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:48:<br>> /opt/root-6.02.08/include/TAttAxis.h:77:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAttAxis,4);  //Axis attributes<br>>                        ^<br>> /opt/root-6.02.08/include/TAttAxis.h:77:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAttAxis.h:77:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:25:0,<br>>                  from /opt/root-6.02.08/include/TH1D.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:48:<br>> /opt/root-6.02.08/include/TAxis.h:167:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TAxis,9)  //Axis class<br>>                     ^<br>> /opt/root-6.02.08/include/TAxis.h:167:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TAxis.h:167:20: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:41:0,<br>>                  from /opt/root-6.02.08/include/TH1D.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:48:<br>> /opt/root-6.02.08/include/TArrayC.h:56:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayC,1)  //Array of chars<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayC.h:56:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayC.h:56:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:44:0,<br>>                  from /opt/root-6.02.08/include/TH1D.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:48:<br>> /opt/root-6.02.08/include/TArrayS.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayS,1)  //Array of shorts<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayS.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayS.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:50:0,<br>>                  from /opt/root-6.02.08/include/TH1D.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:48:<br>> /opt/root-6.02.08/include/TArrayF.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TArrayF,1)  //Array of floats<br>>                       ^<br>> /opt/root-6.02.08/include/TArrayF.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TArrayF.h:57:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1.h:65:0,<br>>                  from /opt/root-6.02.08/include/TH1D.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:48:<br>> /opt/root-6.02.08/include/TFitResultPtr.h:57:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TFitResultPtr,1)  //indirection to TFitResult<br>>                             ^<br>> /opt/root-6.02.08/include/TFitResultPtr.h:57:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TFitResultPtr.h:57:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TH1D.h:25:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:48:<br>> /opt/root-6.02.08/include/TH1.h:432:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1,7)  //1-Dim histogram base class<br>>                   ^<br>> /opt/root-6.02.08/include/TH1.h:432:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:432:18: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:459:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1C,1)  //1-Dim histograms (one char per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:459:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:459:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:500:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1S,1)  //1-Dim histograms (one short per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:500:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:500:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:541:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1I,1)  //1-Dim histograms (one 32 bits integer per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:541:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:541:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:584:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1F,1)  //1-Dim histograms (one float per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:584:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:584:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:627:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TH1D,1)  //1-Dim histograms (one double per channel)<br>>                    ^<br>> /opt/root-6.02.08/include/TH1.h:627:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TH1.h:627:19: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/digits_hits/include/GateROOTBasicOutput.hh:25:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:44:<br>> /opt/root-6.02.08/include/TProfile.h:138:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TProfile,6)  //Profile histogram class<br>>                        ^<br>> /opt/root-6.02.08/include/TProfile.h:138:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TProfile.h:138:23: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/digits_hits/include/GateROOTBasicOutput.hh:26:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:44:<br>> /opt/root-6.02.08/include/TNtuple.h:63:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TNtuple,2);  //A simple tree with branches of floats.<br>>                       ^<br>> /opt/root-6.02.08/include/TNtuple.h:63:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TNtuple.h:63:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/digits_hits/include/GateROOTBasicOutput.hh:29:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:44:<br>> /opt/root-6.02.08/include/TRandom.h:59:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TRandom,1)  //Simple Random number generator (periodicity = 10**9)<br>>                       ^<br>> /opt/root-6.02.08/include/TRandom.h:59:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TRandom.h:59:22: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TInterpreter.h:30:0,<br>>                  from /opt/root-6.02.08/include/TMethodCall.h:35,<br>>                  from /opt/root-6.02.08/include/TPluginManager.h:95,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:45:<br>> /opt/root-6.02.08/include/TVirtualMutex.h:49:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TVirtualMutex,0)  // Virtual mutex lock class<br>>                             ^<br>> /opt/root-6.02.08/include/TVirtualMutex.h:49:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TVirtualMutex.h:49:28: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TVirtualMutex.h:88:27: warning: invoking macro _ClassDef_ argument 3: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDefNV(TLockGuard,0)  // Exception safe locking/unlocking of mutex<br>>                            ^<br>> /opt/root-6.02.08/include/TVirtualMutex.h:88:27: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TVirtualMutex.h:88:27: warning: invoking macro _ClassDef_ argument 3: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TVirtualMutex.h:88:27: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TVirtualMutex.h:88:27: warning: invoking macro _ClassDef_ argument 3: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TVirtualMutex.h:88:27: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TMethodCall.h:35:0,<br>>                  from /opt/root-6.02.08/include/TPluginManager.h:95,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:45:<br>> /opt/root-6.02.08/include/TInterpreter.h:491:27: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TInterpreter,0)  //ABC defining interface to generic interpreter<br>>                            ^<br>> /opt/root-6.02.08/include/TInterpreter.h:491:27: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TInterpreter.h:491:27: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /opt/root-6.02.08/include/TPluginManager.h:95:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:45:<br>> /opt/root-6.02.08/include/TMethodCall.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TMethodCall,0)  //Method calling interface<br>>                           ^<br>> /opt/root-6.02.08/include/TMethodCall.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TMethodCall.h:129:26: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:45:0:<br>> /opt/root-6.02.08/include/TPluginManager.h:181:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TPluginHandler,3)  // Handler for plugin libraries<br>>                              ^<br>> /opt/root-6.02.08/include/TPluginManager.h:181:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TPluginManager.h:181:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TPluginManager.h:213:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>>     ClassDef(TPluginManager,1)  // Manager for plugin handlers<br>>                              ^<br>> /opt/root-6.02.08/include/TPluginManager.h:213:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> /opt/root-6.02.08/include/TPluginManager.h:213:29: warning: invoking macro _ClassDef_ argument 4: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by default]<br>> In file included from /usr/include/c++/4.8/atomic:41:0,<br>>                  from /opt/root-6.02.08/include/Rtypes.h:37,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /usr/include/c++/4.8/bits/atomic_base.h:70:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:70:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:76:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:76:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:83:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:83:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:90:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:90:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:98:41: error: expected initializer before ???noexcept???<br>>    atomic_thread_fence(memory_order __m) noexcept<br>>                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:102:41: error: expected initializer before ???noexcept???<br>>    atomic_signal_fence(memory_order __m) noexcept<br>>                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:108:30: error: expected initializer before ???noexcept???<br>>      kill_dependency(_Tp __y) noexcept<br>>                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:25: error: ???char16_t??? was not declared in this scope<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:25: error: ???char32_t??? was not declared in this scope<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:25: error: ???char32_t??? was not declared in this scope<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:273:17: error: expected ???;??? at end of member declaration<br>>      atomic_flag() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:273:19: error: ???noexcept??? does not name a type<br>>      atomic_flag() noexcept = default;<br>>                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:274:18: error: expected ???;??? at end of member declaration<br>>      ~atomic_flag() noexcept = default;<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:274:20: error: ???noexcept??? does not name a type<br>>      ~atomic_flag() noexcept = default;<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:280:5: error: ???constexpr??? does not name a type<br>>      constexpr atomic_flag(bool __i) noexcept<br>>      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:280:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:282:5: error: expected unqualified-id before ???{??? token<br>>      { }<br>>      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:285:57: error: expected ???;??? at end of member declaration<br>>      test_and_set(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:285:59: error: ???noexcept??? does not name a type<br>>      test_and_set(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:291:59: error: expected ???;??? at end of member declaration<br>>      test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:291:68: error: ???noexcept??? does not name a type<br>>      test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:297:50: error: expected ???;??? at end of member declaration<br>>      clear(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:297:52: error: ???noexcept??? does not name a type<br>>      clear(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:308:52: error: expected ???;??? at end of member declaration<br>>      clear(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:308:61: error: ???noexcept??? does not name a type<br>>      clear(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:319:12: error: ???constexpr??? does not name a type<br>>      static constexpr __atomic_flag_data_type<br>>             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:319:12: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:357:21: error: expected ???;??? at end of member declaration<br>>        __atomic_base() noexcept = default;<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:357:23: error: ???noexcept??? does not name a type<br>>        __atomic_base() noexcept = default;<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:358:22: error: expected ???;??? at end of member declaration<br>>        ~__atomic_base() noexcept = default;<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:358:24: error: ???noexcept??? does not name a type<br>>        ~__atomic_base() noexcept = default;<br>>                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:364:7: error: ???constexpr??? does not name a type<br>>        constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:364:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:366:29: error: expected ???;??? at end of member declaration<br>>        operator __int_type() const noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:366:35: error: ???noexcept??? does not name a type<br>>        operator __int_type() const noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:369:35: error: expected ???;??? at end of member declaration<br>>        operator __int_type() const volatile noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:369:44: error: ???noexcept??? does not name a type<br>>        operator __int_type() const volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:373:31: error: expected ???;??? at end of member declaration<br>>        operator=(__int_type __i) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:373:33: error: ???noexcept??? does not name a type<br>>        operator=(__int_type __i) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:380:33: error: expected ???;??? at end of member declaration<br>>        operator=(__int_type __i) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:380:42: error: ???noexcept??? does not name a type<br>>        operator=(__int_type __i) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:387:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:387:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:391:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:391:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:395:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:395:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:399:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:399:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:403:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:403:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:407:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:407:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:411:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:411:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:415:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:415:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:419:32: error: expected ???;??? at end of member declaration<br>>        operator+=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:419:34: error: ???noexcept??? does not name a type<br>>        operator+=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:423:34: error: expected ???;??? at end of member declaration<br>>        operator+=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:423:43: error: ???noexcept??? does not name a type<br>>        operator+=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:427:32: error: expected ???;??? at end of member declaration<br>>        operator-=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:427:34: error: ???noexcept??? does not name a type<br>>        operator-=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:431:34: error: expected ???;??? at end of member declaration<br>>        operator-=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:431:43: error: ???noexcept??? does not name a type<br>>        operator-=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:435:32: error: expected ???;??? at end of member declaration<br>>        operator&=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:435:34: error: ???noexcept??? does not name a type<br>>        operator&=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:439:34: error: expected ???;??? at end of member declaration<br>>        operator&=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:439:43: error: ???noexcept??? does not name a type<br>>        operator&=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:443:32: error: expected ???;??? at end of member declaration<br>>        operator|=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:443:34: error: ???noexcept??? does not name a type<br>>        operator|=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:447:34: error: expected ???;??? at end of member declaration<br>>        operator|=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:447:43: error: ???noexcept??? does not name a type<br>>        operator|=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:451:32: error: expected ???;??? at end of member declaration<br>>        operator^=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:451:34: error: ???noexcept??? does not name a type<br>>        operator^=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:455:34: error: expected ???;??? at end of member declaration<br>>        operator^=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:455:43: error: ???noexcept??? does not name a type<br>>        operator^=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:459:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:459:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:463:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:463:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:467:68: error: expected ???;??? at end of member declaration<br>>        store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:467:70: error: ???noexcept??? does not name a type<br>>        store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:479:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:479:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:490:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:490:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:500:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:500:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:511:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:511:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:519:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:519:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:526:44: error: expected ???;??? at end of member declaration<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:526:46: error: ???noexcept??? does not name a type<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:540:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:540:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:553:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:553:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:561:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:561:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:569:46: error: expected ???;??? at end of member declaration<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:569:48: error: ???noexcept??? does not name a type<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:583:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:583:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:597:49: error: expected ???;??? at end of member declaration<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:597:51: error: ???noexcept??? does not name a type<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:605:45: error: expected ???;??? at end of member declaration<br>>     memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:605:54: error: ???noexcept??? does not name a type<br>>     memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:613:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:613:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:618:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:618:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:623:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:623:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:628:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:628:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:633:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:633:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:638:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:638:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:643:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:643:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:648:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:648:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:653:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:653:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:658:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:658:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:673:7: error: ???constexpr??? does not name a type<br>>        constexpr ptrdiff_t<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:673:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:676:7: error: ???constexpr??? does not name a type<br>>        constexpr ptrdiff_t<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:676:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:680:21: error: expected ???;??? at end of member declaration<br>>        __atomic_base() noexcept = default;<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:680:23: error: ???noexcept??? does not name a type<br>>        __atomic_base() noexcept = default;<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:681:22: error: expected ???;??? at end of member declaration<br>>        ~__atomic_base() noexcept = default;<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:681:24: error: ???noexcept??? does not name a type<br>>        ~__atomic_base() noexcept = default;<br>>                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:687:7: error: ???constexpr??? does not name a type<br>>        constexpr __atomic_base(__pointer_type __p) noexcept : _M_p (__p) { }<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:687:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:689:33: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:689:39: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:692:39: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const volatile noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:692:48: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:696:35: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:696:37: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:703:37: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:703:46: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:710:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:710:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:714:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:714:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:718:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:718:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:722:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:722:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:726:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:726:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:731:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:731:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:736:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:736:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:741:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:741:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:746:31: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:746:33: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:751:33: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:751:42: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:756:31: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:756:33: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:761:33: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:761:42: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:766:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:766:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:770:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:770:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:775:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:775:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:788:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:788:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:799:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:799:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:809:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:809:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:820:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:820:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:828:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:828:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:836:27: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:836:29: error: ???noexcept??? does not name a type<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:850:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:850:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:864:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:864:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:869:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:869:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:874:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:874:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:879:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:879:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> In file included from /opt/root-6.02.08/include/Rtypes.h:37:0,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /usr/include/c++/4.8/atomic:60:17: error: expected ???;??? at end of member declaration<br>>      atomic_bool() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:60:19: error: ???noexcept??? does not name a type<br>>      atomic_bool() noexcept = default;<br>>                    ^<br>> /usr/include/c++/4.8/atomic:61:18: error: expected ???;??? at end of member declaration<br>>      ~atomic_bool() noexcept = default;<br>>                   ^<br>> /usr/include/c++/4.8/atomic:61:20: error: ???noexcept??? does not name a type<br>>      ~atomic_bool() noexcept = default;<br>>                     ^<br>> /usr/include/c++/4.8/atomic:66:5: error: ???constexpr??? does not name a type<br>>      constexpr atomic_bool(bool __i) noexcept : _M_base(__i) { }<br>>      ^<br>> /usr/include/c++/4.8/atomic:66:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:69:23: error: expected ???;??? at end of member declaration<br>>      operator=(bool __i) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:69:25: error: ???noexcept??? does not name a type<br>>      operator=(bool __i) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:73:25: error: expected ???;??? at end of member declaration<br>>      operator=(bool __i) volatile noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:73:34: error: ???noexcept??? does not name a type<br>>      operator=(bool __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:76:21: error: expected ???;??? at end of member declaration<br>>      operator bool() const noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:76:27: error: ???noexcept??? does not name a type<br>>      operator bool() const noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:79:27: error: expected ???;??? at end of member declaration<br>>      operator bool() const volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:79:36: error: ???noexcept??? does not name a type<br>>      operator bool() const volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:83:20: error: expected ???;??? at end of member declaration<br>>      is_lock_free() const noexcept { return _M_base.is_lock_free(); }<br>>                     ^<br>> /usr/include/c++/4.8/atomic:83:26: error: ???noexcept??? does not name a type<br>>      is_lock_free() const noexcept { return _M_base.is_lock_free(); }<br>>                           ^<br>> /usr/include/c++/4.8/atomic:86:26: error: expected ???;??? at end of member declaration<br>>      is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }<br>>                           ^<br>> /usr/include/c++/4.8/atomic:86:35: error: ???noexcept??? does not name a type<br>>      is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:89:60: error: expected ???;??? at end of member declaration<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                             ^<br>> /usr/include/c++/4.8/atomic:89:62: error: ???noexcept??? does not name a type<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:93:62: error: expected ???;??? at end of member declaration<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:93:71: error: ???noexcept??? does not name a type<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                                        ^<br>> /usr/include/c++/4.8/atomic:97:51: error: expected ???;??? at end of member declaration<br>>      load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:97:57: error: ???noexcept??? does not name a type<br>>      load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:101:57: error: expected ???;??? at end of member declaration<br>>      load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:101:66: error: ???noexcept??? does not name a type<br>>      load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:105:63: error: expected ???;??? at end of member declaration<br>>      exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                ^<br>> /usr/include/c++/4.8/atomic:105:65: error: ???noexcept??? does not name a type<br>>      exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                  ^<br>> /usr/include/c++/4.8/atomic:110:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:110:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:115:23: error: expected ???;??? at end of member declaration<br>>       memory_order __m2) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:115:25: error: ???noexcept??? does not name a type<br>>       memory_order __m2) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:120:25: error: expected ???;??? at end of member declaration<br>>       memory_order __m2) volatile noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:120:34: error: ???noexcept??? does not name a type<br>>       memory_order __m2) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:125:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/atomic:125:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:130:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:130:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:135:25: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:135:27: error: ???noexcept??? does not name a type<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:140:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:140:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:145:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:145:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:150:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:150:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:167:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:167:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:168:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:168:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:173:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(_Tp __i) noexcept : _M_i(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:173:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:175:22: error: expected ???;??? at end of member declaration<br>>        operator _Tp() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:175:28: error: ???noexcept??? does not name a type<br>>        operator _Tp() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:178:28: error: expected ???;??? at end of member declaration<br>>        operator _Tp() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:178:37: error: ???noexcept??? does not name a type<br>>        operator _Tp() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:182:24: error: expected ???;??? at end of member declaration<br>>        operator=(_Tp __i) noexcept <br>>                         ^<br>> /usr/include/c++/4.8/atomic:182:26: error: ???noexcept??? does not name a type<br>>        operator=(_Tp __i) noexcept <br>>                           ^<br>> /usr/include/c++/4.8/atomic:186:26: error: expected ???;??? at end of member declaration<br>>        operator=(_Tp __i) volatile noexcept <br>>                           ^<br>> /usr/include/c++/4.8/atomic:186:35: error: ???noexcept??? does not name a type<br>>        operator=(_Tp __i) volatile noexcept <br>>                                    ^<br>> /usr/include/c++/4.8/atomic:190:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:190:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:194:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:194:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:198:60: error: expected ???;??? at end of member declaration<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                             ^<br>> /usr/include/c++/4.8/atomic:198:62: error: ???noexcept??? does not name a type<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:202:62: error: expected ???;??? at end of member declaration<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:202:71: error: ???noexcept??? does not name a type<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                                        ^<br>> /usr/include/c++/4.8/atomic:206:52: error: expected ???;??? at end of member declaration<br>>        load(memory_order _m = memory_order_seq_cst) const noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/atomic:206:58: error: ???noexcept??? does not name a type<br>>        load(memory_order _m = memory_order_seq_cst) const noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:214:58: error: expected ???;??? at end of member declaration<br>>        load(memory_order _m = memory_order_seq_cst) const volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:214:67: error: ???noexcept??? does not name a type<br>>        load(memory_order _m = memory_order_seq_cst) const volatile noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:222:63: error: expected ???;??? at end of member declaration<br>>        exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                                ^<br>> /usr/include/c++/4.8/atomic:222:65: error: ???noexcept??? does not name a type<br>>        exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                                  ^<br>> /usr/include/c++/4.8/atomic:231:49: error: expected ???;??? at end of member declaration<br>>          memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:231:58: error: ???noexcept??? does not name a type<br>>          memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:240:24: error: expected ???;??? at end of member declaration<br>>         memory_order __f) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:240:26: error: ???noexcept??? does not name a type<br>>         memory_order __f) noexcept<br>>                           ^<br>> /usr/include/c++/4.8/atomic:247:26: error: expected ???;??? at end of member declaration<br>>         memory_order __f) volatile noexcept<br>>                           ^<br>> /usr/include/c++/4.8/atomic:247:35: error: ???noexcept??? does not name a type<br>>         memory_order __f) volatile noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:254:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:254:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:259:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:259:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:264:26: error: expected ???;??? at end of member declaration<br>>           memory_order __f) noexcept<br>>                           ^<br>> /usr/include/c++/4.8/atomic:264:28: error: ???noexcept??? does not name a type<br>>           memory_order __f) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:271:28: error: expected ???;??? at end of member declaration<br>>           memory_order __f) volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:271:37: error: ???noexcept??? does not name a type<br>>           memory_order __f) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:278:50: error: expected ???;??? at end of member declaration<br>>            memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:278:52: error: ???noexcept??? does not name a type<br>>            memory_order __m = memory_order_seq_cst) noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/atomic:283:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:283:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:296:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:296:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:297:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:297:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:302:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__pointer_type __p) noexcept : _M_b(__p) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:302:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:304:33: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:304:39: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:307:39: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const volatile noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:307:48: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:311:35: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:311:37: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:315:37: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:315:46: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:319:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:319:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:323:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:323:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:327:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:327:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:331:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:331:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:335:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:335:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:339:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:339:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:343:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:343:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:347:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:347:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:351:31: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:351:33: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:355:33: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:355:42: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:359:31: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:359:33: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:363:33: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:363:42: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:367:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:367:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:371:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:371:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:376:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/atomic:376:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:381:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:381:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/atomic:385:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:385:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:389:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:389:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/atomic:394:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:394:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:399:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:399:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:404:44: error: expected ???;??? at end of member declaration<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:404:46: error: ???noexcept??? does not name a type<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:410:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:410:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:415:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:415:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:423:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:423:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:431:46: error: expected ???;??? at end of member declaration<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:431:48: error: ???noexcept??? does not name a type<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:437:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:437:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/atomic:442:49: error: expected ???;??? at end of member declaration<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:442:51: error: ???noexcept??? does not name a type<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:450:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:450:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:458:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:458:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:463:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:463:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:468:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:468:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:473:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:473:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:485:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:485:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:486:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:486:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:491:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:491:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:504:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:504:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:505:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:505:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:510:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:510:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:523:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept= default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:523:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept= default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:524:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:524:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:529:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:529:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:542:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept= default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:542:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept= default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:543:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:543:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:548:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:548:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:561:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:561:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:562:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:562:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:567:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:567:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:580:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:580:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:581:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:581:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:586:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:586:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:599:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:599:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:600:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:600:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:605:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:605:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:618:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:618:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:619:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:619:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:624:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:624:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:637:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:637:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:638:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:638:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:643:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:643:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:656:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:656:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:657:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:657:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:662:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:662:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:675:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:675:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:676:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:676:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:681:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:681:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:694:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:694:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:695:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:695:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:700:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:700:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:713:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:713:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:714:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:714:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:719:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:719:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:727:19: error: ???char16_t??? was not declared in this scope<br>>      struct atomic<char16_t> : public atomic_char16_t<br>>                    ^<br>> /usr/include/c++/4.8/atomic:727:27: error: template argument 1 is invalid<br>>      struct atomic<char16_t> : public atomic_char16_t<br>>                            ^<br>> /usr/include/c++/4.8/atomic:728:5: error: expected class-name before ???{??? token<br>>      {<br>>      ^<br>> /usr/include/c++/4.8/atomic:746:19: error: ???char32_t??? was not declared in this scope<br>>      struct atomic<char32_t> : public atomic_char32_t<br>>                    ^<br>> /usr/include/c++/4.8/atomic:746:27: error: template argument 1 is invalid<br>>      struct atomic<char32_t> : public atomic_char32_t<br>>                            ^<br>> /usr/include/c++/4.8/atomic:747:5: error: expected class-name before ???{??? token<br>>      {<br>>      ^<br>> /usr/include/c++/4.8/atomic:767:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:772:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:776:66: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:781:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:785:46: error: expected initializer before ???noexcept???<br>>    atomic_flag_test_and_set(atomic_flag* __a) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:789:55: error: expected initializer before ???noexcept???<br>>    atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept<br>>                                                        ^<br>> /usr/include/c++/4.8/atomic:793:39: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear(atomic_flag* __a) noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:797:48: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear(volatile atomic_flag* __a) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:804:50: error: expected initializer before ???noexcept???<br>>      atomic_is_lock_free(const atomic<_ITp>* __a) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:809:59: error: expected initializer before ???noexcept???<br>>      atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:814:46: error: expected initializer before ???noexcept???<br>>      atomic_init(atomic<_ITp>* __a, _ITp __i) noexcept;<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:818:55: error: expected initializer before ???noexcept???<br>>      atomic_init(volatile atomic<_ITp>* __a, _ITp __i) noexcept;<br>>                                                        ^<br>> /usr/include/c++/4.8/atomic:823:24: error: expected initializer before ???noexcept???<br>>       memory_order __m) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:829:24: error: expected initializer before ???noexcept???<br>>       memory_order __m) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:834:69: error: expected initializer before ???noexcept???<br>>      atomic_load_explicit(const atomic<_ITp>* __a, memory_order __m) noexcept<br>>                                                                      ^<br>> /usr/include/c++/4.8/atomic:840:23: error: expected initializer before ???noexcept???<br>>      memory_order __m) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:846:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:852:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:860:27: error: expected initializer before ???noexcept???<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:868:27: error: expected initializer before ???noexcept???<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:876:29: error: expected initializer before ???noexcept???<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:884:29: error: expected initializer before ???noexcept???<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:890:47: error: expected initializer before ???noexcept???<br>>      atomic_store(atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:895:56: error: expected initializer before ???noexcept???<br>>      atomic_store(volatile atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/atomic:900:42: error: expected initializer before ???noexcept???<br>>      atomic_load(const atomic<_ITp>* __a) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:905:51: error: expected initializer before ???noexcept???<br>>      atomic_load(const volatile atomic<_ITp>* __a) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:910:50: error: expected initializer before ???noexcept???<br>>      atomic_exchange(atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:915:59: error: expected initializer before ???noexcept???<br>>      atomic_exchange(volatile atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:921:29: error: expected initializer before ???noexcept???<br>>       _ITp* __i1, _ITp __i2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:931:29: error: expected initializer before ???noexcept???<br>>       _ITp* __i1, _ITp __i2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:941:31: error: expected initializer before ???noexcept???<br>>         _ITp* __i1, _ITp __i2) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:951:31: error: expected initializer before ???noexcept???<br>>         _ITp* __i1, _ITp __i2) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:965:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:971:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:977:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:983:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:989:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:995:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1001:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:1007:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:1013:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1019:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1024:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1029:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1034:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1039:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1044:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_and(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1049:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_and(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1054:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_or(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:1059:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_or(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:1064:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_xor(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1069:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_xor(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1077:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1083:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1088:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:1093:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:1099:43: error: expected initializer before ???noexcept???<br>>           ptrdiff_t __d, memory_order __m) noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/atomic:1105:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1110:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:1115:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                          ^<br>> In file included from /opt/root-6.02.08/include/TString.h:36:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:29,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TMathBase.h: In function ???Float_t TMath::Sign(Float_t, Float_t)???:<br>> /opt/root-6.02.08/include/TMathBase.h:144:13: error: ???copysign??? is not a member of ???std???<br>>     { return std::copysign(a,b);  }<br>>              ^<br>> /opt/root-6.02.08/include/TMathBase.h:144:13: note: suggested alternative:<br>> In file included from /usr/include/features.h:374:0,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,<br>>                  from /usr/include/c++/4.8/complex:41,<br>>                  from /usr/local/include/Geant4/G4Types.hh:67,<br>>                  from /usr/local/include/Geant4/G4ios.hh:39,<br>>                  from /usr/local/include/Geant4/globals.hh:49,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:16,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note:   ???copysign???<br>>  __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));<br>>  ^<br>> In file included from /opt/root-6.02.08/include/TString.h:36:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:29,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TMathBase.h: In function ???Double_t TMath::Sign(Double_t, Double_t)???:<br>> /opt/root-6.02.08/include/TMathBase.h:147:13: error: ???copysign??? is not a member of ???std???<br>>     { return std::copysign(a,b);  }<br>>              ^<br>> /opt/root-6.02.08/include/TMathBase.h:147:13: note: suggested alternative:<br>> In file included from /usr/include/features.h:374:0,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,<br>>                  from /usr/include/c++/4.8/complex:41,<br>>                  from /usr/local/include/Geant4/G4Types.hh:67,<br>>                  from /usr/local/include/Geant4/G4ios.hh:39,<br>>                  from /usr/local/include/Geant4/globals.hh:49,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:16,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note:   ???copysign???<br>>  __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));<br>>  ^<br>> In file included from /usr/include/c++/4.8/atomic:41:0,<br>>                  from /opt/root-6.02.08/include/Rtypes.h:37,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /usr/include/c++/4.8/bits/atomic_base.h:70:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:70:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:76:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:76:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:83:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:83:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:90:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:90:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:98:41: error: expected initializer before ???noexcept???<br>>    atomic_thread_fence(memory_order __m) noexcept<br>>                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:102:41: error: expected initializer before ???noexcept???<br>>    atomic_signal_fence(memory_order __m) noexcept<br>>                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:108:30: error: expected initializer before ???noexcept???<br>>      kill_dependency(_Tp __y) noexcept<br>>                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:25: error: ???char16_t??? was not declared in this scope<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:25: error: ???char32_t??? was not declared in this scope<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:25: error: ???char32_t??? was not declared in this scope<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:273:17: error: expected ???;??? at end of member declaration<br>>      atomic_flag() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:273:19: error: ???noexcept??? does not name a type<br>>      atomic_flag() noexcept = default;<br>>                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:274:18: error: expected ???;??? at end of member declaration<br>>      ~atomic_flag() noexcept = default;<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:274:20: error: ???noexcept??? does not name a type<br>>      ~atomic_flag() noexcept = default;<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:280:5: error: ???constexpr??? does not name a type<br>>      constexpr atomic_flag(bool __i) noexcept<br>>      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:280:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:282:5: error: expected unqualified-id before ???{??? token<br>>      { }<br>>      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:285:57: error: expected ???;??? at end of member declaration<br>>      test_and_set(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:285:59: error: ???noexcept??? does not name a type<br>>      test_and_set(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:291:59: error: expected ???;??? at end of member declaration<br>>      test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:291:68: error: ???noexcept??? does not name a type<br>>      test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:297:50: error: expected ???;??? at end of member declaration<br>>      clear(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:297:52: error: ???noexcept??? does not name a type<br>>      clear(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:308:52: error: expected ???;??? at end of member declaration<br>>      clear(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:308:61: error: ???noexcept??? does not name a type<br>>      clear(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:319:12: error: ???constexpr??? does not name a type<br>>      static constexpr __atomic_flag_data_type<br>>             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:319:12: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:357:21: error: expected ???;??? at end of member declaration<br>>        __atomic_base() noexcept = default;<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:357:23: error: ???noexcept??? does not name a type<br>>        __atomic_base() noexcept = default;<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:358:22: error: expected ???;??? at end of member declaration<br>>        ~__atomic_base() noexcept = default;<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:358:24: error: ???noexcept??? does not name a type<br>>        ~__atomic_base() noexcept = default;<br>>                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:364:7: error: ???constexpr??? does not name a type<br>>        constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:364:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:366:29: error: expected ???;??? at end of member declaration<br>>        operator __int_type() const noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:366:35: error: ???noexcept??? does not name a type<br>>        operator __int_type() const noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:369:35: error: expected ???;??? at end of member declaration<br>>        operator __int_type() const volatile noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:369:44: error: ???noexcept??? does not name a type<br>>        operator __int_type() const volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:373:31: error: expected ???;??? at end of member declaration<br>>        operator=(__int_type __i) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:373:33: error: ???noexcept??? does not name a type<br>>        operator=(__int_type __i) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:380:33: error: expected ???;??? at end of member declaration<br>>        operator=(__int_type __i) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:380:42: error: ???noexcept??? does not name a type<br>>        operator=(__int_type __i) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:387:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:387:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:391:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:391:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:395:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:395:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:399:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:399:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:403:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:403:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:407:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:407:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:411:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:411:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:415:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:415:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:419:32: error: expected ???;??? at end of member declaration<br>>        operator+=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:419:34: error: ???noexcept??? does not name a type<br>>        operator+=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:423:34: error: expected ???;??? at end of member declaration<br>>        operator+=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:423:43: error: ???noexcept??? does not name a type<br>>        operator+=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:427:32: error: expected ???;??? at end of member declaration<br>>        operator-=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:427:34: error: ???noexcept??? does not name a type<br>>        operator-=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:431:34: error: expected ???;??? at end of member declaration<br>>        operator-=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:431:43: error: ???noexcept??? does not name a type<br>>        operator-=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:435:32: error: expected ???;??? at end of member declaration<br>>        operator&=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:435:34: error: ???noexcept??? does not name a type<br>>        operator&=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:439:34: error: expected ???;??? at end of member declaration<br>>        operator&=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:439:43: error: ???noexcept??? does not name a type<br>>        operator&=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:443:32: error: expected ???;??? at end of member declaration<br>>        operator|=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:443:34: error: ???noexcept??? does not name a type<br>>        operator|=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:447:34: error: expected ???;??? at end of member declaration<br>>        operator|=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:447:43: error: ???noexcept??? does not name a type<br>>        operator|=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:451:32: error: expected ???;??? at end of member declaration<br>>        operator^=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:451:34: error: ???noexcept??? does not name a type<br>>        operator^=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:455:34: error: expected ???;??? at end of member declaration<br>>        operator^=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:455:43: error: ???noexcept??? does not name a type<br>>        operator^=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:459:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:459:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:463:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:463:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:467:68: error: expected ???;??? at end of member declaration<br>>        store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:467:70: error: ???noexcept??? does not name a type<br>>        store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:479:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:479:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:490:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:490:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:500:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:500:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:511:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:511:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:519:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:519:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:526:44: error: expected ???;??? at end of member declaration<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:526:46: error: ???noexcept??? does not name a type<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:540:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:540:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:553:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:553:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:561:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:561:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:569:46: error: expected ???;??? at end of member declaration<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:569:48: error: ???noexcept??? does not name a type<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:583:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:583:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:597:49: error: expected ???;??? at end of member declaration<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:597:51: error: ???noexcept??? does not name a type<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:605:45: error: expected ???;??? at end of member declaration<br>>     memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:605:54: error: ???noexcept??? does not name a type<br>>     memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:613:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:613:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:618:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:618:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:623:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:623:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:628:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:628:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:633:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:633:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:638:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:638:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:643:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:643:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:648:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:648:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:653:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:653:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:658:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:658:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:673:7: error: ???constexpr??? does not name a type<br>>        constexpr ptrdiff_t<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:673:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:676:7: error: ???constexpr??? does not name a type<br>>        constexpr ptrdiff_t<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:676:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:680:21: error: expected ???;??? at end of member declaration<br>>        __atomic_base() noexcept = default;<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:680:23: error: ???noexcept??? does not name a type<br>>        __atomic_base() noexcept = default;<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:681:22: error: expected ???;??? at end of member declaration<br>>        ~__atomic_base() noexcept = default;<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:681:24: error: ???noexcept??? does not name a type<br>>        ~__atomic_base() noexcept = default;<br>>                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:687:7: error: ???constexpr??? does not name a type<br>>        constexpr __atomic_base(__pointer_type __p) noexcept : _M_p (__p) { }<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:687:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:689:33: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:689:39: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:692:39: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const volatile noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:692:48: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:696:35: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:696:37: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:703:37: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:703:46: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:710:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:710:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:714:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:714:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:718:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:718:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:722:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:722:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:726:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:726:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:731:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:731:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:736:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:736:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:741:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:741:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:746:31: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:746:33: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:751:33: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:751:42: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:756:31: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:756:33: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:761:33: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:761:42: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:766:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:766:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:770:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:770:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:775:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:775:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:788:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:788:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:799:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:799:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:809:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:809:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:820:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:820:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:828:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:828:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:836:27: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:836:29: error: ???noexcept??? does not name a type<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:850:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:850:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:864:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:864:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:869:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:869:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:874:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:874:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:879:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:879:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> In file included from /opt/root-6.02.08/include/Rtypes.h:37:0,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /usr/include/c++/4.8/atomic:60:17: error: expected ???;??? at end of member declaration<br>>      atomic_bool() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:60:19: error: ???noexcept??? does not name a type<br>>      atomic_bool() noexcept = default;<br>>                    ^<br>> /usr/include/c++/4.8/atomic:61:18: error: expected ???;??? at end of member declaration<br>>      ~atomic_bool() noexcept = default;<br>>                   ^<br>> /usr/include/c++/4.8/atomic:61:20: error: ???noexcept??? does not name a type<br>>      ~atomic_bool() noexcept = default;<br>>                     ^<br>> /usr/include/c++/4.8/atomic:66:5: error: ???constexpr??? does not name a type<br>>      constexpr atomic_bool(bool __i) noexcept : _M_base(__i) { }<br>>      ^<br>> /usr/include/c++/4.8/atomic:66:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:69:23: error: expected ???;??? at end of member declaration<br>>      operator=(bool __i) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:69:25: error: ???noexcept??? does not name a type<br>>      operator=(bool __i) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:73:25: error: expected ???;??? at end of member declaration<br>>      operator=(bool __i) volatile noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:73:34: error: ???noexcept??? does not name a type<br>>      operator=(bool __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:76:21: error: expected ???;??? at end of member declaration<br>>      operator bool() const noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:76:27: error: ???noexcept??? does not name a type<br>>      operator bool() const noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:79:27: error: expected ???;??? at end of member declaration<br>>      operator bool() const volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:79:36: error: ???noexcept??? does not name a type<br>>      operator bool() const volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:83:20: error: expected ???;??? at end of member declaration<br>>      is_lock_free() const noexcept { return _M_base.is_lock_free(); }<br>>                     ^<br>> /usr/include/c++/4.8/atomic:83:26: error: ???noexcept??? does not name a type<br>>      is_lock_free() const noexcept { return _M_base.is_lock_free(); }<br>>                           ^<br>> /usr/include/c++/4.8/atomic:86:26: error: expected ???;??? at end of member declaration<br>>      is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }<br>>                           ^<br>> /usr/include/c++/4.8/atomic:86:35: error: ???noexcept??? does not name a type<br>>      is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:89:60: error: expected ???;??? at end of member declaration<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                             ^<br>> /usr/include/c++/4.8/atomic:89:62: error: ???noexcept??? does not name a type<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:93:62: error: expected ???;??? at end of member declaration<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:93:71: error: ???noexcept??? does not name a type<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                                        ^<br>> /usr/include/c++/4.8/atomic:97:51: error: expected ???;??? at end of member declaration<br>>      load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:97:57: error: ???noexcept??? does not name a type<br>>      load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:101:57: error: expected ???;??? at end of member declaration<br>>      load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:101:66: error: ???noexcept??? does not name a type<br>>      load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:105:63: error: expected ???;??? at end of member declaration<br>>      exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                ^<br>> /usr/include/c++/4.8/atomic:105:65: error: ???noexcept??? does not name a type<br>>      exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                  ^<br>> /usr/include/c++/4.8/atomic:110:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:110:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:115:23: error: expected ???;??? at end of member declaration<br>>       memory_order __m2) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:115:25: error: ???noexcept??? does not name a type<br>>       memory_order __m2) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:120:25: error: expected ???;??? at end of member declaration<br>>       memory_order __m2) volatile noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:120:34: error: ???noexcept??? does not name a type<br>>       memory_order __m2) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:125:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/atomic:125:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:130:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:130:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:135:25: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:135:27: error: ???noexcept??? does not name a type<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:140:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:140:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:145:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:145:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:150:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:150:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:167:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:167:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:168:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:168:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:173:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(_Tp __i) noexcept : _M_i(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:173:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:175:22: error: expected ???;??? at end of member declaration<br>>        operator _Tp() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:175:28: error: ???noexcept??? does not name a type<br>>        operator _Tp() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:178:28: error: expected ???;??? at end of member declaration<br>>        operator _Tp() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:178:37: error: ???noexcept??? does not name a type<br>>        operator _Tp() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:182:24: error: expected ???;??? at end of member declaration<br>>        operator=(_Tp __i) noexcept <br>>                         ^<br>> /usr/include/c++/4.8/atomic:182:26: error: ???noexcept??? does not name a type<br>>        operator=(_Tp __i) noexcept <br>>                           ^<br>> /usr/include/c++/4.8/atomic:186:26: error: expected ???;??? at end of member declaration<br>>        operator=(_Tp __i) volatile noexcept <br>>                           ^<br>> /usr/include/c++/4.8/atomic:186:35: error: ???noexcept??? does not name a type<br>>        operator=(_Tp __i) volatile noexcept <br>>                                    ^<br>> /usr/include/c++/4.8/atomic:190:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:190:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:194:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:194:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:198:60: error: expected ???;??? at end of member declaration<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                             ^<br>> /usr/include/c++/4.8/atomic:198:62: error: ???noexcept??? does not name a type<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:202:62: error: expected ???;??? at end of member declaration<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:202:71: error: ???noexcept??? does not name a type<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                                        ^<br>> /usr/include/c++/4.8/atomic:206:52: error: expected ???;??? at end of member declaration<br>>        load(memory_order _m = memory_order_seq_cst) const noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/atomic:206:58: error: ???noexcept??? does not name a type<br>>        load(memory_order _m = memory_order_seq_cst) const noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:214:58: error: expected ???;??? at end of member declaration<br>>        load(memory_order _m = memory_order_seq_cst) const volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:214:67: error: ???noexcept??? does not name a type<br>>        load(memory_order _m = memory_order_seq_cst) const volatile noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:222:63: error: expected ???;??? at end of member declaration<br>>        exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                                ^<br>> /usr/include/c++/4.8/atomic:222:65: error: ???noexcept??? does not name a type<br>>        exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                                  ^<br>> /usr/include/c++/4.8/atomic:231:49: error: expected ???;??? at end of member declaration<br>>          memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:231:58: error: ???noexcept??? does not name a type<br>>          memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:240:24: error: expected ???;??? at end of member declaration<br>>         memory_order __f) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:240:26: error: ???noexcept??? does not name a type<br>>         memory_order __f) noexcept<br>>                           ^<br>> /usr/include/c++/4.8/atomic:247:26: error: expected ???;??? at end of member declaration<br>>         memory_order __f) volatile noexcept<br>>                           ^<br>> /usr/include/c++/4.8/atomic:247:35: error: ???noexcept??? does not name a type<br>>         memory_order __f) volatile noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:254:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:254:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:259:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:259:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:264:26: error: expected ???;??? at end of member declaration<br>>           memory_order __f) noexcept<br>>                           ^<br>> /usr/include/c++/4.8/atomic:264:28: error: ???noexcept??? does not name a type<br>>           memory_order __f) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:271:28: error: expected ???;??? at end of member declaration<br>>           memory_order __f) volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:271:37: error: ???noexcept??? does not name a type<br>>           memory_order __f) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:278:50: error: expected ???;??? at end of member declaration<br>>            memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:278:52: error: ???noexcept??? does not name a type<br>>            memory_order __m = memory_order_seq_cst) noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/atomic:283:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:283:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:296:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:296:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:297:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:297:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:302:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__pointer_type __p) noexcept : _M_b(__p) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:302:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:304:33: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:304:39: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:307:39: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const volatile noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:307:48: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:311:35: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:311:37: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:315:37: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:315:46: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:319:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:319:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:323:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:323:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:327:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:327:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:331:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:331:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:335:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:335:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:339:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:339:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:343:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:343:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:347:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:347:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:351:31: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:351:33: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:355:33: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:355:42: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:359:31: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:359:33: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:363:33: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:363:42: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:367:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:367:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:371:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:371:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:376:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/atomic:376:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:381:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:381:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/atomic:385:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:385:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:389:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:389:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/atomic:394:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:394:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:399:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:399:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:404:44: error: expected ???;??? at end of member declaration<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:404:46: error: ???noexcept??? does not name a type<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:410:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:410:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:415:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:415:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:423:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:423:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:431:46: error: expected ???;??? at end of member declaration<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:431:48: error: ???noexcept??? does not name a type<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:437:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:437:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/atomic:442:49: error: expected ???;??? at end of member declaration<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:442:51: error: ???noexcept??? does not name a type<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:450:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:450:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:458:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:458:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:463:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:463:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:468:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:468:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:473:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:473:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:485:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:485:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:486:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:486:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:491:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:491:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:504:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:504:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:505:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:505:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:510:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:510:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:523:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept= default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:523:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept= default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:524:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:524:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:529:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:529:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:542:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept= default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:542:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept= default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:543:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:543:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:548:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:548:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:561:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:561:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:562:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:562:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:567:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:567:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:580:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:580:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:581:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:581:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:586:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:586:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:599:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:599:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:600:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:600:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:605:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:605:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:618:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:618:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:619:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:619:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:624:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:624:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:637:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:637:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:638:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:638:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:643:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:643:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:656:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:656:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:657:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:657:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:662:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:662:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:675:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:675:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:676:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:676:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:681:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:681:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:694:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:694:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:695:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:695:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:700:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:700:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:713:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:713:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:714:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:714:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:719:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:719:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:727:19: error: ???char16_t??? was not declared in this scope<br>>      struct atomic<char16_t> : public atomic_char16_t<br>>                    ^<br>> /usr/include/c++/4.8/atomic:727:27: error: template argument 1 is invalid<br>>      struct atomic<char16_t> : public atomic_char16_t<br>>                            ^<br>> /usr/include/c++/4.8/atomic:728:5: error: expected class-name before ???{??? token<br>>      {<br>>      ^<br>> /usr/include/c++/4.8/atomic:746:19: error: ???char32_t??? was not declared in this scope<br>>      struct atomic<char32_t> : public atomic_char32_t<br>>                    ^<br>> /usr/include/c++/4.8/atomic:746:27: error: template argument 1 is invalid<br>>      struct atomic<char32_t> : public atomic_char32_t<br>>                            ^<br>> /usr/include/c++/4.8/atomic:747:5: error: expected class-name before ???{??? token<br>>      {<br>>      ^<br>> /usr/include/c++/4.8/atomic:767:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:772:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:776:66: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:781:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:785:46: error: expected initializer before ???noexcept???<br>>    atomic_flag_test_and_set(atomic_flag* __a) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:789:55: error: expected initializer before ???noexcept???<br>>    atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept<br>>                                                        ^<br>> /usr/include/c++/4.8/atomic:793:39: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear(atomic_flag* __a) noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:797:48: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear(volatile atomic_flag* __a) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:804:50: error: expected initializer before ???noexcept???<br>>      atomic_is_lock_free(const atomic<_ITp>* __a) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:809:59: error: expected initializer before ???noexcept???<br>>      atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:814:46: error: expected initializer before ???noexcept???<br>>      atomic_init(atomic<_ITp>* __a, _ITp __i) noexcept;<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:818:55: error: expected initializer before ???noexcept???<br>>      atomic_init(volatile atomic<_ITp>* __a, _ITp __i) noexcept;<br>>                                                        ^<br>> /usr/include/c++/4.8/atomic:823:24: error: expected initializer before ???noexcept???<br>>       memory_order __m) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:829:24: error: expected initializer before ???noexcept???<br>>       memory_order __m) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:834:69: error: expected initializer before ???noexcept???<br>>      atomic_load_explicit(const atomic<_ITp>* __a, memory_order __m) noexcept<br>>                                                                      ^<br>> /usr/include/c++/4.8/atomic:840:23: error: expected initializer before ???noexcept???<br>>      memory_order __m) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:846:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:852:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:860:27: error: expected initializer before ???noexcept???<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:868:27: error: expected initializer before ???noexcept???<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:876:29: error: expected initializer before ???noexcept???<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:884:29: error: expected initializer before ???noexcept???<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:890:47: error: expected initializer before ???noexcept???<br>>      atomic_store(atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:895:56: error: expected initializer before ???noexcept???<br>>      atomic_store(volatile atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/atomic:900:42: error: expected initializer before ???noexcept???<br>>      atomic_load(const atomic<_ITp>* __a) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:905:51: error: expected initializer before ???noexcept???<br>>      atomic_load(const volatile atomic<_ITp>* __a) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:910:50: error: expected initializer before ???noexcept???<br>>      atomic_exchange(atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:915:59: error: expected initializer before ???noexcept???<br>>      atomic_exchange(volatile atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:921:29: error: expected initializer before ???noexcept???<br>>       _ITp* __i1, _ITp __i2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:931:29: error: expected initializer before ???noexcept???<br>>       _ITp* __i1, _ITp __i2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:941:31: error: expected initializer before ???noexcept???<br>>         _ITp* __i1, _ITp __i2) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:951:31: error: expected initializer before ???noexcept???<br>>         _ITp* __i1, _ITp __i2) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:965:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TClass.h: At global scope:<br>> /opt/root-6.02.08/include/TClass.h:154:24: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>        Int_t fVerbLevel=0;<br>>                         ^<br>> /usr/include/c++/4.8/atomic:971:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /opt/root-6.02.08/include/TClass.h:155:7: error: ???unordered_set??? in namespace ???std??? does not name a type<br>>        std::unordered_set<std::string> fClassNamesSet;<br>>        ^<br>> /usr/include/c++/4.8/atomic:977:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:983:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:989:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:995:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1001:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:1007:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:1013:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1019:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1024:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1029:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1034:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1039:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1044:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_and(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1049:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_and(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1054:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_or(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:1059:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_or(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:1064:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_xor(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1069:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_xor(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1077:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1083:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1088:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:1093:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:1099:43: error: expected initializer before ???noexcept???<br>>           ptrdiff_t __d, memory_order __m) noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/atomic:1105:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1110:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:1115:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                          ^<br>> /opt/root-6.02.08/include/TClass.h:319:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     TClass(const TClass& tc) = delete;<br>>                                ^<br>> /opt/root-6.02.08/include/TClass.h:320:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     TClass& operator=(const TClass&) = delete;<br>>                                        ^<br>> In file included from /usr/include/c++/4.8/atomic:41:0,<br>>                  from /opt/root-6.02.08/include/Rtypes.h:37,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TClass.h:156:44: error: could not convert ???{0}??? from ???<brace-enclosed initializer list>??? to ???std::atomic_flag???<br>>        mutable std::atomic_flag fSpinLock = ATOMIC_FLAG_INIT;<br>>                                             ^<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:<br>> /opt/root-6.02.08/include/TClass.h: In member function ???void TClass::Streamer(void*, TBuffer&, const TClass*) const???:<br>> /opt/root-6.02.08/include/TClass.h:542:7: warning: ???auto??? changes meaning in C++11; please remove it [-Wc++0x-compat]<br>>        auto t = fStreamerImpl.load();<br>>        ^<br>> /opt/root-6.02.08/include/TClass.h:542:12: error: ???t??? does not name a type<br>>        auto t = fStreamerImpl.load();<br>>             ^<br>> /opt/root-6.02.08/include/TClass.h:543:32: error: ???t??? was not declared in this scope<br>>        t(this,obj,b,onfile_class);<br>>                                 ^<br>> In file included from /opt/root-6.02.08/include/TString.h:36:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:29,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TMathBase.h: In function ???Float_t TMath::Sign(Float_t, Float_t)???:<br>> /opt/root-6.02.08/include/TMathBase.h:144:13: error: ???copysign??? is not a member of ???std???<br>>     { return std::copysign(a,b);  }<br>>              ^<br>> /opt/root-6.02.08/include/TMathBase.h:144:13: note: suggested alternative:<br>> In file included from /usr/include/features.h:374:0,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,<br>>                  from /usr/include/c++/4.8/complex:41,<br>>                  from /usr/local/include/Geant4/G4Types.hh:67,<br>>                  from /usr/local/include/Geant4/G4ios.hh:39,<br>>                  from /usr/local/include/Geant4/globals.hh:49,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTableMgr.hh:12,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:13:<br>> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note:   ???copysign???<br>>  __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));<br>>  ^<br>> In file included from /opt/root-6.02.08/include/TString.h:36:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:29,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TMathBase.h: In function ???Double_t TMath::Sign(Double_t, Double_t)???:<br>> /opt/root-6.02.08/include/TMathBase.h:147:13: error: ???copysign??? is not a member of ???std???<br>>     { return std::copysign(a,b);  }<br>>              ^<br>> /opt/root-6.02.08/include/TMathBase.h:147:13: note: suggested alternative:<br>> In file included from /usr/include/features.h:374:0,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,<br>>                  from /usr/include/c++/4.8/complex:41,<br>>                  from /usr/local/include/Geant4/G4Types.hh:67,<br>>                  from /usr/local/include/Geant4/G4ios.hh:39,<br>>                  from /usr/local/include/Geant4/globals.hh:49,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTableMgr.hh:12,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:13:<br>> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note:   ???copysign???<br>>  __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));<br>>  ^<br>> In file included from /usr/include/c++/4.8/atomic:41:0,<br>>                  from /opt/root-6.02.08/include/Rtypes.h:37,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /usr/include/c++/4.8/bits/atomic_base.h:70:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:70:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:76:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:76:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:83:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:83:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:90:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:90:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:98:41: error: expected initializer before ???noexcept???<br>>    atomic_thread_fence(memory_order __m) noexcept<br>>                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:102:41: error: expected initializer before ???noexcept???<br>>    atomic_signal_fence(memory_order __m) noexcept<br>>                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:108:30: error: expected initializer before ???noexcept???<br>>      kill_dependency(_Tp __y) noexcept<br>>                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:25: error: ???char16_t??? was not declared in this scope<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:25: error: ???char32_t??? was not declared in this scope<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:25: error: ???char32_t??? was not declared in this scope<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:273:17: error: expected ???;??? at end of member declaration<br>>      atomic_flag() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:273:19: error: ???noexcept??? does not name a type<br>>      atomic_flag() noexcept = default;<br>>                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:274:18: error: expected ???;??? at end of member declaration<br>>      ~atomic_flag() noexcept = default;<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:274:20: error: ???noexcept??? does not name a type<br>>      ~atomic_flag() noexcept = default;<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:280:5: error: ???constexpr??? does not name a type<br>>      constexpr atomic_flag(bool __i) noexcept<br>>      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:280:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:282:5: error: expected unqualified-id before ???{??? token<br>>      { }<br>>      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:285:57: error: expected ???;??? at end of member declaration<br>>      test_and_set(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:285:59: error: ???noexcept??? does not name a type<br>>      test_and_set(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:291:59: error: expected ???;??? at end of member declaration<br>>      test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:291:68: error: ???noexcept??? does not name a type<br>>      test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:297:50: error: expected ???;??? at end of member declaration<br>>      clear(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:297:52: error: ???noexcept??? does not name a type<br>>      clear(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:308:52: error: expected ???;??? at end of member declaration<br>>      clear(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:308:61: error: ???noexcept??? does not name a type<br>>      clear(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:319:12: error: ???constexpr??? does not name a type<br>>      static constexpr __atomic_flag_data_type<br>>             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:319:12: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:357:21: error: expected ???;??? at end of member declaration<br>>        __atomic_base() noexcept = default;<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:357:23: error: ???noexcept??? does not name a type<br>>        __atomic_base() noexcept = default;<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:358:22: error: expected ???;??? at end of member declaration<br>>        ~__atomic_base() noexcept = default;<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:358:24: error: ???noexcept??? does not name a type<br>>        ~__atomic_base() noexcept = default;<br>>                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:364:7: error: ???constexpr??? does not name a type<br>>        constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:364:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:366:29: error: expected ???;??? at end of member declaration<br>>        operator __int_type() const noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:366:35: error: ???noexcept??? does not name a type<br>>        operator __int_type() const noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:369:35: error: expected ???;??? at end of member declaration<br>>        operator __int_type() const volatile noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:369:44: error: ???noexcept??? does not name a type<br>>        operator __int_type() const volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:373:31: error: expected ???;??? at end of member declaration<br>>        operator=(__int_type __i) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:373:33: error: ???noexcept??? does not name a type<br>>        operator=(__int_type __i) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:380:33: error: expected ???;??? at end of member declaration<br>>        operator=(__int_type __i) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:380:42: error: ???noexcept??? does not name a type<br>>        operator=(__int_type __i) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:387:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:387:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:391:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:391:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:395:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:395:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:399:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:399:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:403:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:403:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:407:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:407:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:411:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:411:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:415:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:415:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:419:32: error: expected ???;??? at end of member declaration<br>>        operator+=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:419:34: error: ???noexcept??? does not name a type<br>>        operator+=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:423:34: error: expected ???;??? at end of member declaration<br>>        operator+=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:423:43: error: ???noexcept??? does not name a type<br>>        operator+=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:427:32: error: expected ???;??? at end of member declaration<br>>        operator-=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:427:34: error: ???noexcept??? does not name a type<br>>        operator-=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:431:34: error: expected ???;??? at end of member declaration<br>>        operator-=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:431:43: error: ???noexcept??? does not name a type<br>>        operator-=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:435:32: error: expected ???;??? at end of member declaration<br>>        operator&=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:435:34: error: ???noexcept??? does not name a type<br>>        operator&=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:439:34: error: expected ???;??? at end of member declaration<br>>        operator&=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:439:43: error: ???noexcept??? does not name a type<br>>        operator&=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:443:32: error: expected ???;??? at end of member declaration<br>>        operator|=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:443:34: error: ???noexcept??? does not name a type<br>>        operator|=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:447:34: error: expected ???;??? at end of member declaration<br>>        operator|=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:447:43: error: ???noexcept??? does not name a type<br>>        operator|=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:451:32: error: expected ???;??? at end of member declaration<br>>        operator^=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:451:34: error: ???noexcept??? does not name a type<br>>        operator^=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:455:34: error: expected ???;??? at end of member declaration<br>>        operator^=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:455:43: error: ???noexcept??? does not name a type<br>>        operator^=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:459:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:459:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:463:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:463:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:467:68: error: expected ???;??? at end of member declaration<br>>        store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:467:70: error: ???noexcept??? does not name a type<br>>        store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:479:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:479:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:490:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:490:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:500:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:500:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:511:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:511:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:519:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:519:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:526:44: error: expected ???;??? at end of member declaration<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:526:46: error: ???noexcept??? does not name a type<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:540:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:540:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:553:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:553:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:561:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:561:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:569:46: error: expected ???;??? at end of member declaration<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:569:48: error: ???noexcept??? does not name a type<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:583:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:583:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:597:49: error: expected ???;??? at end of member declaration<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:597:51: error: ???noexcept??? does not name a type<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:605:45: error: expected ???;??? at end of member declaration<br>>     memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:605:54: error: ???noexcept??? does not name a type<br>>     memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:613:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:613:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:618:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:618:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:623:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:623:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:628:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:628:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:633:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:633:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:638:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:638:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:643:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:643:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:648:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:648:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:653:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:653:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:658:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:658:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:673:7: error: ???constexpr??? does not name a type<br>>        constexpr ptrdiff_t<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:673:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:676:7: error: ???constexpr??? does not name a type<br>>        constexpr ptrdiff_t<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:676:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:680:21: error: expected ???;??? at end of member declaration<br>>        __atomic_base() noexcept = default;<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:680:23: error: ???noexcept??? does not name a type<br>>        __atomic_base() noexcept = default;<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:681:22: error: expected ???;??? at end of member declaration<br>>        ~__atomic_base() noexcept = default;<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:681:24: error: ???noexcept??? does not name a type<br>>        ~__atomic_base() noexcept = default;<br>>                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:687:7: error: ???constexpr??? does not name a type<br>>        constexpr __atomic_base(__pointer_type __p) noexcept : _M_p (__p) { }<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:687:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:689:33: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:689:39: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:692:39: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const volatile noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:692:48: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:696:35: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:696:37: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:703:37: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:703:46: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:710:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:710:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:714:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:714:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:718:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:718:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:722:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:722:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> In file included from /usr/include/c++/4.8/atomic:41:0,<br>>                  from /opt/root-6.02.08/include/Rtypes.h:37,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /usr/include/c++/4.8/bits/atomic_base.h:70:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:70:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:726:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:76:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:76:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:83:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:83:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:726:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:90:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:90:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:98:41: error: expected initializer before ???noexcept???<br>>    atomic_thread_fence(memory_order __m) noexcept<br>>                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:731:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:102:41: error: expected initializer before ???noexcept???<br>>    atomic_signal_fence(memory_order __m) noexcept<br>>                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:108:30: error: expected initializer before ???noexcept???<br>>      kill_dependency(_Tp __y) noexcept<br>>                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:731:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:736:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:736:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:25: error: ???char16_t??? was not declared in this scope<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:741:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:25: error: ???char32_t??? was not declared in this scope<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:741:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:746:31: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:25: error: ???char32_t??? was not declared in this scope<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:746:33: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:751:33: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:751:42: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:756:31: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:273:17: error: expected ???;??? at end of member declaration<br>>      atomic_flag() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:756:33: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:273:19: error: ???noexcept??? does not name a type<br>>      atomic_flag() noexcept = default;<br>>                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:274:18: error: expected ???;??? at end of member declaration<br>>      ~atomic_flag() noexcept = default;<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:761:33: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:274:20: error: ???noexcept??? does not name a type<br>>      ~atomic_flag() noexcept = default;<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:761:42: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:280:5: error: ???constexpr??? does not name a type<br>>      constexpr atomic_flag(bool __i) noexcept<br>>      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:280:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:766:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:282:5: error: expected unqualified-id before ???{??? token<br>>      { }<br>>      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:766:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:285:57: error: expected ???;??? at end of member declaration<br>>      test_and_set(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:285:59: error: ???noexcept??? does not name a type<br>>      test_and_set(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:770:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:291:59: error: expected ???;??? at end of member declaration<br>>      test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:770:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:291:68: error: ???noexcept??? does not name a type<br>>      test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:297:50: error: expected ???;??? at end of member declaration<br>>      clear(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:775:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:297:52: error: ???noexcept??? does not name a type<br>>      clear(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:775:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:308:52: error: expected ???;??? at end of member declaration<br>>      clear(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:308:61: error: ???noexcept??? does not name a type<br>>      clear(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:788:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:319:12: error: ???constexpr??? does not name a type<br>>      static constexpr __atomic_flag_data_type<br>>             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:319:12: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:788:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:799:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:357:21: error: expected ???;??? at end of member declaration<br>>        __atomic_base() noexcept = default;<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:357:23: error: ???noexcept??? does not name a type<br>>        __atomic_base() noexcept = default;<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:799:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:358:22: error: expected ???;??? at end of member declaration<br>>        ~__atomic_base() noexcept = default;<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:809:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:358:24: error: ???noexcept??? does not name a type<br>>        ~__atomic_base() noexcept = default;<br>>                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:809:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:364:7: error: ???constexpr??? does not name a type<br>>        constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:364:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:820:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:366:29: error: expected ???;??? at end of member declaration<br>>        operator __int_type() const noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:366:35: error: ???noexcept??? does not name a type<br>>        operator __int_type() const noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:820:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:369:35: error: expected ???;??? at end of member declaration<br>>        operator __int_type() const volatile noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:828:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:369:44: error: ???noexcept??? does not name a type<br>>        operator __int_type() const volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:828:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:373:31: error: expected ???;??? at end of member declaration<br>>        operator=(__int_type __i) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:373:33: error: ???noexcept??? does not name a type<br>>        operator=(__int_type __i) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:836:27: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:380:33: error: expected ???;??? at end of member declaration<br>>        operator=(__int_type __i) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:380:42: error: ???noexcept??? does not name a type<br>>        operator=(__int_type __i) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:836:29: error: ???noexcept??? does not name a type<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:387:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:387:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:850:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:391:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:850:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:391:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:395:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:864:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:395:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:864:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:399:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:399:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:869:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:403:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:869:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:403:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:407:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:874:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:407:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:411:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:874:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:411:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:879:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:415:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:415:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:879:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:419:32: error: expected ???;??? at end of member declaration<br>>        operator+=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:419:34: error: ???noexcept??? does not name a type<br>>        operator+=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:423:34: error: expected ???;??? at end of member declaration<br>>        operator+=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:423:43: error: ???noexcept??? does not name a type<br>>        operator+=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:427:32: error: expected ???;??? at end of member declaration<br>>        operator-=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:427:34: error: ???noexcept??? does not name a type<br>>        operator-=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:431:34: error: expected ???;??? at end of member declaration<br>>        operator-=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:431:43: error: ???noexcept??? does not name a type<br>>        operator-=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:435:32: error: expected ???;??? at end of member declaration<br>>        operator&=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:435:34: error: ???noexcept??? does not name a type<br>>        operator&=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:439:34: error: expected ???;??? at end of member declaration<br>>        operator&=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:439:43: error: ???noexcept??? does not name a type<br>>        operator&=(__int_type __i) volatile noexcept<br>>                                            ^<br>> In file included from /opt/root-6.02.08/include/Rtypes.h:37:0,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /usr/include/c++/4.8/atomic:60:17: error: expected ???;??? at end of member declaration<br>>      atomic_bool() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:443:32: error: expected ???;??? at end of member declaration<br>>        operator|=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:60:19: error: ???noexcept??? does not name a type<br>>      atomic_bool() noexcept = default;<br>>                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:443:34: error: ???noexcept??? does not name a type<br>>        operator|=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:61:18: error: expected ???;??? at end of member declaration<br>>      ~atomic_bool() noexcept = default;<br>>                   ^<br>> /usr/include/c++/4.8/atomic:61:20: error: ???noexcept??? does not name a type<br>>      ~atomic_bool() noexcept = default;<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:447:34: error: expected ???;??? at end of member declaration<br>>        operator|=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:66:5: error: ???constexpr??? does not name a type<br>>      constexpr atomic_bool(bool __i) noexcept : _M_base(__i) { }<br>>      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:447:43: error: ???noexcept??? does not name a type<br>>        operator|=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/atomic:66:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:69:23: error: expected ???;??? at end of member declaration<br>>      operator=(bool __i) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:451:32: error: expected ???;??? at end of member declaration<br>>        operator^=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:69:25: error: ???noexcept??? does not name a type<br>>      operator=(bool __i) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:73:25: error: expected ???;??? at end of member declaration<br>>      operator=(bool __i) volatile noexcept<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:451:34: error: ???noexcept??? does not name a type<br>>        operator^=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:73:34: error: ???noexcept??? does not name a type<br>>      operator=(bool __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:76:21: error: expected ???;??? at end of member declaration<br>>      operator bool() const noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:455:34: error: expected ???;??? at end of member declaration<br>>        operator^=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:76:27: error: ???noexcept??? does not name a type<br>>      operator bool() const noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:455:43: error: ???noexcept??? does not name a type<br>>        operator^=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/atomic:79:27: error: expected ???;??? at end of member declaration<br>>      operator bool() const volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:79:36: error: ???noexcept??? does not name a type<br>>      operator bool() const volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:459:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:83:20: error: expected ???;??? at end of member declaration<br>>      is_lock_free() const noexcept { return _M_base.is_lock_free(); }<br>>                     ^<br>> /usr/include/c++/4.8/atomic:83:26: error: ???noexcept??? does not name a type<br>>      is_lock_free() const noexcept { return _M_base.is_lock_free(); }<br>>                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:459:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:86:26: error: expected ???;??? at end of member declaration<br>>      is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }<br>>                           ^<br>> /usr/include/c++/4.8/atomic:86:35: error: ???noexcept??? does not name a type<br>>      is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:463:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:89:60: error: expected ???;??? at end of member declaration<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:463:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:89:62: error: ???noexcept??? does not name a type<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:93:62: error: expected ???;??? at end of member declaration<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:467:68: error: expected ???;??? at end of member declaration<br>>        store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/atomic:93:71: error: ???noexcept??? does not name a type<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:467:70: error: ???noexcept??? does not name a type<br>>        store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                       ^<br>> /usr/include/c++/4.8/atomic:97:51: error: expected ???;??? at end of member declaration<br>>      load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:97:57: error: ???noexcept??? does not name a type<br>>      load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:479:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:101:57: error: expected ???;??? at end of member declaration<br>>      load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:101:66: error: ???noexcept??? does not name a type<br>>      load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:479:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/atomic:105:63: error: expected ???;??? at end of member declaration<br>>      exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:490:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:105:65: error: ???noexcept??? does not name a type<br>>      exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:490:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:110:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:110:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:500:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:115:23: error: expected ???;??? at end of member declaration<br>>       memory_order __m2) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:115:25: error: ???noexcept??? does not name a type<br>>       memory_order __m2) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:500:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TClass.h: At global scope:<br>> /opt/root-6.02.08/include/TClass.h:154:24: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>        Int_t fVerbLevel=0;<br>>                         ^<br>> /usr/include/c++/4.8/atomic:120:25: error: expected ???;??? at end of member declaration<br>>       memory_order __m2) volatile noexcept<br>>                          ^<br>> /opt/root-6.02.08/include/TClass.h:155:7: error: ???unordered_set??? in namespace ???std??? does not name a type<br>>        std::unordered_set<std::string> fClassNamesSet;<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:511:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:120:34: error: ???noexcept??? does not name a type<br>>       memory_order __m2) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:125:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:511:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:125:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:519:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:130:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:130:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:519:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:135:25: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:135:27: error: ???noexcept??? does not name a type<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:526:44: error: expected ???;??? at end of member declaration<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:140:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:526:46: error: ???noexcept??? does not name a type<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:140:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:145:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:540:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:145:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:540:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:150:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:150:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:553:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:553:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:167:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:167:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:561:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:168:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:168:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:561:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/atomic:173:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(_Tp __i) noexcept : _M_i(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:569:46: error: expected ???;??? at end of member declaration<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:173:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:175:22: error: expected ???;??? at end of member declaration<br>>        operator _Tp() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:569:48: error: ???noexcept??? does not name a type<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:175:28: error: ???noexcept??? does not name a type<br>>        operator _Tp() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:178:28: error: expected ???;??? at end of member declaration<br>>        operator _Tp() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:583:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:178:37: error: ???noexcept??? does not name a type<br>>        operator _Tp() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:583:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/atomic:182:24: error: expected ???;??? at end of member declaration<br>>        operator=(_Tp __i) noexcept <br>>                         ^<br>> /usr/include/c++/4.8/atomic:182:26: error: ???noexcept??? does not name a type<br>>        operator=(_Tp __i) noexcept <br>>                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:597:49: error: expected ???;??? at end of member declaration<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:186:26: error: expected ???;??? at end of member declaration<br>>        operator=(_Tp __i) volatile noexcept <br>>                           ^<br>> /usr/include/c++/4.8/atomic:186:35: error: ???noexcept??? does not name a type<br>>        operator=(_Tp __i) volatile noexcept <br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:597:51: error: ???noexcept??? does not name a type<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:190:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:190:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:605:45: error: expected ???;??? at end of member declaration<br>>     memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/atomic:194:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:605:54: error: ???noexcept??? does not name a type<br>>     memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                       ^<br>> /usr/include/c++/4.8/atomic:194:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:198:60: error: expected ???;??? at end of member declaration<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:613:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:198:62: error: ???noexcept??? does not name a type<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:613:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:202:62: error: expected ???;??? at end of member declaration<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:202:71: error: ???noexcept??? does not name a type<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:618:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:206:52: error: expected ???;??? at end of member declaration<br>>        load(memory_order _m = memory_order_seq_cst) const noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/atomic:206:58: error: ???noexcept??? does not name a type<br>>        load(memory_order _m = memory_order_seq_cst) const noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:618:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:214:58: error: expected ???;??? at end of member declaration<br>>        load(memory_order _m = memory_order_seq_cst) const volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:214:67: error: ???noexcept??? does not name a type<br>>        load(memory_order _m = memory_order_seq_cst) const volatile noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:623:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:222:63: error: expected ???;??? at end of member declaration<br>>        exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:623:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:222:65: error: ???noexcept??? does not name a type<br>>        exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                                  ^<br>> /usr/include/c++/4.8/atomic:231:49: error: expected ???;??? at end of member declaration<br>>          memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:628:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:231:58: error: ???noexcept??? does not name a type<br>>          memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:628:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:240:24: error: expected ???;??? at end of member declaration<br>>         memory_order __f) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:240:26: error: ???noexcept??? does not name a type<br>>         memory_order __f) noexcept<br>>                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:633:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:247:26: error: expected ???;??? at end of member declaration<br>>         memory_order __f) volatile noexcept<br>>                           ^<br>> /usr/include/c++/4.8/atomic:247:35: error: ???noexcept??? does not name a type<br>>         memory_order __f) volatile noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:633:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:254:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:638:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:254:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:638:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:259:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:259:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:643:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:264:26: error: expected ???;??? at end of member declaration<br>>           memory_order __f) noexcept<br>>                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:643:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:264:28: error: ???noexcept??? does not name a type<br>>           memory_order __f) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:271:28: error: expected ???;??? at end of member declaration<br>>           memory_order __f) volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:648:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:271:37: error: ???noexcept??? does not name a type<br>>           memory_order __f) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:648:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:278:50: error: expected ???;??? at end of member declaration<br>>            memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:278:52: error: ???noexcept??? does not name a type<br>>            memory_order __m = memory_order_seq_cst) noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:653:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:283:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:653:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:283:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:658:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:296:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:658:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:296:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:297:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:297:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:673:7: error: ???constexpr??? does not name a type<br>>        constexpr ptrdiff_t<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:673:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:302:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__pointer_type __p) noexcept : _M_b(__p) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:302:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:676:7: error: ???constexpr??? does not name a type<br>>        constexpr ptrdiff_t<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:676:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:304:33: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:680:21: error: expected ???;??? at end of member declaration<br>>        __atomic_base() noexcept = default;<br>>                      ^<br>> /usr/include/c++/4.8/atomic:304:39: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:307:39: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const volatile noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:680:23: error: ???noexcept??? does not name a type<br>>        __atomic_base() noexcept = default;<br>>                        ^<br>> /usr/include/c++/4.8/atomic:307:48: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:681:22: error: expected ???;??? at end of member declaration<br>>        ~__atomic_base() noexcept = default;<br>>                       ^<br>> /usr/include/c++/4.8/atomic:311:35: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:681:24: error: ???noexcept??? does not name a type<br>>        ~__atomic_base() noexcept = default;<br>>                         ^<br>> /usr/include/c++/4.8/atomic:311:37: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:315:37: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:315:46: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:687:7: error: ???constexpr??? does not name a type<br>>        constexpr __atomic_base(__pointer_type __p) noexcept : _M_p (__p) { }<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:687:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:319:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:319:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:689:33: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:323:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:689:39: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:323:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:692:39: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const volatile noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:327:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:327:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:692:48: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:331:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:696:35: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:331:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:335:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:696:37: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:335:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:703:37: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:339:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:339:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:703:46: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:343:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:710:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:343:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:347:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:710:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:347:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:714:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:351:31: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:351:33: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:714:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:355:33: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:718:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:355:42: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:718:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:359:31: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:359:33: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:722:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:363:33: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:722:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:363:42: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:367:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:726:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:367:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:726:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:371:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:371:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:731:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:376:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:731:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:376:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:736:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:381:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:381:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:736:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:385:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:741:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:385:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:741:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:389:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:389:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:746:31: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:394:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:746:33: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:394:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:399:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:751:33: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:399:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:751:42: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:404:44: error: expected ???;??? at end of member declaration<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:404:46: error: ???noexcept??? does not name a type<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:756:31: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:410:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:756:33: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:410:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:761:33: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:415:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:415:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:761:42: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:423:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:766:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:423:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:766:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:431:46: error: expected ???;??? at end of member declaration<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:770:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:431:48: error: ???noexcept??? does not name a type<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:770:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /opt/root-6.02.08/include/TClass.h:319:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     TClass(const TClass& tc) = delete;<br>>                                ^<br>> /usr/include/c++/4.8/atomic:437:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:775:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/atomic:437:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /opt/root-6.02.08/include/TClass.h:320:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     TClass& operator=(const TClass&) = delete;<br>>                                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:775:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:442:49: error: expected ???;??? at end of member declaration<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:442:51: error: ???noexcept??? does not name a type<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:788:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:450:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:450:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:788:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/atomic:458:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:799:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:458:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:799:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:463:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:463:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:809:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:468:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:809:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/atomic:468:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:820:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:473:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:473:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:820:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:828:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:485:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:485:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:828:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:486:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:486:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:836:27: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:836:29: error: ???noexcept??? does not name a type<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:491:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:491:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:850:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:850:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:864:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:864:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:869:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:869:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:874:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:874:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:504:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:879:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:504:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:879:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:505:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:505:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:510:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:510:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> In file included from /opt/root-6.02.08/include/Rtypes.h:37:0,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /usr/include/c++/4.8/atomic:60:17: error: expected ???;??? at end of member declaration<br>>      atomic_bool() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:60:19: error: ???noexcept??? does not name a type<br>>      atomic_bool() noexcept = default;<br>>                    ^<br>> /usr/include/c++/4.8/atomic:523:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept= default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:61:18: error: expected ???;??? at end of member declaration<br>>      ~atomic_bool() noexcept = default;<br>>                   ^<br>> /usr/include/c++/4.8/atomic:61:20: error: ???noexcept??? does not name a type<br>>      ~atomic_bool() noexcept = default;<br>>                     ^<br>> /usr/include/c++/4.8/atomic:523:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept= default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:66:5: error: ???constexpr??? does not name a type<br>>      constexpr atomic_bool(bool __i) noexcept : _M_base(__i) { }<br>>      ^<br>> /usr/include/c++/4.8/atomic:524:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:66:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:69:23: error: expected ???;??? at end of member declaration<br>>      operator=(bool __i) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:524:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:69:25: error: ???noexcept??? does not name a type<br>>      operator=(bool __i) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:73:25: error: expected ???;??? at end of member declaration<br>>      operator=(bool __i) volatile noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:73:34: error: ???noexcept??? does not name a type<br>>      operator=(bool __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:529:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:529:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:76:21: error: expected ???;??? at end of member declaration<br>>      operator bool() const noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:76:27: error: ???noexcept??? does not name a type<br>>      operator bool() const noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:79:27: error: expected ???;??? at end of member declaration<br>>      operator bool() const volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:79:36: error: ???noexcept??? does not name a type<br>>      operator bool() const volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:83:20: error: expected ???;??? at end of member declaration<br>>      is_lock_free() const noexcept { return _M_base.is_lock_free(); }<br>>                     ^<br>> /usr/include/c++/4.8/atomic:83:26: error: ???noexcept??? does not name a type<br>>      is_lock_free() const noexcept { return _M_base.is_lock_free(); }<br>>                           ^<br>> /usr/include/c++/4.8/atomic:86:26: error: expected ???;??? at end of member declaration<br>>      is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }<br>>                           ^<br>> /usr/include/c++/4.8/atomic:86:35: error: ???noexcept??? does not name a type<br>>      is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:89:60: error: expected ???;??? at end of member declaration<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                             ^<br>> /usr/include/c++/4.8/atomic:89:62: error: ???noexcept??? does not name a type<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:93:62: error: expected ???;??? at end of member declaration<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:93:71: error: ???noexcept??? does not name a type<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                                        ^<br>> /usr/include/c++/4.8/atomic:97:51: error: expected ???;??? at end of member declaration<br>>      load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:97:57: error: ???noexcept??? does not name a type<br>>      load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:101:57: error: expected ???;??? at end of member declaration<br>>      load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:101:66: error: ???noexcept??? does not name a type<br>>      load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:105:63: error: expected ???;??? at end of member declaration<br>>      exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                ^<br>> /usr/include/c++/4.8/atomic:542:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept= default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:105:65: error: ???noexcept??? does not name a type<br>>      exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                  ^<br>> /usr/include/c++/4.8/atomic:110:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:542:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept= default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:110:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:543:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:115:23: error: expected ???;??? at end of member declaration<br>>       memory_order __m2) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:115:25: error: ???noexcept??? does not name a type<br>>       memory_order __m2) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:543:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:120:25: error: expected ???;??? at end of member declaration<br>>       memory_order __m2) volatile noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:120:34: error: ???noexcept??? does not name a type<br>>       memory_order __m2) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:548:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:125:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/atomic:548:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:125:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:130:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:130:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:135:25: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:135:27: error: ???noexcept??? does not name a type<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:140:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:140:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:145:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:145:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:150:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:150:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:167:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:561:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:167:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:168:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:561:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:168:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:562:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:173:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(_Tp __i) noexcept : _M_i(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:173:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:562:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:175:22: error: expected ???;??? at end of member declaration<br>>        operator _Tp() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:175:28: error: ???noexcept??? does not name a type<br>>        operator _Tp() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:567:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:567:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:178:28: error: expected ???;??? at end of member declaration<br>>        operator _Tp() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:178:37: error: ???noexcept??? does not name a type<br>>        operator _Tp() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:182:24: error: expected ???;??? at end of member declaration<br>>        operator=(_Tp __i) noexcept <br>>                         ^<br>> /usr/include/c++/4.8/atomic:182:26: error: ???noexcept??? does not name a type<br>>        operator=(_Tp __i) noexcept <br>>                           ^<br>> /usr/include/c++/4.8/atomic:186:26: error: expected ???;??? at end of member declaration<br>>        operator=(_Tp __i) volatile noexcept <br>>                           ^<br>> /usr/include/c++/4.8/atomic:186:35: error: ???noexcept??? does not name a type<br>>        operator=(_Tp __i) volatile noexcept <br>>                                    ^<br>> /usr/include/c++/4.8/atomic:190:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:190:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:194:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> In file included from /usr/include/c++/4.8/atomic:41:0,<br>>                  from /opt/root-6.02.08/include/Rtypes.h:37,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TClass.h:156:44: error: could not convert ???{0}??? from ???<brace-enclosed initializer list>??? to ???std::atomic_flag???<br>>        mutable std::atomic_flag fSpinLock = ATOMIC_FLAG_INIT;<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:194:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:198:60: error: expected ???;??? at end of member declaration<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                             ^<br>> /usr/include/c++/4.8/atomic:198:62: error: ???noexcept??? does not name a type<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:202:62: error: expected ???;??? at end of member declaration<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:202:71: error: ???noexcept??? does not name a type<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                                        ^<br>> /usr/include/c++/4.8/atomic:580:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:206:52: error: expected ???;??? at end of member declaration<br>>        load(memory_order _m = memory_order_seq_cst) const noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/atomic:206:58: error: ???noexcept??? does not name a type<br>>        load(memory_order _m = memory_order_seq_cst) const noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:580:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:214:58: error: expected ???;??? at end of member declaration<br>>        load(memory_order _m = memory_order_seq_cst) const volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:581:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:214:67: error: ???noexcept??? does not name a type<br>>        load(memory_order _m = memory_order_seq_cst) const volatile noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:581:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:222:63: error: expected ???;??? at end of member declaration<br>>        exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                                ^<br>> /usr/include/c++/4.8/atomic:222:65: error: ???noexcept??? does not name a type<br>>        exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                                  ^<br>> /usr/include/c++/4.8/atomic:231:49: error: expected ???;??? at end of member declaration<br>>          memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:586:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:586:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:231:58: error: ???noexcept??? does not name a type<br>>          memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:240:24: error: expected ???;??? at end of member declaration<br>>         memory_order __f) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:240:26: error: ???noexcept??? does not name a type<br>>         memory_order __f) noexcept<br>>                           ^<br>> /usr/include/c++/4.8/atomic:247:26: error: expected ???;??? at end of member declaration<br>>         memory_order __f) volatile noexcept<br>>                           ^<br>> /usr/include/c++/4.8/atomic:247:35: error: ???noexcept??? does not name a type<br>>         memory_order __f) volatile noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:254:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:254:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:259:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:259:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:264:26: error: expected ???;??? at end of member declaration<br>>           memory_order __f) noexcept<br>>                           ^<br>> /usr/include/c++/4.8/atomic:264:28: error: ???noexcept??? does not name a type<br>>           memory_order __f) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:271:28: error: expected ???;??? at end of member declaration<br>>           memory_order __f) volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:271:37: error: ???noexcept??? does not name a type<br>>           memory_order __f) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:599:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:<br>> /opt/root-6.02.08/include/TClass.h: In member function ???void TClass::Streamer(void*, TBuffer&, const TClass*) const???:<br>> /opt/root-6.02.08/include/TClass.h:542:7: warning: ???auto??? changes meaning in C++11; please remove it [-Wc++0x-compat]<br>>        auto t = fStreamerImpl.load();<br>>        ^<br>> /usr/include/c++/4.8/atomic:278:50: error: expected ???;??? at end of member declaration<br>>            memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:599:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /opt/root-6.02.08/include/TClass.h:542:12: error: ???t??? does not name a type<br>>        auto t = fStreamerImpl.load();<br>>             ^<br>> /usr/include/c++/4.8/atomic:278:52: error: ???noexcept??? does not name a type<br>>            memory_order __m = memory_order_seq_cst) noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/atomic:600:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:283:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /opt/root-6.02.08/include/TClass.h:543:32: error: ???t??? was not declared in this scope<br>>        t(this,obj,b,onfile_class);<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:600:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:283:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:605:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:605:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:296:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:296:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:297:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:297:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:302:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__pointer_type __p) noexcept : _M_b(__p) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:302:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:304:33: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:304:39: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:307:39: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const volatile noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:307:48: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:311:35: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:311:37: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:315:37: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:618:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:315:46: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:618:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:319:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:319:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:619:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:323:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:619:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:323:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:327:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:327:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:624:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:624:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:331:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:331:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:335:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:335:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:339:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:339:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:343:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:343:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:347:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:347:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:351:31: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:351:33: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:355:33: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:637:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:355:42: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:637:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:359:31: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:638:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:359:33: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:638:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:363:33: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:363:42: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:367:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:643:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:643:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:367:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:371:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:371:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:376:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/atomic:376:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:381:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:381:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/atomic:385:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:385:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:389:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:389:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/atomic:394:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:656:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:394:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:656:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:399:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:657:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:399:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:657:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:404:44: error: expected ???;??? at end of member declaration<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:404:46: error: ???noexcept??? does not name a type<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:662:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:662:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:410:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:410:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:415:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:415:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:423:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:423:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:431:46: error: expected ???;??? at end of member declaration<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:431:48: error: ???noexcept??? does not name a type<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:437:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:437:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/atomic:442:49: error: expected ???;??? at end of member declaration<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:675:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:442:51: error: ???noexcept??? does not name a type<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:675:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:450:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:676:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:450:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:676:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:458:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:458:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:681:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:681:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:463:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:463:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:468:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:468:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:473:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:473:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:485:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:485:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:486:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:694:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:486:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:694:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:491:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:695:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:491:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:695:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:700:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:700:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:504:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:504:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:713:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:505:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:713:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:505:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:714:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:714:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:510:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:510:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:719:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:719:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:727:19: error: ???char16_t??? was not declared in this scope<br>>      struct atomic<char16_t> : public atomic_char16_t<br>>                    ^<br>> /usr/include/c++/4.8/atomic:727:27: error: template argument 1 is invalid<br>>      struct atomic<char16_t> : public atomic_char16_t<br>>                            ^<br>> /usr/include/c++/4.8/atomic:728:5: error: expected class-name before ???{??? token<br>>      {<br>>      ^<br>> /usr/include/c++/4.8/atomic:746:19: error: ???char32_t??? was not declared in this scope<br>>      struct atomic<char32_t> : public atomic_char32_t<br>>                    ^<br>> /usr/include/c++/4.8/atomic:746:27: error: template argument 1 is invalid<br>>      struct atomic<char32_t> : public atomic_char32_t<br>>                            ^<br>> /usr/include/c++/4.8/atomic:747:5: error: expected class-name before ???{??? token<br>>      {<br>>      ^<br>> /usr/include/c++/4.8/atomic:523:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept= default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:767:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:523:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept= default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:772:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:524:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:524:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:776:66: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:781:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:529:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:529:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:785:46: error: expected initializer before ???noexcept???<br>>    atomic_flag_test_and_set(atomic_flag* __a) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:789:55: error: expected initializer before ???noexcept???<br>>    atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept<br>>                                                        ^<br>> /usr/include/c++/4.8/atomic:793:39: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear(atomic_flag* __a) noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:797:48: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear(volatile atomic_flag* __a) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:804:50: error: expected initializer before ???noexcept???<br>>      atomic_is_lock_free(const atomic<_ITp>* __a) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:809:59: error: expected initializer before ???noexcept???<br>>      atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:814:46: error: expected initializer before ???noexcept???<br>>      atomic_init(atomic<_ITp>* __a, _ITp __i) noexcept;<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:818:55: error: expected initializer before ???noexcept???<br>>      atomic_init(volatile atomic<_ITp>* __a, _ITp __i) noexcept;<br>>                                                        ^<br>> /usr/include/c++/4.8/atomic:542:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept= default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:542:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept= default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:823:24: error: expected initializer before ???noexcept???<br>>       memory_order __m) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:543:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:543:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:829:24: error: expected initializer before ???noexcept???<br>>       memory_order __m) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:834:69: error: expected initializer before ???noexcept???<br>>      atomic_load_explicit(const atomic<_ITp>* __a, memory_order __m) noexcept<br>>                                                                      ^<br>> /usr/include/c++/4.8/atomic:548:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:548:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:840:23: error: expected initializer before ???noexcept???<br>>      memory_order __m) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:846:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:852:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:860:27: error: expected initializer before ???noexcept???<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:868:27: error: expected initializer before ???noexcept???<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:876:29: error: expected initializer before ???noexcept???<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:561:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:884:29: error: expected initializer before ???noexcept???<br>>           memory_order __m2) noexcept<br>>                              ^<br>> In file included from /usr/include/c++/4.8/atomic:41:0,<br>>                  from /opt/root-6.02.08/include/TFile.h:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /usr/include/c++/4.8/bits/atomic_base.h:70:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/atomic:561:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:70:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:76:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/atomic:890:47: error: expected initializer before ???noexcept???<br>>      atomic_store(atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:76:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:562:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:83:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:83:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:90:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:90:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:895:56: error: expected initializer before ???noexcept???<br>>      atomic_store(volatile atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/atomic:562:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:98:41: error: expected initializer before ???noexcept???<br>>    atomic_thread_fence(memory_order __m) noexcept<br>>                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:102:41: error: expected initializer before ???noexcept???<br>>    atomic_signal_fence(memory_order __m) noexcept<br>>                                          ^<br>> /usr/include/c++/4.8/atomic:900:42: error: expected initializer before ???noexcept???<br>>      atomic_load(const atomic<_ITp>* __a) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:108:30: error: expected initializer before ???noexcept???<br>>      kill_dependency(_Tp __y) noexcept<br>>                               ^<br>> /usr/include/c++/4.8/atomic:567:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:567:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:905:51: error: expected initializer before ???noexcept???<br>>      atomic_load(const volatile atomic<_ITp>* __a) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:25: error: ???char16_t??? was not declared in this scope<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                          ^<br>> /usr/include/c++/4.8/atomic:910:50: error: expected initializer before ???noexcept???<br>>      atomic_exchange(atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:915:59: error: expected initializer before ???noexcept???<br>>      atomic_exchange(volatile atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:25: error: ???char32_t??? was not declared in this scope<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:921:29: error: expected initializer before ???noexcept???<br>>       _ITp* __i1, _ITp __i2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:25: error: ???char32_t??? was not declared in this scope<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:931:29: error: expected initializer before ???noexcept???<br>>       _ITp* __i1, _ITp __i2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:941:31: error: expected initializer before ???noexcept???<br>>         _ITp* __i1, _ITp __i2) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:580:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:580:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:951:31: error: expected initializer before ???noexcept???<br>>         _ITp* __i1, _ITp __i2) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:273:17: error: expected ???;??? at end of member declaration<br>>      atomic_flag() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:581:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:273:19: error: ???noexcept??? does not name a type<br>>      atomic_flag() noexcept = default;<br>>                    ^<br>> /usr/include/c++/4.8/atomic:965:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:581:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:274:18: error: expected ???;??? at end of member declaration<br>>      ~atomic_flag() noexcept = default;<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:274:20: error: ???noexcept??? does not name a type<br>>      ~atomic_flag() noexcept = default;<br>>                     ^<br>> /usr/include/c++/4.8/atomic:971:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:586:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:586:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:280:5: error: ???constexpr??? does not name a type<br>>      constexpr atomic_flag(bool __i) noexcept<br>>      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:280:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:977:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:282:5: error: expected unqualified-id before ???{??? token<br>>      { }<br>>      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:285:57: error: expected ???;??? at end of member declaration<br>>      test_and_set(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:983:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:285:59: error: ???noexcept??? does not name a type<br>>      test_and_set(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:291:59: error: expected ???;??? at end of member declaration<br>>      test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:989:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:291:68: error: ???noexcept??? does not name a type<br>>      test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:297:50: error: expected ???;??? at end of member declaration<br>>      clear(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:297:52: error: ???noexcept??? does not name a type<br>>      clear(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/atomic:995:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:308:52: error: expected ???;??? at end of member declaration<br>>      clear(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:308:61: error: ???noexcept??? does not name a type<br>>      clear(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                              ^<br>> /usr/include/c++/4.8/atomic:1001:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:319:12: error: ???constexpr??? does not name a type<br>>      static constexpr __atomic_flag_data_type<br>>             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:319:12: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:1007:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:599:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:357:21: error: expected ???;??? at end of member declaration<br>>        __atomic_base() noexcept = default;<br>>                      ^<br>> /usr/include/c++/4.8/atomic:1013:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:599:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:357:23: error: ???noexcept??? does not name a type<br>>        __atomic_base() noexcept = default;<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:358:22: error: expected ???;??? at end of member declaration<br>>        ~__atomic_base() noexcept = default;<br>>                       ^<br>> /usr/include/c++/4.8/atomic:600:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:1019:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:358:24: error: ???noexcept??? does not name a type<br>>        ~__atomic_base() noexcept = default;<br>>                         ^<br>> /usr/include/c++/4.8/atomic:600:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:1024:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:364:7: error: ???constexpr??? does not name a type<br>>        constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:364:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:605:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:605:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:366:29: error: expected ???;??? at end of member declaration<br>>        operator __int_type() const noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:1029:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:366:35: error: ???noexcept??? does not name a type<br>>        operator __int_type() const noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:369:35: error: expected ???;??? at end of member declaration<br>>        operator __int_type() const volatile noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:1034:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:369:44: error: ???noexcept??? does not name a type<br>>        operator __int_type() const volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:373:31: error: expected ???;??? at end of member declaration<br>>        operator=(__int_type __i) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:1039:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:373:33: error: ???noexcept??? does not name a type<br>>        operator=(__int_type __i) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:380:33: error: expected ???;??? at end of member declaration<br>>        operator=(__int_type __i) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:1044:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_and(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:380:42: error: ???noexcept??? does not name a type<br>>        operator=(__int_type __i) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:387:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:1049:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_and(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:387:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:391:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:1054:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_or(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:618:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:391:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:618:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:1059:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_or(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:395:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:395:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:619:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:1064:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_xor(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:399:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:619:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:399:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:1069:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_xor(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:403:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:624:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:624:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:403:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:1077:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:407:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:407:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:1083:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:411:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:411:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:1088:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:415:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:415:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:1093:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:419:32: error: expected ???;??? at end of member declaration<br>>        operator+=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:419:34: error: ???noexcept??? does not name a type<br>>        operator+=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:1099:43: error: expected initializer before ???noexcept???<br>>           ptrdiff_t __d, memory_order __m) noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:423:34: error: expected ???;??? at end of member declaration<br>>        operator+=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:423:43: error: ???noexcept??? does not name a type<br>>        operator+=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/atomic:637:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:1105:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:427:32: error: expected ???;??? at end of member declaration<br>>        operator-=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:637:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:427:34: error: ???noexcept??? does not name a type<br>>        operator-=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:1110:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:638:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:431:34: error: expected ???;??? at end of member declaration<br>>        operator-=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:638:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:431:43: error: ???noexcept??? does not name a type<br>>        operator-=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/atomic:1115:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:435:32: error: expected ???;??? at end of member declaration<br>>        operator&=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:643:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:643:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:435:34: error: ???noexcept??? does not name a type<br>>        operator&=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:439:34: error: expected ???;??? at end of member declaration<br>>        operator&=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:439:43: error: ???noexcept??? does not name a type<br>>        operator&=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:443:32: error: expected ???;??? at end of member declaration<br>>        operator|=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:443:34: error: ???noexcept??? does not name a type<br>>        operator|=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:447:34: error: expected ???;??? at end of member declaration<br>>        operator|=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:447:43: error: ???noexcept??? does not name a type<br>>        operator|=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:451:32: error: expected ???;??? at end of member declaration<br>>        operator^=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:451:34: error: ???noexcept??? does not name a type<br>>        operator^=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:455:34: error: expected ???;??? at end of member declaration<br>>        operator^=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:455:43: error: ???noexcept??? does not name a type<br>>        operator^=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:459:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:656:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:459:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:656:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:463:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:657:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:463:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:657:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:467:68: error: expected ???;??? at end of member declaration<br>>        store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:467:70: error: ???noexcept??? does not name a type<br>>        store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                       ^<br>> /usr/include/c++/4.8/atomic:662:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:479:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:662:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:479:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:490:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:490:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:500:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:500:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:511:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:511:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:519:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:519:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:526:44: error: expected ???;??? at end of member declaration<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:675:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:526:46: error: ???noexcept??? does not name a type<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:675:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:540:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:540:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:676:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:676:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:553:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:553:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:681:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:561:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:681:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:561:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:569:46: error: expected ???;??? at end of member declaration<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:569:48: error: ???noexcept??? does not name a type<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:583:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:583:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:597:49: error: expected ???;??? at end of member declaration<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:597:51: error: ???noexcept??? does not name a type<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:605:45: error: expected ???;??? at end of member declaration<br>>     memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:605:54: error: ???noexcept??? does not name a type<br>>     memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                       ^<br>> /usr/include/c++/4.8/atomic:694:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:613:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:694:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:613:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:618:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:695:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:618:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:695:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:623:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:623:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:700:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:700:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:628:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:628:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:633:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:633:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:638:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:638:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:643:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:643:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:648:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:648:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:713:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:713:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:653:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:653:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:714:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:714:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:658:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:658:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:719:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:719:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:673:7: error: ???constexpr??? does not name a type<br>>        constexpr ptrdiff_t<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:673:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:727:19: error: ???char16_t??? was not declared in this scope<br>>      struct atomic<char16_t> : public atomic_char16_t<br>>                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:676:7: error: ???constexpr??? does not name a type<br>>        constexpr ptrdiff_t<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:676:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:727:27: error: template argument 1 is invalid<br>>      struct atomic<char16_t> : public atomic_char16_t<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:680:21: error: expected ???;??? at end of member declaration<br>>        __atomic_base() noexcept = default;<br>>                      ^<br>> /usr/include/c++/4.8/atomic:728:5: error: expected class-name before ???{??? token<br>>      {<br>>      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:680:23: error: ???noexcept??? does not name a type<br>>        __atomic_base() noexcept = default;<br>>                        ^<br>> /usr/include/c++/4.8/atomic:746:19: error: ???char32_t??? was not declared in this scope<br>>      struct atomic<char32_t> : public atomic_char32_t<br>>                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:681:22: error: expected ???;??? at end of member declaration<br>>        ~__atomic_base() noexcept = default;<br>>                       ^<br>> /usr/include/c++/4.8/atomic:746:27: error: template argument 1 is invalid<br>>      struct atomic<char32_t> : public atomic_char32_t<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:681:24: error: ???noexcept??? does not name a type<br>>        ~__atomic_base() noexcept = default;<br>>                         ^<br>> /usr/include/c++/4.8/atomic:747:5: error: expected class-name before ???{??? token<br>>      {<br>>      ^<br>> /usr/include/c++/4.8/atomic:767:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:687:7: error: ???constexpr??? does not name a type<br>>        constexpr __atomic_base(__pointer_type __p) noexcept : _M_p (__p) { }<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:687:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:772:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:689:33: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:689:39: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:776:66: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:692:39: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const volatile noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:781:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:692:48: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:785:46: error: expected initializer before ???noexcept???<br>>    atomic_flag_test_and_set(atomic_flag* __a) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:696:35: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:789:55: error: expected initializer before ???noexcept???<br>>    atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept<br>>                                                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:696:37: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:793:39: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear(atomic_flag* __a) noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:703:37: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:797:48: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear(volatile atomic_flag* __a) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:703:46: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:804:50: error: expected initializer before ???noexcept???<br>>      atomic_is_lock_free(const atomic<_ITp>* __a) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:710:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:809:59: error: expected initializer before ???noexcept???<br>>      atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:710:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:714:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:814:46: error: expected initializer before ???noexcept???<br>>      atomic_init(atomic<_ITp>* __a, _ITp __i) noexcept;<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:714:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:818:55: error: expected initializer before ???noexcept???<br>>      atomic_init(volatile atomic<_ITp>* __a, _ITp __i) noexcept;<br>>                                                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:718:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:823:24: error: expected initializer before ???noexcept???<br>>       memory_order __m) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:718:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:829:24: error: expected initializer before ???noexcept???<br>>       memory_order __m) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:722:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:722:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:834:69: error: expected initializer before ???noexcept???<br>>      atomic_load_explicit(const atomic<_ITp>* __a, memory_order __m) noexcept<br>>                                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:726:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:840:23: error: expected initializer before ???noexcept???<br>>      memory_order __m) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:726:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:846:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:731:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:852:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:731:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:736:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:860:27: error: expected initializer before ???noexcept???<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:736:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:868:27: error: expected initializer before ???noexcept???<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:741:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:876:29: error: expected initializer before ???noexcept???<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:741:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:746:31: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:884:29: error: expected initializer before ???noexcept???<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:746:33: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:890:47: error: expected initializer before ???noexcept???<br>>      atomic_store(atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:751:33: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:895:56: error: expected initializer before ???noexcept???<br>>      atomic_store(volatile atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:751:42: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:900:42: error: expected initializer before ???noexcept???<br>>      atomic_load(const atomic<_ITp>* __a) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:756:31: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:905:51: error: expected initializer before ???noexcept???<br>>      atomic_load(const volatile atomic<_ITp>* __a) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:756:33: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:910:50: error: expected initializer before ???noexcept???<br>>      atomic_exchange(atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:761:33: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:761:42: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:915:59: error: expected initializer before ???noexcept???<br>>      atomic_exchange(volatile atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:766:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:921:29: error: expected initializer before ???noexcept???<br>>       _ITp* __i1, _ITp __i2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:766:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:931:29: error: expected initializer before ???noexcept???<br>>       _ITp* __i1, _ITp __i2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:770:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:770:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:941:31: error: expected initializer before ???noexcept???<br>>         _ITp* __i1, _ITp __i2) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:775:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/atomic:951:31: error: expected initializer before ???noexcept???<br>>         _ITp* __i1, _ITp __i2) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:775:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:965:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:788:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:788:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/atomic:971:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:799:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:977:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:799:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:983:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:809:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:989:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:809:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/atomic:995:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:820:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:820:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:1001:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:828:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:1007:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:828:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:1013:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:836:27: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:836:29: error: ???noexcept??? does not name a type<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:1019:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:850:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:1024:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:850:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/atomic:1029:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:864:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:1034:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:864:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:1039:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:869:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:1044:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_and(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:869:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:1049:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_and(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:874:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:874:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:1054:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_or(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:879:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:1059:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_or(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:879:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:1064:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_xor(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1069:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_xor(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1077:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1083:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1088:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:1093:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                          ^<br>> In file included from /opt/root-6.02.08/include/TFile.h:24:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /usr/include/c++/4.8/atomic:60:17: error: expected ???;??? at end of member declaration<br>>      atomic_bool() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:1099:43: error: expected initializer before ???noexcept???<br>>           ptrdiff_t __d, memory_order __m) noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/atomic:60:19: error: ???noexcept??? does not name a type<br>>      atomic_bool() noexcept = default;<br>>                    ^<br>> /usr/include/c++/4.8/atomic:61:18: error: expected ???;??? at end of member declaration<br>>      ~atomic_bool() noexcept = default;<br>>                   ^<br>> /usr/include/c++/4.8/atomic:61:20: error: ???noexcept??? does not name a type<br>>      ~atomic_bool() noexcept = default;<br>>                     ^<br>> /usr/include/c++/4.8/atomic:1105:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:66:5: error: ???constexpr??? does not name a type<br>>      constexpr atomic_bool(bool __i) noexcept : _M_base(__i) { }<br>>      ^<br>> /usr/include/c++/4.8/atomic:66:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:1110:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:69:23: error: expected ???;??? at end of member declaration<br>>      operator=(bool __i) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:69:25: error: ???noexcept??? does not name a type<br>>      operator=(bool __i) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:73:25: error: expected ???;??? at end of member declaration<br>>      operator=(bool __i) volatile noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:1115:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:73:34: error: ???noexcept??? does not name a type<br>>      operator=(bool __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:76:21: error: expected ???;??? at end of member declaration<br>>      operator bool() const noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:76:27: error: ???noexcept??? does not name a type<br>>      operator bool() const noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:79:27: error: expected ???;??? at end of member declaration<br>>      operator bool() const volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:79:36: error: ???noexcept??? does not name a type<br>>      operator bool() const volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:83:20: error: expected ???;??? at end of member declaration<br>>      is_lock_free() const noexcept { return _M_base.is_lock_free(); }<br>>                     ^<br>> /usr/include/c++/4.8/atomic:83:26: error: ???noexcept??? does not name a type<br>>      is_lock_free() const noexcept { return _M_base.is_lock_free(); }<br>>                           ^<br>> /usr/include/c++/4.8/atomic:86:26: error: expected ???;??? at end of member declaration<br>>      is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }<br>>                           ^<br>> /usr/include/c++/4.8/atomic:86:35: error: ???noexcept??? does not name a type<br>>      is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:89:60: error: expected ???;??? at end of member declaration<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                             ^<br>> /usr/include/c++/4.8/atomic:89:62: error: ???noexcept??? does not name a type<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:93:62: error: expected ???;??? at end of member declaration<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:93:71: error: ???noexcept??? does not name a type<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                                        ^<br>> /usr/include/c++/4.8/atomic:97:51: error: expected ???;??? at end of member declaration<br>>      load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:97:57: error: ???noexcept??? does not name a type<br>>      load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:101:57: error: expected ???;??? at end of member declaration<br>>      load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:101:66: error: ???noexcept??? does not name a type<br>>      load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:105:63: error: expected ???;??? at end of member declaration<br>>      exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                ^<br>> /usr/include/c++/4.8/atomic:105:65: error: ???noexcept??? does not name a type<br>>      exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                  ^<br>> /usr/include/c++/4.8/atomic:110:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:110:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:115:23: error: expected ???;??? at end of member declaration<br>>       memory_order __m2) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:115:25: error: ???noexcept??? does not name a type<br>>       memory_order __m2) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:120:25: error: expected ???;??? at end of member declaration<br>>       memory_order __m2) volatile noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:120:34: error: ???noexcept??? does not name a type<br>>       memory_order __m2) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:125:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/atomic:125:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:130:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:130:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:135:25: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:135:27: error: ???noexcept??? does not name a type<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:140:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:140:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:145:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:145:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:150:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:150:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:167:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:167:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:168:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:168:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:173:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(_Tp __i) noexcept : _M_i(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:173:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:175:22: error: expected ???;??? at end of member declaration<br>>        operator _Tp() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:175:28: error: ???noexcept??? does not name a type<br>>        operator _Tp() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:178:28: error: expected ???;??? at end of member declaration<br>>        operator _Tp() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:178:37: error: ???noexcept??? does not name a type<br>>        operator _Tp() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:182:24: error: expected ???;??? at end of member declaration<br>>        operator=(_Tp __i) noexcept <br>>                         ^<br>> /usr/include/c++/4.8/atomic:182:26: error: ???noexcept??? does not name a type<br>>        operator=(_Tp __i) noexcept <br>>                           ^<br>> /usr/include/c++/4.8/atomic:186:26: error: expected ???;??? at end of member declaration<br>>        operator=(_Tp __i) volatile noexcept <br>>                           ^<br>> /usr/include/c++/4.8/atomic:186:35: error: ???noexcept??? does not name a type<br>>        operator=(_Tp __i) volatile noexcept <br>>                                    ^<br>> /usr/include/c++/4.8/atomic:190:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:190:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:194:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:194:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:198:60: error: expected ???;??? at end of member declaration<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                             ^<br>> /usr/include/c++/4.8/atomic:198:62: error: ???noexcept??? does not name a type<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:202:62: error: expected ???;??? at end of member declaration<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:202:71: error: ???noexcept??? does not name a type<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                                        ^<br>> /usr/include/c++/4.8/atomic:206:52: error: expected ???;??? at end of member declaration<br>>        load(memory_order _m = memory_order_seq_cst) const noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/atomic:206:58: error: ???noexcept??? does not name a type<br>>        load(memory_order _m = memory_order_seq_cst) const noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:214:58: error: expected ???;??? at end of member declaration<br>>        load(memory_order _m = memory_order_seq_cst) const volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:214:67: error: ???noexcept??? does not name a type<br>>        load(memory_order _m = memory_order_seq_cst) const volatile noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:222:63: error: expected ???;??? at end of member declaration<br>>        exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                                ^<br>> /usr/include/c++/4.8/atomic:222:65: error: ???noexcept??? does not name a type<br>>        exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                                  ^<br>> /usr/include/c++/4.8/atomic:231:49: error: expected ???;??? at end of member declaration<br>>          memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:231:58: error: ???noexcept??? does not name a type<br>>          memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:240:24: error: expected ???;??? at end of member declaration<br>>         memory_order __f) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:240:26: error: ???noexcept??? does not name a type<br>>         memory_order __f) noexcept<br>>                           ^<br>> /usr/include/c++/4.8/atomic:247:26: error: expected ???;??? at end of member declaration<br>>         memory_order __f) volatile noexcept<br>>                           ^<br>> /usr/include/c++/4.8/atomic:247:35: error: ???noexcept??? does not name a type<br>>         memory_order __f) volatile noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:254:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:254:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:259:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:259:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:264:26: error: expected ???;??? at end of member declaration<br>>           memory_order __f) noexcept<br>>                           ^<br>> /usr/include/c++/4.8/atomic:264:28: error: ???noexcept??? does not name a type<br>>           memory_order __f) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:271:28: error: expected ???;??? at end of member declaration<br>>           memory_order __f) volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:271:37: error: ???noexcept??? does not name a type<br>>           memory_order __f) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:278:50: error: expected ???;??? at end of member declaration<br>>            memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:278:52: error: ???noexcept??? does not name a type<br>>            memory_order __m = memory_order_seq_cst) noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/atomic:283:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:283:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:296:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:296:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:297:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:297:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:302:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__pointer_type __p) noexcept : _M_b(__p) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:302:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:304:33: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:304:39: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:307:39: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const volatile noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:307:48: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:311:35: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:311:37: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:315:37: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:315:46: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:319:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:319:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:323:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:323:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:327:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:327:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:331:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:331:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:335:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:335:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:339:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:339:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:343:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:343:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:347:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:347:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:351:31: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:351:33: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:355:33: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:355:42: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:359:31: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:359:33: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:363:33: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:363:42: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:367:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:367:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:371:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:371:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:376:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/atomic:376:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:381:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:381:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/atomic:385:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:385:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:389:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:389:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/atomic:394:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:394:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:399:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:399:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:404:44: error: expected ???;??? at end of member declaration<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:404:46: error: ???noexcept??? does not name a type<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:410:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:410:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:415:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:415:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:423:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:423:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:431:46: error: expected ???;??? at end of member declaration<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:431:48: error: ???noexcept??? does not name a type<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:437:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:437:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/atomic:442:49: error: expected ???;??? at end of member declaration<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:442:51: error: ???noexcept??? does not name a type<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:450:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:450:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:458:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:458:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:463:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:463:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:468:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:468:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:473:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:473:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:485:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:485:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:486:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:486:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:491:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:491:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:504:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:504:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:505:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> In file included from /opt/root-6.02.08/include/TString.h:36:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:29,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TMathBase.h: In function ???Float_t TMath::Sign(Float_t, Float_t)???:<br>> /opt/root-6.02.08/include/TMathBase.h:144:13: error: ???copysign??? is not a member of ???std???<br>>     { return std::copysign(a,b);  }<br>>              ^<br>> /opt/root-6.02.08/include/TMathBase.h:144:13: note: suggested alternative:<br>> /usr/include/c++/4.8/atomic:505:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> In file included from /usr/include/features.h:374:0,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,<br>>                  from /usr/include/c++/4.8/complex:41,<br>>                  from /usr/local/include/Geant4/G4Types.hh:67,<br>>                  from /usr/local/include/Geant4/G4ios.hh:39,<br>>                  from /usr/local/include/Geant4/globals.hh:49,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateMessenger.hh:13,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/digits_hits/include/GateOutputModuleMessenger.hh:13,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note:   ???copysign???<br>>  __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));<br>>  ^<br>> /usr/include/c++/4.8/atomic:510:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> In file included from /opt/root-6.02.08/include/TString.h:36:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:29,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TMathBase.h: In function ???Double_t TMath::Sign(Double_t, Double_t)???:<br>> /opt/root-6.02.08/include/TMathBase.h:147:13: error: ???copysign??? is not a member of ???std???<br>>     { return std::copysign(a,b);  }<br>>              ^<br>> /usr/include/c++/4.8/atomic:510:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /opt/root-6.02.08/include/TMathBase.h:147:13: note: suggested alternative:<br>> In file included from /usr/include/features.h:374:0,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,<br>>                  from /usr/include/c++/4.8/complex:41,<br>>                  from /usr/local/include/Geant4/G4Types.hh:67,<br>>                  from /usr/local/include/Geant4/G4ios.hh:39,<br>>                  from /usr/local/include/Geant4/globals.hh:49,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateMessenger.hh:13,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/digits_hits/include/GateOutputModuleMessenger.hh:13,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note:   ???copysign???<br>>  __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));<br>>  ^<br>> /usr/include/c++/4.8/atomic:523:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept= default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:523:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept= default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:524:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:524:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:529:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:529:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:542:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept= default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:542:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept= default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:543:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:543:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:548:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:548:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:561:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:561:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:562:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:562:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:567:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:567:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:580:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:580:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:581:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:581:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:586:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:586:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:599:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:599:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:600:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:600:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:605:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:605:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:618:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:618:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:619:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:619:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:624:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:624:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:637:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:637:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:638:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:638:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:643:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:643:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:656:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:656:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:657:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:657:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:662:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:662:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:675:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:675:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:676:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:676:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:681:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:681:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:694:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:694:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:695:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:695:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> make[2]: *** [CMakeFiles/Gate.dir/source/arf/src/GateARFTable.cc.o] Error 1<br>> /usr/include/c++/4.8/atomic:700:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> make[2]: *** Waiting for unfinished jobs..../usr/include/c++/4.8/atomic:700:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> <br>> In file included from /opt/root-6.02.08/include/TString.h:36:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:29,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TMathBase.h: In function ???Float_t TMath::Sign(Float_t, Float_t)???:<br>> /opt/root-6.02.08/include/TMathBase.h:144:13: error: ???copysign??? is not a member of ???std???<br>>     { return std::copysign(a,b);  }<br>>              ^<br>> /opt/root-6.02.08/include/TMathBase.h:144:13: note: suggested alternative:<br>> In file included from /usr/include/features.h:374:0,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,<br>>                  from /usr/include/c++/4.8/complex:41,<br>>                  from /usr/local/include/Geant4/G4Types.hh:67,<br>>                  from /usr/local/include/Geant4/G4ios.hh:39,<br>>                  from /usr/local/include/Geant4/globals.hh:49,<br>>                  from /usr/local/include/Geant4/G4Run.hh:33,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/digits_hits/include/GateRecorderBase.hh:12,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/digits_hits/include/GateVOutputModule.hh:13,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note:   ???copysign???<br>>  __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));<br>>  ^<br>> In file included from /opt/root-6.02.08/include/TString.h:36:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:29,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TMathBase.h: In function ???Double_t TMath::Sign(Double_t, Double_t)???:<br>> /opt/root-6.02.08/include/TMathBase.h:147:13: error: ???copysign??? is not a member of ???std???<br>>     { return std::copysign(a,b);  }<br>>              ^<br>> /opt/root-6.02.08/include/TMathBase.h:147:13: note: suggested alternative:<br>> In file included from /usr/include/features.h:374:0,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,<br>>                  from /usr/include/c++/4.8/complex:41,<br>>                  from /usr/local/include/Geant4/G4Types.hh:67,<br>>                  from /usr/local/include/Geant4/G4ios.hh:39,<br>>                  from /usr/local/include/Geant4/globals.hh:49,<br>>                  from /usr/local/include/Geant4/G4Run.hh:33,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/digits_hits/include/GateRecorderBase.hh:12,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/digits_hits/include/GateVOutputModule.hh:13,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note:   ???copysign???<br>>  __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));<br>>  ^<br>> /usr/include/c++/4.8/atomic:713:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:713:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:714:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:714:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:719:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:719:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:727:19: error: ???char16_t??? was not declared in this scope<br>>      struct atomic<char16_t> : public atomic_char16_t<br>>                    ^<br>> /usr/include/c++/4.8/atomic:727:27: error: template argument 1 is invalid<br>>      struct atomic<char16_t> : public atomic_char16_t<br>>                            ^<br>> /usr/include/c++/4.8/atomic:728:5: error: expected class-name before ???{??? token<br>>      {<br>>      ^<br>> /usr/include/c++/4.8/atomic:746:19: error: ???char32_t??? was not declared in this scope<br>>      struct atomic<char32_t> : public atomic_char32_t<br>>                    ^<br>> /usr/include/c++/4.8/atomic:746:27: error: template argument 1 is invalid<br>>      struct atomic<char32_t> : public atomic_char32_t<br>>                            ^<br>> /usr/include/c++/4.8/atomic:747:5: error: expected class-name before ???{??? token<br>>      {<br>>      ^<br>> /usr/include/c++/4.8/atomic:767:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:772:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:776:66: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:781:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:785:46: error: expected initializer before ???noexcept???<br>>    atomic_flag_test_and_set(atomic_flag* __a) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:789:55: error: expected initializer before ???noexcept???<br>>    atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept<br>>                                                        ^<br>> /usr/include/c++/4.8/atomic:793:39: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear(atomic_flag* __a) noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:797:48: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear(volatile atomic_flag* __a) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:804:50: error: expected initializer before ???noexcept???<br>>      atomic_is_lock_free(const atomic<_ITp>* __a) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:809:59: error: expected initializer before ???noexcept???<br>>      atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:814:46: error: expected initializer before ???noexcept???<br>>      atomic_init(atomic<_ITp>* __a, _ITp __i) noexcept;<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:818:55: error: expected initializer before ???noexcept???<br>>      atomic_init(volatile atomic<_ITp>* __a, _ITp __i) noexcept;<br>>                                                        ^<br>> /usr/include/c++/4.8/atomic:823:24: error: expected initializer before ???noexcept???<br>>       memory_order __m) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:829:24: error: expected initializer before ???noexcept???<br>>       memory_order __m) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:834:69: error: expected initializer before ???noexcept???<br>>      atomic_load_explicit(const atomic<_ITp>* __a, memory_order __m) noexcept<br>>                                                                      ^<br>> /usr/include/c++/4.8/atomic:840:23: error: expected initializer before ???noexcept???<br>>      memory_order __m) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:846:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:852:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:860:27: error: expected initializer before ???noexcept???<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:868:27: error: expected initializer before ???noexcept???<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:876:29: error: expected initializer before ???noexcept???<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:884:29: error: expected initializer before ???noexcept???<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:890:47: error: expected initializer before ???noexcept???<br>>      atomic_store(atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:895:56: error: expected initializer before ???noexcept???<br>>      atomic_store(volatile atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/atomic:900:42: error: expected initializer before ???noexcept???<br>>      atomic_load(const atomic<_ITp>* __a) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:905:51: error: expected initializer before ???noexcept???<br>>      atomic_load(const volatile atomic<_ITp>* __a) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:910:50: error: expected initializer before ???noexcept???<br>>      atomic_exchange(atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:915:59: error: expected initializer before ???noexcept???<br>>      atomic_exchange(volatile atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:921:29: error: expected initializer before ???noexcept???<br>>       _ITp* __i1, _ITp __i2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:931:29: error: expected initializer before ???noexcept???<br>>       _ITp* __i1, _ITp __i2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:941:31: error: expected initializer before ???noexcept???<br>>         _ITp* __i1, _ITp __i2) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:951:31: error: expected initializer before ???noexcept???<br>>         _ITp* __i1, _ITp __i2) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:965:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:971:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:977:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:983:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:989:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:995:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1001:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:1007:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:1013:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1019:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1024:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1029:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1034:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1039:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1044:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_and(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1049:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_and(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1054:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_or(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:1059:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_or(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:1064:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_xor(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1069:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_xor(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1077:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1083:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1088:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:1093:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:1099:43: error: expected initializer before ???noexcept???<br>>           ptrdiff_t __d, memory_order __m) noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/atomic:1105:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1110:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:1115:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                          ^<br>> In file included from /opt/root-6.02.08/include/TString.h:36:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:29,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TMathBase.h: In function ???Float_t TMath::Sign(Float_t, Float_t)???:<br>> /opt/root-6.02.08/include/TMathBase.h:144:13: error: ???copysign??? is not a member of ???std???<br>>     { return std::copysign(a,b);  }<br>>              ^<br>> /opt/root-6.02.08/include/TMathBase.h:144:13: note: suggested alternative:<br>> In file included from /usr/include/features.h:374:0,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,<br>>                  from /usr/include/c++/4.8/complex:41,<br>>                  from /usr/local/include/Geant4/G4Types.hh:67,<br>>                  from /usr/local/include/Geant4/G4ios.hh:39,<br>>                  from /usr/local/include/Geant4/globals.hh:49,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateMessenger.hh:13,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateNamedObjectMessenger.hh:13,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateClockDependentMessenger.hh:13,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVolumeMessenger.hh:14,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolumeMessenger.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolumeMessenger.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:14:<br>> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note:   ???copysign???<br>>  __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));<br>>  ^<br>> In file included from /opt/root-6.02.08/include/TString.h:36:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:29,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:<br>> /opt/root-6.02.08/include/TMathBase.h: In function ???Double_t TMath::Sign(Double_t, Double_t)???:<br>> /opt/root-6.02.08/include/TMathBase.h:147:13: error: ???copysign??? is not a member of ???std???<br>>     { return std::copysign(a,b);  }<br>>              ^<br>> /opt/root-6.02.08/include/TMathBase.h:147:13: note: suggested alternative:<br>> In file included from /usr/include/features.h:374:0,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,<br>>                  from /usr/include/c++/4.8/complex:41,<br>>                  from /usr/local/include/Geant4/G4Types.hh:67,<br>>                  from /usr/local/include/Geant4/G4ios.hh:39,<br>>                  from /usr/local/include/Geant4/globals.hh:49,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateMessenger.hh:13,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateNamedObjectMessenger.hh:13,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateClockDependentMessenger.hh:13,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVolumeMessenger.hh:14,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolumeMessenger.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolumeMessenger.hh:20,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:14:<br>> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note:   ???copysign???<br>>  __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));<br>>  ^<br>> In file included from /usr/include/c++/4.8/atomic:41:0,<br>>                  from /opt/root-6.02.08/include/Rtypes.h:37,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /usr/include/c++/4.8/bits/atomic_base.h:70:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:70:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:76:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:76:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:83:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:83:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:90:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:90:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:98:41: error: expected initializer before ???noexcept???<br>>    atomic_thread_fence(memory_order __m) noexcept<br>>                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:102:41: error: expected initializer before ???noexcept???<br>>    atomic_signal_fence(memory_order __m) noexcept<br>>                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:108:30: error: expected initializer before ???noexcept???<br>>      kill_dependency(_Tp __y) noexcept<br>>                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:25: error: ???char16_t??? was not declared in this scope<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:25: error: ???char32_t??? was not declared in this scope<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:25: error: ???char32_t??? was not declared in this scope<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:273:17: error: expected ???;??? at end of member declaration<br>>      atomic_flag() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:273:19: error: ???noexcept??? does not name a type<br>>      atomic_flag() noexcept = default;<br>>                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:274:18: error: expected ???;??? at end of member declaration<br>>      ~atomic_flag() noexcept = default;<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:274:20: error: ???noexcept??? does not name a type<br>>      ~atomic_flag() noexcept = default;<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:280:5: error: ???constexpr??? does not name a type<br>>      constexpr atomic_flag(bool __i) noexcept<br>>      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:280:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:282:5: error: expected unqualified-id before ???{??? token<br>>      { }<br>>      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:285:57: error: expected ???;??? at end of member declaration<br>>      test_and_set(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:285:59: error: ???noexcept??? does not name a type<br>>      test_and_set(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:291:59: error: expected ???;??? at end of member declaration<br>>      test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:291:68: error: ???noexcept??? does not name a type<br>>      test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:297:50: error: expected ???;??? at end of member declaration<br>>      clear(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:297:52: error: ???noexcept??? does not name a type<br>>      clear(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:308:52: error: expected ???;??? at end of member declaration<br>>      clear(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:308:61: error: ???noexcept??? does not name a type<br>>      clear(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:319:12: error: ???constexpr??? does not name a type<br>>      static constexpr __atomic_flag_data_type<br>>             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:319:12: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:357:21: error: expected ???;??? at end of member declaration<br>>        __atomic_base() noexcept = default;<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:357:23: error: ???noexcept??? does not name a type<br>>        __atomic_base() noexcept = default;<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:358:22: error: expected ???;??? at end of member declaration<br>>        ~__atomic_base() noexcept = default;<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:358:24: error: ???noexcept??? does not name a type<br>>        ~__atomic_base() noexcept = default;<br>>                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:364:7: error: ???constexpr??? does not name a type<br>>        constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:364:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:366:29: error: expected ???;??? at end of member declaration<br>>        operator __int_type() const noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:366:35: error: ???noexcept??? does not name a type<br>>        operator __int_type() const noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:369:35: error: expected ???;??? at end of member declaration<br>>        operator __int_type() const volatile noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:369:44: error: ???noexcept??? does not name a type<br>>        operator __int_type() const volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:373:31: error: expected ???;??? at end of member declaration<br>>        operator=(__int_type __i) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:373:33: error: ???noexcept??? does not name a type<br>>        operator=(__int_type __i) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:380:33: error: expected ???;??? at end of member declaration<br>>        operator=(__int_type __i) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:380:42: error: ???noexcept??? does not name a type<br>>        operator=(__int_type __i) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:387:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:387:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:391:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:391:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:395:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:395:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:399:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:399:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:403:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:403:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:407:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:407:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:411:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:411:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:415:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:415:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:419:32: error: expected ???;??? at end of member declaration<br>>        operator+=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:419:34: error: ???noexcept??? does not name a type<br>>        operator+=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:423:34: error: expected ???;??? at end of member declaration<br>>        operator+=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:423:43: error: ???noexcept??? does not name a type<br>>        operator+=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:427:32: error: expected ???;??? at end of member declaration<br>>        operator-=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:427:34: error: ???noexcept??? does not name a type<br>>        operator-=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:431:34: error: expected ???;??? at end of member declaration<br>>        operator-=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:431:43: error: ???noexcept??? does not name a type<br>>        operator-=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:435:32: error: expected ???;??? at end of member declaration<br>>        operator&=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:435:34: error: ???noexcept??? does not name a type<br>>        operator&=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:439:34: error: expected ???;??? at end of member declaration<br>>        operator&=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:439:43: error: ???noexcept??? does not name a type<br>>        operator&=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:443:32: error: expected ???;??? at end of member declaration<br>>        operator|=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:443:34: error: ???noexcept??? does not name a type<br>>        operator|=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:447:34: error: expected ???;??? at end of member declaration<br>>        operator|=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:447:43: error: ???noexcept??? does not name a type<br>>        operator|=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:451:32: error: expected ???;??? at end of member declaration<br>>        operator^=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:451:34: error: ???noexcept??? does not name a type<br>>        operator^=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:455:34: error: expected ???;??? at end of member declaration<br>>        operator^=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:455:43: error: ???noexcept??? does not name a type<br>>        operator^=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:459:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:459:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:463:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:463:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:467:68: error: expected ???;??? at end of member declaration<br>>        store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:467:70: error: ???noexcept??? does not name a type<br>>        store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:479:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:479:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:490:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:490:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:500:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:500:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:511:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:511:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:519:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:519:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:526:44: error: expected ???;??? at end of member declaration<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:526:46: error: ???noexcept??? does not name a type<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:540:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:540:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:553:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:553:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:561:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:561:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:569:46: error: expected ???;??? at end of member declaration<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:569:48: error: ???noexcept??? does not name a type<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:583:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:583:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:597:49: error: expected ???;??? at end of member declaration<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:597:51: error: ???noexcept??? does not name a type<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:605:45: error: expected ???;??? at end of member declaration<br>>     memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:605:54: error: ???noexcept??? does not name a type<br>>     memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:613:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:613:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:618:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:618:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:623:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:623:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:628:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:628:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:633:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:633:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:638:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:638:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:643:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:643:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:648:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:648:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:653:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:653:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:658:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:658:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:673:7: error: ???constexpr??? does not name a type<br>>        constexpr ptrdiff_t<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:673:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:676:7: error: ???constexpr??? does not name a type<br>>        constexpr ptrdiff_t<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:676:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:680:21: error: expected ???;??? at end of member declaration<br>>        __atomic_base() noexcept = default;<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:680:23: error: ???noexcept??? does not name a type<br>>        __atomic_base() noexcept = default;<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:681:22: error: expected ???;??? at end of member declaration<br>>        ~__atomic_base() noexcept = default;<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:681:24: error: ???noexcept??? does not name a type<br>>        ~__atomic_base() noexcept = default;<br>>                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:687:7: error: ???constexpr??? does not name a type<br>>        constexpr __atomic_base(__pointer_type __p) noexcept : _M_p (__p) { }<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:687:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:689:33: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:689:39: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:692:39: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const volatile noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:692:48: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:696:35: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:696:37: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:703:37: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:703:46: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:710:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:710:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:714:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:714:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:718:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:718:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:722:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:722:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:726:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:726:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:731:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:731:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:736:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:736:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:741:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:741:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:746:31: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:746:33: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:751:33: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:751:42: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:756:31: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:756:33: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:761:33: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:761:42: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:766:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:766:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:770:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:770:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:775:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:775:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:788:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:788:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:799:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:799:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:809:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:809:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:820:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:820:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:828:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:828:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:836:27: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:836:29: error: ???noexcept??? does not name a type<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:850:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:850:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:864:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:864:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:869:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:869:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:874:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:874:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:879:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:879:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> In file included from /opt/root-6.02.08/include/Rtypes.h:37:0,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /usr/include/c++/4.8/atomic:60:17: error: expected ???;??? at end of member declaration<br>>      atomic_bool() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:60:19: error: ???noexcept??? does not name a type<br>>      atomic_bool() noexcept = default;<br>>                    ^<br>> /usr/include/c++/4.8/atomic:61:18: error: expected ???;??? at end of member declaration<br>>      ~atomic_bool() noexcept = default;<br>>                   ^<br>> /usr/include/c++/4.8/atomic:61:20: error: ???noexcept??? does not name a type<br>>      ~atomic_bool() noexcept = default;<br>>                     ^<br>> /usr/include/c++/4.8/atomic:66:5: error: ???constexpr??? does not name a type<br>>      constexpr atomic_bool(bool __i) noexcept : _M_base(__i) { }<br>>      ^<br>> /usr/include/c++/4.8/atomic:66:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:69:23: error: expected ???;??? at end of member declaration<br>>      operator=(bool __i) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:69:25: error: ???noexcept??? does not name a type<br>>      operator=(bool __i) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:73:25: error: expected ???;??? at end of member declaration<br>>      operator=(bool __i) volatile noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:73:34: error: ???noexcept??? does not name a type<br>>      operator=(bool __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:76:21: error: expected ???;??? at end of member declaration<br>>      operator bool() const noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:76:27: error: ???noexcept??? does not name a type<br>>      operator bool() const noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:79:27: error: expected ???;??? at end of member declaration<br>>      operator bool() const volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:79:36: error: ???noexcept??? does not name a type<br>>      operator bool() const volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:83:20: error: expected ???;??? at end of member declaration<br>>      is_lock_free() const noexcept { return _M_base.is_lock_free(); }<br>>                     ^<br>> In file included from /usr/include/c++/4.8/atomic:41:0,<br>>                  from /opt/root-6.02.08/include/Rtypes.h:37,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /usr/include/c++/4.8/bits/atomic_base.h:70:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:70:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:83:26: error: ???noexcept??? does not name a type<br>>      is_lock_free() const noexcept { return _M_base.is_lock_free(); }<br>>                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:76:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:76:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:86:26: error: expected ???;??? at end of member declaration<br>>      is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }<br>>                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:83:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:83:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:86:35: error: ???noexcept??? does not name a type<br>>      is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:90:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:90:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:89:60: error: expected ???;??? at end of member declaration<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:98:41: error: expected initializer before ???noexcept???<br>>    atomic_thread_fence(memory_order __m) noexcept<br>>                                          ^<br>> /usr/include/c++/4.8/atomic:89:62: error: ???noexcept??? does not name a type<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:102:41: error: expected initializer before ???noexcept???<br>>    atomic_signal_fence(memory_order __m) noexcept<br>>                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:108:30: error: expected initializer before ???noexcept???<br>>      kill_dependency(_Tp __y) noexcept<br>>                               ^<br>> /usr/include/c++/4.8/atomic:93:62: error: expected ???;??? at end of member declaration<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:93:71: error: ???noexcept??? does not name a type<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                                        ^<br>> /usr/include/c++/4.8/atomic:97:51: error: expected ???;??? at end of member declaration<br>>      load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:97:57: error: ???noexcept??? does not name a type<br>>      load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:25: error: ???char16_t??? was not declared in this scope<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                          ^<br>> /usr/include/c++/4.8/atomic:101:57: error: expected ???;??? at end of member declaration<br>>      load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:101:66: error: ???noexcept??? does not name a type<br>>      load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:105:63: error: expected ???;??? at end of member declaration<br>>      exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:25: error: ???char32_t??? was not declared in this scope<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                          ^<br>> /usr/include/c++/4.8/atomic:105:65: error: ???noexcept??? does not name a type<br>>      exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:110:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:110:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:25: error: ???char32_t??? was not declared in this scope<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                          ^<br>> /usr/include/c++/4.8/atomic:115:23: error: expected ???;??? at end of member declaration<br>>       memory_order __m2) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:115:25: error: ???noexcept??? does not name a type<br>>       memory_order __m2) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:120:25: error: expected ???;??? at end of member declaration<br>>       memory_order __m2) volatile noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:120:34: error: ???noexcept??? does not name a type<br>>       memory_order __m2) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:125:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/atomic:125:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:130:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:130:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:273:17: error: expected ???;??? at end of member declaration<br>>      atomic_flag() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:135:25: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:273:19: error: ???noexcept??? does not name a type<br>>      atomic_flag() noexcept = default;<br>>                    ^<br>> /usr/include/c++/4.8/atomic:135:27: error: ???noexcept??? does not name a type<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:274:18: error: expected ???;??? at end of member declaration<br>>      ~atomic_flag() noexcept = default;<br>>                   ^<br>> /usr/include/c++/4.8/atomic:140:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:274:20: error: ???noexcept??? does not name a type<br>>      ~atomic_flag() noexcept = default;<br>>                     ^<br>> /usr/include/c++/4.8/atomic:140:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:145:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:145:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:280:5: error: ???constexpr??? does not name a type<br>>      constexpr atomic_flag(bool __i) noexcept<br>>      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:280:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:282:5: error: expected unqualified-id before ???{??? token<br>>      { }<br>>      ^<br>> /usr/include/c++/4.8/atomic:150:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:150:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:285:57: error: expected ???;??? at end of member declaration<br>>      test_and_set(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:285:59: error: ???noexcept??? does not name a type<br>>      test_and_set(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:291:59: error: expected ???;??? at end of member declaration<br>>      test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:167:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:291:68: error: ???noexcept??? does not name a type<br>>      test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/atomic:167:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:168:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:297:50: error: expected ???;??? at end of member declaration<br>>      clear(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:168:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:297:52: error: ???noexcept??? does not name a type<br>>      clear(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:308:52: error: expected ???;??? at end of member declaration<br>>      clear(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/atomic:173:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(_Tp __i) noexcept : _M_i(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:173:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:308:61: error: ???noexcept??? does not name a type<br>>      clear(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                              ^<br>> /usr/include/c++/4.8/atomic:175:22: error: expected ???;??? at end of member declaration<br>>        operator _Tp() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:319:12: error: ???constexpr??? does not name a type<br>>      static constexpr __atomic_flag_data_type<br>>             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:319:12: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:175:28: error: ???noexcept??? does not name a type<br>>        operator _Tp() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:178:28: error: expected ???;??? at end of member declaration<br>>        operator _Tp() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:178:37: error: ???noexcept??? does not name a type<br>>        operator _Tp() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:357:21: error: expected ???;??? at end of member declaration<br>>        __atomic_base() noexcept = default;<br>>                      ^<br>> /usr/include/c++/4.8/atomic:182:24: error: expected ???;??? at end of member declaration<br>>        operator=(_Tp __i) noexcept <br>>                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:357:23: error: ???noexcept??? does not name a type<br>>        __atomic_base() noexcept = default;<br>>                        ^<br>> /usr/include/c++/4.8/atomic:182:26: error: ???noexcept??? does not name a type<br>>        operator=(_Tp __i) noexcept <br>>                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:358:22: error: expected ???;??? at end of member declaration<br>>        ~__atomic_base() noexcept = default;<br>>                       ^<br>> /usr/include/c++/4.8/atomic:186:26: error: expected ???;??? at end of member declaration<br>>        operator=(_Tp __i) volatile noexcept <br>>                           ^<br>> /usr/include/c++/4.8/atomic:186:35: error: ???noexcept??? does not name a type<br>>        operator=(_Tp __i) volatile noexcept <br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:358:24: error: ???noexcept??? does not name a type<br>>        ~__atomic_base() noexcept = default;<br>>                         ^<br>> /usr/include/c++/4.8/atomic:190:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:190:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:364:7: error: ???constexpr??? does not name a type<br>>        constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:364:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:194:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:194:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:366:29: error: expected ???;??? at end of member declaration<br>>        operator __int_type() const noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:198:60: error: expected ???;??? at end of member declaration<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:366:35: error: ???noexcept??? does not name a type<br>>        operator __int_type() const noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:198:62: error: ???noexcept??? does not name a type<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:369:35: error: expected ???;??? at end of member declaration<br>>        operator __int_type() const volatile noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:202:62: error: expected ???;??? at end of member declaration<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:369:44: error: ???noexcept??? does not name a type<br>>        operator __int_type() const volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:202:71: error: ???noexcept??? does not name a type<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                                        ^<br>> /usr/include/c++/4.8/atomic:206:52: error: expected ???;??? at end of member declaration<br>>        load(memory_order _m = memory_order_seq_cst) const noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:373:31: error: expected ???;??? at end of member declaration<br>>        operator=(__int_type __i) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:206:58: error: ???noexcept??? does not name a type<br>>        load(memory_order _m = memory_order_seq_cst) const noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:373:33: error: ???noexcept??? does not name a type<br>>        operator=(__int_type __i) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:214:58: error: expected ???;??? at end of member declaration<br>>        load(memory_order _m = memory_order_seq_cst) const volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:380:33: error: expected ???;??? at end of member declaration<br>>        operator=(__int_type __i) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:214:67: error: ???noexcept??? does not name a type<br>>        load(memory_order _m = memory_order_seq_cst) const volatile noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:380:42: error: ???noexcept??? does not name a type<br>>        operator=(__int_type __i) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:222:63: error: expected ???;??? at end of member declaration<br>>        exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:387:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:222:65: error: ???noexcept??? does not name a type<br>>        exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:387:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:231:49: error: expected ???;??? at end of member declaration<br>>          memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:231:58: error: ???noexcept??? does not name a type<br>>          memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:391:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:391:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:240:24: error: expected ???;??? at end of member declaration<br>>         memory_order __f) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:240:26: error: ???noexcept??? does not name a type<br>>         memory_order __f) noexcept<br>>                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:395:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:395:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:247:26: error: expected ???;??? at end of member declaration<br>>         memory_order __f) volatile noexcept<br>>                           ^<br>> /usr/include/c++/4.8/atomic:247:35: error: ???noexcept??? does not name a type<br>>         memory_order __f) volatile noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:399:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:399:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:254:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:254:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:403:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:259:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:403:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:259:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:407:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:264:26: error: expected ???;??? at end of member declaration<br>>           memory_order __f) noexcept<br>>                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:407:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:264:28: error: ???noexcept??? does not name a type<br>>           memory_order __f) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:411:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:271:28: error: expected ???;??? at end of member declaration<br>>           memory_order __f) volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:411:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:271:37: error: ???noexcept??? does not name a type<br>>           memory_order __f) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:415:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:278:50: error: expected ???;??? at end of member declaration<br>>            memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:415:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:278:52: error: ???noexcept??? does not name a type<br>>            memory_order __m = memory_order_seq_cst) noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:419:32: error: expected ???;??? at end of member declaration<br>>        operator+=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:283:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:419:34: error: ???noexcept??? does not name a type<br>>        operator+=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:283:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:423:34: error: expected ???;??? at end of member declaration<br>>        operator+=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:423:43: error: ???noexcept??? does not name a type<br>>        operator+=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/atomic:296:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:427:32: error: expected ???;??? at end of member declaration<br>>        operator-=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:296:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:427:34: error: ???noexcept??? does not name a type<br>>        operator-=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:297:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:431:34: error: expected ???;??? at end of member declaration<br>>        operator-=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:297:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:431:43: error: ???noexcept??? does not name a type<br>>        operator-=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/atomic:302:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__pointer_type __p) noexcept : _M_b(__p) { }<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:435:32: error: expected ???;??? at end of member declaration<br>>        operator&=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:302:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:435:34: error: ???noexcept??? does not name a type<br>>        operator&=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:304:33: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:304:39: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:439:34: error: expected ???;??? at end of member declaration<br>>        operator&=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:439:43: error: ???noexcept??? does not name a type<br>>        operator&=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/atomic:307:39: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const volatile noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:307:48: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:443:32: error: expected ???;??? at end of member declaration<br>>        operator|=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:311:35: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:443:34: error: ???noexcept??? does not name a type<br>>        operator|=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:311:37: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:447:34: error: expected ???;??? at end of member declaration<br>>        operator|=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:315:37: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:447:43: error: ???noexcept??? does not name a type<br>>        operator|=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/atomic:315:46: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:451:32: error: expected ???;??? at end of member declaration<br>>        operator^=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:319:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:451:34: error: ???noexcept??? does not name a type<br>>        operator^=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:319:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:323:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:455:34: error: expected ???;??? at end of member declaration<br>>        operator^=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:323:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:455:43: error: ???noexcept??? does not name a type<br>>        operator^=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/atomic:327:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:459:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:327:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:459:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:331:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:463:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:331:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:463:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:335:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:335:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:467:68: error: expected ???;??? at end of member declaration<br>>        store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/atomic:339:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:467:70: error: ???noexcept??? does not name a type<br>>        store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                       ^<br>> /usr/include/c++/4.8/atomic:339:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:479:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:343:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:479:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/atomic:343:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:347:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:490:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:347:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:490:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:351:31: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:500:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:351:33: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:500:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/atomic:355:33: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:355:42: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:511:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:511:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:359:31: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:359:33: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:519:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:363:33: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:519:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:363:42: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:526:44: error: expected ???;??? at end of member declaration<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:367:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:367:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:526:46: error: ???noexcept??? does not name a type<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:371:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:540:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:371:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:540:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:376:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/atomic:376:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:553:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:381:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:553:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:381:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:561:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:385:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:561:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/atomic:385:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:389:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:569:46: error: expected ???;??? at end of member declaration<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:389:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:569:48: error: ???noexcept??? does not name a type<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:394:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:394:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:583:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:583:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/atomic:399:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:399:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:597:49: error: expected ???;??? at end of member declaration<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:404:44: error: expected ???;??? at end of member declaration<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:597:51: error: ???noexcept??? does not name a type<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:404:46: error: ???noexcept??? does not name a type<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:605:45: error: expected ???;??? at end of member declaration<br>>     memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/atomic:410:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:605:54: error: ???noexcept??? does not name a type<br>>     memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                       ^<br>> /usr/include/c++/4.8/atomic:410:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:613:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:415:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:415:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:613:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:423:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:618:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:423:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:618:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:431:46: error: expected ???;??? at end of member declaration<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:623:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:431:48: error: ???noexcept??? does not name a type<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:623:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:437:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:628:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:437:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:628:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:442:49: error: expected ???;??? at end of member declaration<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:442:51: error: ???noexcept??? does not name a type<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:633:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:450:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:633:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:450:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:638:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:458:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:638:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:458:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:643:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:463:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:643:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:463:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:468:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:648:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:468:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:648:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:473:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:653:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:473:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:653:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:485:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:658:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:485:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:658:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:486:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:486:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:673:7: error: ???constexpr??? does not name a type<br>>        constexpr ptrdiff_t<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:673:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:491:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:491:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:676:7: error: ???constexpr??? does not name a type<br>>        constexpr ptrdiff_t<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:676:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:680:21: error: expected ???;??? at end of member declaration<br>>        __atomic_base() noexcept = default;<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:680:23: error: ???noexcept??? does not name a type<br>>        __atomic_base() noexcept = default;<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:681:22: error: expected ???;??? at end of member declaration<br>>        ~__atomic_base() noexcept = default;<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:681:24: error: ???noexcept??? does not name a type<br>>        ~__atomic_base() noexcept = default;<br>>                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:687:7: error: ???constexpr??? does not name a type<br>>        constexpr __atomic_base(__pointer_type __p) noexcept : _M_p (__p) { }<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:687:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:689:33: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:689:39: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:692:39: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const volatile noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:692:48: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:696:35: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:504:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:696:37: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:504:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:505:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:703:37: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:505:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:703:46: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:710:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:510:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:510:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:710:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:714:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:714:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:718:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:718:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:722:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:722:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:726:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:726:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:523:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept= default;<br>>               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:731:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:523:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept= default;<br>>                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:731:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:524:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:736:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:524:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:736:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:529:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:529:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:741:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:741:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:746:31: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:746:33: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:751:33: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:751:42: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:756:31: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:756:33: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:761:33: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:542:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept= default;<br>>               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:761:42: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:542:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept= default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:543:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:766:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:543:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:766:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:770:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:548:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:548:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:770:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:775:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:775:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:788:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:788:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:799:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:799:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:809:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:561:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:809:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/atomic:561:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:820:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:562:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:820:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:562:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:828:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:567:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:567:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:828:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:836:27: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:836:29: error: ???noexcept??? does not name a type<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:850:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:850:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:864:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:864:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:869:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:580:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:869:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:580:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:874:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:581:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:581:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:874:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:879:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:586:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:586:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:879:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:599:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:599:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> In file included from /opt/root-6.02.08/include/Rtypes.h:37:0,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /usr/include/c++/4.8/atomic:60:17: error: expected ???;??? at end of member declaration<br>>      atomic_bool() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:600:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:60:19: error: ???noexcept??? does not name a type<br>>      atomic_bool() noexcept = default;<br>>                    ^<br>> /usr/include/c++/4.8/atomic:600:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:61:18: error: expected ???;??? at end of member declaration<br>>      ~atomic_bool() noexcept = default;<br>>                   ^<br>> /usr/include/c++/4.8/atomic:61:20: error: ???noexcept??? does not name a type<br>>      ~atomic_bool() noexcept = default;<br>>                     ^<br>> /usr/include/c++/4.8/atomic:66:5: error: ???constexpr??? does not name a type<br>>      constexpr atomic_bool(bool __i) noexcept : _M_base(__i) { }<br>>      ^<br>> /usr/include/c++/4.8/atomic:66:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:605:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:605:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:69:23: error: expected ???;??? at end of member declaration<br>>      operator=(bool __i) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:69:25: error: ???noexcept??? does not name a type<br>>      operator=(bool __i) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:73:25: error: expected ???;??? at end of member declaration<br>>      operator=(bool __i) volatile noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:73:34: error: ???noexcept??? does not name a type<br>>      operator=(bool __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:76:21: error: expected ???;??? at end of member declaration<br>>      operator bool() const noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:76:27: error: ???noexcept??? does not name a type<br>>      operator bool() const noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:79:27: error: expected ???;??? at end of member declaration<br>>      operator bool() const volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:79:36: error: ???noexcept??? does not name a type<br>>      operator bool() const volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:83:20: error: expected ???;??? at end of member declaration<br>>      is_lock_free() const noexcept { return _M_base.is_lock_free(); }<br>>                     ^<br>> /usr/include/c++/4.8/atomic:83:26: error: ???noexcept??? does not name a type<br>>      is_lock_free() const noexcept { return _M_base.is_lock_free(); }<br>>                           ^<br>> /usr/include/c++/4.8/atomic:86:26: error: expected ???;??? at end of member declaration<br>>      is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }<br>>                           ^<br>> /usr/include/c++/4.8/atomic:86:35: error: ???noexcept??? does not name a type<br>>      is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:89:60: error: expected ???;??? at end of member declaration<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                             ^<br>> /usr/include/c++/4.8/atomic:89:62: error: ???noexcept??? does not name a type<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:93:62: error: expected ???;??? at end of member declaration<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:93:71: error: ???noexcept??? does not name a type<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                                        ^<br>> /usr/include/c++/4.8/atomic:97:51: error: expected ???;??? at end of member declaration<br>>      load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:97:57: error: ???noexcept??? does not name a type<br>>      load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:101:57: error: expected ???;??? at end of member declaration<br>>      load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:618:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:101:66: error: ???noexcept??? does not name a type<br>>      load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:105:63: error: expected ???;??? at end of member declaration<br>>      exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                ^<br>> /usr/include/c++/4.8/atomic:618:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:105:65: error: ???noexcept??? does not name a type<br>>      exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                  ^<br>> /usr/include/c++/4.8/atomic:110:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:619:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:110:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:115:23: error: expected ???;??? at end of member declaration<br>>       memory_order __m2) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:619:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:115:25: error: ???noexcept??? does not name a type<br>>       memory_order __m2) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:120:25: error: expected ???;??? at end of member declaration<br>>       memory_order __m2) volatile noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:120:34: error: ???noexcept??? does not name a type<br>>       memory_order __m2) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:624:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:624:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:125:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/atomic:125:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:130:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:130:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:135:25: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:135:27: error: ???noexcept??? does not name a type<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:140:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:140:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:145:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:145:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:150:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:150:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:167:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:167:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:168:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:637:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:168:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:637:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:173:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(_Tp __i) noexcept : _M_i(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:173:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:175:22: error: expected ???;??? at end of member declaration<br>>        operator _Tp() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:638:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:175:28: error: ???noexcept??? does not name a type<br>>        operator _Tp() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:638:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:178:28: error: expected ???;??? at end of member declaration<br>>        operator _Tp() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:178:37: error: ???noexcept??? does not name a type<br>>        operator _Tp() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:182:24: error: expected ???;??? at end of member declaration<br>>        operator=(_Tp __i) noexcept <br>>                         ^<br>> /usr/include/c++/4.8/atomic:643:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:182:26: error: ???noexcept??? does not name a type<br>>        operator=(_Tp __i) noexcept <br>>                           ^<br>> /usr/include/c++/4.8/atomic:643:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:186:26: error: expected ???;??? at end of member declaration<br>>        operator=(_Tp __i) volatile noexcept <br>>                           ^<br>> /usr/include/c++/4.8/atomic:186:35: error: ???noexcept??? does not name a type<br>>        operator=(_Tp __i) volatile noexcept <br>>                                    ^<br>> /usr/include/c++/4.8/atomic:190:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:190:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:194:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:194:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:198:60: error: expected ???;??? at end of member declaration<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                             ^<br>> /usr/include/c++/4.8/atomic:198:62: error: ???noexcept??? does not name a type<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:202:62: error: expected ???;??? at end of member declaration<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:202:71: error: ???noexcept??? does not name a type<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                                        ^<br>> /usr/include/c++/4.8/atomic:206:52: error: expected ???;??? at end of member declaration<br>>        load(memory_order _m = memory_order_seq_cst) const noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/atomic:206:58: error: ???noexcept??? does not name a type<br>>        load(memory_order _m = memory_order_seq_cst) const noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:214:58: error: expected ???;??? at end of member declaration<br>>        load(memory_order _m = memory_order_seq_cst) const volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:214:67: error: ???noexcept??? does not name a type<br>>        load(memory_order _m = memory_order_seq_cst) const volatile noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:222:63: error: expected ???;??? at end of member declaration<br>>        exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                                ^<br>> /usr/include/c++/4.8/atomic:222:65: error: ???noexcept??? does not name a type<br>>        exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                                  ^<br>> /usr/include/c++/4.8/atomic:656:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:231:49: error: expected ???;??? at end of member declaration<br>>          memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:656:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:231:58: error: ???noexcept??? does not name a type<br>>          memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:240:24: error: expected ???;??? at end of member declaration<br>>         memory_order __f) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:657:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:240:26: error: ???noexcept??? does not name a type<br>>         memory_order __f) noexcept<br>>                           ^<br>> /usr/include/c++/4.8/atomic:657:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:247:26: error: expected ???;??? at end of member declaration<br>>         memory_order __f) volatile noexcept<br>>                           ^<br>> /usr/include/c++/4.8/atomic:247:35: error: ???noexcept??? does not name a type<br>>         memory_order __f) volatile noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:254:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:662:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:662:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:254:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:259:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:259:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:264:26: error: expected ???;??? at end of member declaration<br>>           memory_order __f) noexcept<br>>                           ^<br>> /usr/include/c++/4.8/atomic:264:28: error: ???noexcept??? does not name a type<br>>           memory_order __f) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:271:28: error: expected ???;??? at end of member declaration<br>>           memory_order __f) volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:271:37: error: ???noexcept??? does not name a type<br>>           memory_order __f) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:278:50: error: expected ???;??? at end of member declaration<br>>            memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:278:52: error: ???noexcept??? does not name a type<br>>            memory_order __m = memory_order_seq_cst) noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/atomic:283:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:283:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:296:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:675:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:296:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:297:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:675:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:297:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:676:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:302:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__pointer_type __p) noexcept : _M_b(__p) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:302:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:676:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:304:33: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:304:39: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:307:39: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const volatile noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:681:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:681:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:307:48: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:311:35: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:311:37: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:315:37: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:315:46: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:319:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:319:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:323:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:323:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:327:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:327:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:331:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:331:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:335:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:335:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:694:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:339:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:694:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:339:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:343:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:695:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:343:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:695:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:347:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:347:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:351:31: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:700:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:700:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:351:33: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:355:33: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:355:42: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:359:31: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:359:33: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:363:33: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:363:42: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:367:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:367:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:371:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:371:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:376:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/atomic:376:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:713:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:381:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:381:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/atomic:713:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:385:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:714:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:385:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:714:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:389:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:389:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/atomic:394:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:719:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:719:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:394:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:399:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:727:19: error: ???char16_t??? was not declared in this scope<br>>      struct atomic<char16_t> : public atomic_char16_t<br>>                    ^<br>> /usr/include/c++/4.8/atomic:399:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:727:27: error: template argument 1 is invalid<br>>      struct atomic<char16_t> : public atomic_char16_t<br>>                            ^<br>> /usr/include/c++/4.8/atomic:404:44: error: expected ???;??? at end of member declaration<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:728:5: error: expected class-name before ???{??? token<br>>      {<br>>      ^<br>> /usr/include/c++/4.8/atomic:404:46: error: ???noexcept??? does not name a type<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:746:19: error: ???char32_t??? was not declared in this scope<br>>      struct atomic<char32_t> : public atomic_char32_t<br>>                    ^<br>> /usr/include/c++/4.8/atomic:410:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:410:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:746:27: error: template argument 1 is invalid<br>>      struct atomic<char32_t> : public atomic_char32_t<br>>                            ^<br>> /usr/include/c++/4.8/atomic:415:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:747:5: error: expected class-name before ???{??? token<br>>      {<br>>      ^<br>> /usr/include/c++/4.8/atomic:415:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:767:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:423:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:772:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:423:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:776:66: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:431:46: error: expected ???;??? at end of member declaration<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:431:48: error: ???noexcept??? does not name a type<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:781:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:437:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:785:46: error: expected initializer before ???noexcept???<br>>    atomic_flag_test_and_set(atomic_flag* __a) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:437:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/atomic:789:55: error: expected initializer before ???noexcept???<br>>    atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept<br>>                                                        ^<br>> /usr/include/c++/4.8/atomic:442:49: error: expected ???;??? at end of member declaration<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:442:51: error: ???noexcept??? does not name a type<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:793:39: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear(atomic_flag* __a) noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:450:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:797:48: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear(volatile atomic_flag* __a) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:450:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:804:50: error: expected initializer before ???noexcept???<br>>      atomic_is_lock_free(const atomic<_ITp>* __a) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:458:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:458:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:809:59: error: expected initializer before ???noexcept???<br>>      atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:463:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:814:46: error: expected initializer before ???noexcept???<br>>      atomic_init(atomic<_ITp>* __a, _ITp __i) noexcept;<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:463:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:818:55: error: expected initializer before ???noexcept???<br>>      atomic_init(volatile atomic<_ITp>* __a, _ITp __i) noexcept;<br>>                                                        ^<br>> /usr/include/c++/4.8/atomic:468:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:468:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:823:24: error: expected initializer before ???noexcept???<br>>       memory_order __m) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:473:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:829:24: error: expected initializer before ???noexcept???<br>>       memory_order __m) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:473:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:834:69: error: expected initializer before ???noexcept???<br>>      atomic_load_explicit(const atomic<_ITp>* __a, memory_order __m) noexcept<br>>                                                                      ^<br>> /usr/include/c++/4.8/atomic:485:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:840:23: error: expected initializer before ???noexcept???<br>>      memory_order __m) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:485:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:486:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:846:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:486:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:852:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:491:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:491:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:860:27: error: expected initializer before ???noexcept???<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:868:27: error: expected initializer before ???noexcept???<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:876:29: error: expected initializer before ???noexcept???<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:884:29: error: expected initializer before ???noexcept???<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:890:47: error: expected initializer before ???noexcept???<br>>      atomic_store(atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:895:56: error: expected initializer before ???noexcept???<br>>      atomic_store(volatile atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/atomic:900:42: error: expected initializer before ???noexcept???<br>>      atomic_load(const atomic<_ITp>* __a) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:905:51: error: expected initializer before ???noexcept???<br>>      atomic_load(const volatile atomic<_ITp>* __a) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:504:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:504:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:910:50: error: expected initializer before ???noexcept???<br>>      atomic_exchange(atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:505:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:915:59: error: expected initializer before ???noexcept???<br>>      atomic_exchange(volatile atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:505:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:921:29: error: expected initializer before ???noexcept???<br>>       _ITp* __i1, _ITp __i2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:510:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:510:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:931:29: error: expected initializer before ???noexcept???<br>>       _ITp* __i1, _ITp __i2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:941:31: error: expected initializer before ???noexcept???<br>>         _ITp* __i1, _ITp __i2) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:951:31: error: expected initializer before ???noexcept???<br>>         _ITp* __i1, _ITp __i2) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:965:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:971:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:977:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:523:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept= default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:983:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:523:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept= default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:989:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:524:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:524:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:995:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:529:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:1001:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:529:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:1007:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:1013:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1019:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1024:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1029:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1034:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:542:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept= default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:1039:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:542:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept= default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:543:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:1044:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_and(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:543:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:1049:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_and(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:548:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:548:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:1054:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_or(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:1059:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_or(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:1064:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_xor(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1069:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_xor(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1077:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1083:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:561:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:1088:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:561:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:1093:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:562:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:562:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:1099:43: error: expected initializer before ???noexcept???<br>>           ptrdiff_t __d, memory_order __m) noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/atomic:567:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:567:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:1105:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1110:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:1115:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:580:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:580:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:581:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:581:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:586:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:586:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:599:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:599:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:600:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:600:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:605:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:605:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /opt/root-6.02.08/include/TNtuple.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TClass.h: At global scope:<br>> /opt/root-6.02.08/include/TClass.h:154:24: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>        Int_t fVerbLevel=0;<br>>                         ^<br>> /opt/root-6.02.08/include/TClass.h:155:7: error: ???unordered_set??? in namespace ???std??? does not name a type<br>>        std::unordered_set<std::string> fClassNamesSet;<br>>        ^<br>> /usr/include/c++/4.8/atomic:618:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:618:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:619:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:619:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:624:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:624:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:637:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:637:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:638:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:638:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:643:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:643:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:656:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:656:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:657:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:657:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:662:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:662:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /opt/root-6.02.08/include/TClass.h:319:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     TClass(const TClass& tc) = delete;<br>>                                ^<br>> /opt/root-6.02.08/include/TClass.h:320:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     TClass& operator=(const TClass&) = delete;<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:675:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:675:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:676:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:676:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:681:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:681:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:694:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:694:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:695:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:695:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:700:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:700:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:713:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:713:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:714:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:714:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:719:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:719:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:727:19: error: ???char16_t??? was not declared in this scope<br>>      struct atomic<char16_t> : public atomic_char16_t<br>>                    ^<br>> /usr/include/c++/4.8/atomic:727:27: error: template argument 1 is invalid<br>>      struct atomic<char16_t> : public atomic_char16_t<br>>                            ^<br>> /usr/include/c++/4.8/atomic:728:5: error: expected class-name before ???{??? token<br>>      {<br>>      ^<br>> /usr/include/c++/4.8/atomic:746:19: error: ???char32_t??? was not declared in this scope<br>>      struct atomic<char32_t> : public atomic_char32_t<br>>                    ^<br>> /usr/include/c++/4.8/atomic:746:27: error: template argument 1 is invalid<br>>      struct atomic<char32_t> : public atomic_char32_t<br>>                            ^<br>> /usr/include/c++/4.8/atomic:747:5: error: expected class-name before ???{??? token<br>>      {<br>>      ^<br>> /usr/include/c++/4.8/atomic:767:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:772:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:776:66: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m) noexcept<br>>                                                                   ^<br>> In file included from /usr/include/c++/4.8/atomic:41:0,<br>>                  from /opt/root-6.02.08/include/Rtypes.h:37,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TClass.h:156:44: error: could not convert ???{0}??? from ???<brace-enclosed initializer list>??? to ???std::atomic_flag???<br>>        mutable std::atomic_flag fSpinLock = ATOMIC_FLAG_INIT;<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:781:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:785:46: error: expected initializer before ???noexcept???<br>>    atomic_flag_test_and_set(atomic_flag* __a) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:789:55: error: expected initializer before ???noexcept???<br>>    atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept<br>>                                                        ^<br>> /usr/include/c++/4.8/atomic:793:39: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear(atomic_flag* __a) noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:797:48: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear(volatile atomic_flag* __a) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:804:50: error: expected initializer before ???noexcept???<br>>      atomic_is_lock_free(const atomic<_ITp>* __a) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:809:59: error: expected initializer before ???noexcept???<br>>      atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:814:46: error: expected initializer before ???noexcept???<br>>      atomic_init(atomic<_ITp>* __a, _ITp __i) noexcept;<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:818:55: error: expected initializer before ???noexcept???<br>>      atomic_init(volatile atomic<_ITp>* __a, _ITp __i) noexcept;<br>>                                                        ^<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /opt/root-6.02.08/include/TNtuple.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:<br>> /opt/root-6.02.08/include/TClass.h: In member function ???void TClass::Streamer(void*, TBuffer&, const TClass*) const???:<br>> /opt/root-6.02.08/include/TClass.h:542:7: warning: ???auto??? changes meaning in C++11; please remove it [-Wc++0x-compat]<br>>        auto t = fStreamerImpl.load();<br>>        ^<br>> /usr/include/c++/4.8/atomic:823:24: error: expected initializer before ???noexcept???<br>>       memory_order __m) noexcept<br>>                         ^<br>> /opt/root-6.02.08/include/TClass.h:542:12: error: ???t??? does not name a type<br>>        auto t = fStreamerImpl.load();<br>>             ^<br>> /opt/root-6.02.08/include/TClass.h:543:32: error: ???t??? was not declared in this scope<br>>        t(this,obj,b,onfile_class);<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:829:24: error: expected initializer before ???noexcept???<br>>       memory_order __m) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:834:69: error: expected initializer before ???noexcept???<br>>      atomic_load_explicit(const atomic<_ITp>* __a, memory_order __m) noexcept<br>>                                                                      ^<br>> /usr/include/c++/4.8/atomic:840:23: error: expected initializer before ???noexcept???<br>>      memory_order __m) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:846:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:852:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:860:27: error: expected initializer before ???noexcept???<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:868:27: error: expected initializer before ???noexcept???<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:876:29: error: expected initializer before ???noexcept???<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:884:29: error: expected initializer before ???noexcept???<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:890:47: error: expected initializer before ???noexcept???<br>>      atomic_store(atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:895:56: error: expected initializer before ???noexcept???<br>>      atomic_store(volatile atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/atomic:900:42: error: expected initializer before ???noexcept???<br>>      atomic_load(const atomic<_ITp>* __a) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:905:51: error: expected initializer before ???noexcept???<br>>      atomic_load(const volatile atomic<_ITp>* __a) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:910:50: error: expected initializer before ???noexcept???<br>>      atomic_exchange(atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:915:59: error: expected initializer before ???noexcept???<br>>      atomic_exchange(volatile atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:921:29: error: expected initializer before ???noexcept???<br>>       _ITp* __i1, _ITp __i2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:931:29: error: expected initializer before ???noexcept???<br>>       _ITp* __i1, _ITp __i2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:941:31: error: expected initializer before ???noexcept???<br>>         _ITp* __i1, _ITp __i2) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:951:31: error: expected initializer before ???noexcept???<br>>         _ITp* __i1, _ITp __i2) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:965:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:971:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:977:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:983:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:989:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:995:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1001:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:1007:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:1013:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1019:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1024:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1029:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1034:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1039:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1044:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_and(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1049:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_and(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1054:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_or(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:1059:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_or(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:1064:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_xor(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1069:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_xor(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1077:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1083:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1088:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:1093:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:1099:43: error: expected initializer before ???noexcept???<br>>           ptrdiff_t __d, memory_order __m) noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/atomic:1105:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1110:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:1115:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                          ^<br>> In file included from /opt/root-6.02.08/include/TString.h:36:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:29,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TMathBase.h: In function ???Float_t TMath::Sign(Float_t, Float_t)???:<br>> /opt/root-6.02.08/include/TMathBase.h:144:13: error: ???copysign??? is not a member of ???std???<br>>     { return std::copysign(a,b);  }<br>>              ^<br>> /opt/root-6.02.08/include/TMathBase.h:144:13: note: suggested alternative:<br>> In file included from /usr/include/features.h:374:0,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,<br>>                  from /usr/include/c++/4.8/complex:41,<br>>                  from /usr/local/include/Geant4/G4Types.hh:67,<br>>                  from /usr/local/include/Geant4/G4ios.hh:39,<br>>                  from /usr/local/include/Geant4/globals.hh:49,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSDMessenger.hh:12,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:13:<br>> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note:   ???copysign???<br>>  __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));<br>>  ^<br>> In file included from /opt/root-6.02.08/include/TString.h:36:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:29,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TMathBase.h: In function ???Double_t TMath::Sign(Double_t, Double_t)???:<br>> /opt/root-6.02.08/include/TMathBase.h:147:13: error: ???copysign??? is not a member of ???std???<br>>     { return std::copysign(a,b);  }<br>>              ^<br>> /opt/root-6.02.08/include/TMathBase.h:147:13: note: suggested alternative:<br>> In file included from /usr/include/features.h:374:0,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,<br>>                  from /usr/include/c++/4.8/complex:41,<br>>                  from /usr/local/include/Geant4/G4Types.hh:67,<br>>                  from /usr/local/include/Geant4/G4ios.hh:39,<br>>                  from /usr/local/include/Geant4/globals.hh:49,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSDMessenger.hh:12,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:13:<br>> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note:   ???copysign???<br>>  __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));<br>>  ^<br>> In file included from /opt/root-6.02.08/include/TString.h:36:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:29,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TMathBase.h: In function ???Float_t TMath::Sign(Float_t, Float_t)???:<br>> /opt/root-6.02.08/include/TMathBase.h:144:13: error: ???copysign??? is not a member of ???std???<br>>     { return std::copysign(a,b);  }<br>>              ^<br>> /opt/root-6.02.08/include/TMathBase.h:144:13: note: suggested alternative:<br>> In file included from /usr/include/features.h:374:0,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,<br>>                  from /usr/include/c++/4.8/complex:41,<br>>                  from /usr/local/include/Geant4/G4Types.hh:67,<br>>                  from /usr/local/include/Geant4/G4ios.hh:39,<br>>                  from /usr/local/include/Geant4/globals.hh:49,<br>>                  from /usr/local/include/Geant4/G4VHit.hh:33,<br>>                  from /usr/local/include/Geant4/G4VSensitiveDetector.hh:33,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:16,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note:   ???copysign???<br>>  __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));<br>>  ^<br>> In file included from /opt/root-6.02.08/include/TString.h:36:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:29,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TMathBase.h: In function ???Double_t TMath::Sign(Double_t, Double_t)???:<br>> /opt/root-6.02.08/include/TMathBase.h:147:13: error: ???copysign??? is not a member of ???std???<br>>     { return std::copysign(a,b);  }<br>>              ^<br>> /opt/root-6.02.08/include/TMathBase.h:147:13: note: suggested alternative:<br>> In file included from /usr/include/features.h:374:0,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,<br>>                  from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,<br>>                  from /usr/include/c++/4.8/complex:41,<br>>                  from /usr/local/include/Geant4/G4Types.hh:67,<br>>                  from /usr/local/include/Geant4/G4ios.hh:39,<br>>                  from /usr/local/include/Geant4/globals.hh:49,<br>>                  from /usr/local/include/Geant4/G4VHit.hh:33,<br>>                  from /usr/local/include/Geant4/G4VSensitiveDetector.hh:33,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:16,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note:   ???copysign???<br>>  __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));<br>>  ^<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /opt/root-6.02.08/include/TNtuple.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TClass.h: At global scope:<br>> /opt/root-6.02.08/include/TClass.h:154:24: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>        Int_t fVerbLevel=0;<br>>                         ^<br>> /opt/root-6.02.08/include/TClass.h:155:7: error: ???unordered_set??? in namespace ???std??? does not name a type<br>>        std::unordered_set<std::string> fClassNamesSet;<br>>        ^<br>> /opt/root-6.02.08/include/TClass.h:319:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     TClass(const TClass& tc) = delete;<br>>                                ^<br>> /opt/root-6.02.08/include/TClass.h:320:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     TClass& operator=(const TClass&) = delete;<br>>                                        ^<br>> In file included from /usr/include/c++/4.8/atomic:41:0,<br>>                  from /opt/root-6.02.08/include/Rtypes.h:37,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TClass.h:156:44: error: could not convert ???{0}??? from ???<brace-enclosed initializer list>??? to ???std::atomic_flag???<br>>        mutable std::atomic_flag fSpinLock = ATOMIC_FLAG_INIT;<br>>                                             ^<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /opt/root-6.02.08/include/TNtuple.h:25,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:<br>> /opt/root-6.02.08/include/TClass.h: In member function ???void TClass::Streamer(void*, TBuffer&, const TClass*) const???:<br>> /opt/root-6.02.08/include/TClass.h:542:7: warning: ???auto??? changes meaning in C++11; please remove it [-Wc++0x-compat]<br>>        auto t = fStreamerImpl.load();<br>>        ^<br>> /opt/root-6.02.08/include/TClass.h:542:12: error: ???t??? does not name a type<br>>        auto t = fStreamerImpl.load();<br>>             ^<br>> /opt/root-6.02.08/include/TClass.h:543:32: error: ???t??? was not declared in this scope<br>>        t(this,obj,b,onfile_class);<br>>                                 ^<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TClass.h: At global scope:<br>> /opt/root-6.02.08/include/TClass.h:154:24: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>        Int_t fVerbLevel=0;<br>>                         ^<br>> /opt/root-6.02.08/include/TClass.h:155:7: error: ???unordered_set??? in namespace ???std??? does not name a type<br>>        std::unordered_set<std::string> fClassNamesSet;<br>>        ^<br>> /opt/root-6.02.08/include/TClass.h:319:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     TClass(const TClass& tc) = delete;<br>>                                ^<br>> /opt/root-6.02.08/include/TClass.h:320:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     TClass& operator=(const TClass&) = delete;<br>>                                        ^<br>> In file included from /usr/include/c++/4.8/atomic:41:0,<br>>                  from /opt/root-6.02.08/include/Rtypes.h:37,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TClass.h:156:44: error: could not convert ???{0}??? from ???<brace-enclosed initializer list>??? to ???std::atomic_flag???<br>>        mutable std::atomic_flag fSpinLock = ATOMIC_FLAG_INIT;<br>>                                             ^<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TClass.h: At global scope:<br>> /opt/root-6.02.08/include/TClass.h:154:24: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>        Int_t fVerbLevel=0;<br>>                         ^<br>> /opt/root-6.02.08/include/TClass.h:155:7: error: ???unordered_set??? in namespace ???std??? does not name a type<br>>        std::unordered_set<std::string> fClassNamesSet;<br>>        ^<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:<br>> /opt/root-6.02.08/include/TClass.h: In member function ???void TClass::Streamer(void*, TBuffer&, const TClass*) const???:<br>> /opt/root-6.02.08/include/TClass.h:542:7: warning: ???auto??? changes meaning in C++11; please remove it [-Wc++0x-compat]<br>>        auto t = fStreamerImpl.load();<br>>        ^<br>> /opt/root-6.02.08/include/TClass.h:542:12: error: ???t??? does not name a type<br>>        auto t = fStreamerImpl.load();<br>>             ^<br>> /opt/root-6.02.08/include/TClass.h:543:32: error: ???t??? was not declared in this scope<br>>        t(this,obj,b,onfile_class);<br>>                                 ^<br>> /opt/root-6.02.08/include/TClass.h:319:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     TClass(const TClass& tc) = delete;<br>>                                ^<br>> /opt/root-6.02.08/include/TClass.h:320:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     TClass& operator=(const TClass&) = delete;<br>>                                        ^<br>> In file included from /usr/include/c++/4.8/atomic:41:0,<br>>                  from /opt/root-6.02.08/include/Rtypes.h:37,<br>>                  from /opt/root-6.02.08/include/TObject.h:31,<br>>                  from /opt/root-6.02.08/include/TNamed.h:26,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TROOT.h:29,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TClass.h:156:44: error: could not convert ???{0}??? from ???<brace-enclosed initializer list>??? to ???std::atomic_flag???<br>>        mutable std::atomic_flag fSpinLock = ATOMIC_FLAG_INIT;<br>>                                             ^<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:<br>> /opt/root-6.02.08/include/TClass.h: In member function ???void TClass::Streamer(void*, TBuffer&, const TClass*) const???:<br>> /opt/root-6.02.08/include/TClass.h:542:7: warning: ???auto??? changes meaning in C++11; please remove it [-Wc++0x-compat]<br>>        auto t = fStreamerImpl.load();<br>>        ^<br>> /opt/root-6.02.08/include/TClass.h:542:12: error: ???t??? does not name a type<br>>        auto t = fStreamerImpl.load();<br>>             ^<br>> /opt/root-6.02.08/include/TClass.h:543:32: error: ???t??? was not declared in this scope<br>>        t(this,obj,b,onfile_class);<br>>                                 ^<br>> In file included from /usr/include/c++/4.8/atomic:41:0,<br>>                  from /opt/root-6.02.08/include/TFile.h:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /usr/include/c++/4.8/bits/atomic_base.h:70:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:70:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:76:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:76:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:83:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:83:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:90:3: error: ???constexpr??? does not name a type<br>>    constexpr memory_order<br>>    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:90:3: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:98:41: error: expected initializer before ???noexcept???<br>>    atomic_thread_fence(memory_order __m) noexcept<br>>                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:102:41: error: expected initializer before ???noexcept???<br>>    atomic_signal_fence(memory_order __m) noexcept<br>>                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:108:30: error: expected initializer before ???noexcept???<br>>      kill_dependency(_Tp __y) noexcept<br>>                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:25: error: ???char16_t??? was not declared in this scope<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:156:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char16_t>    atomic_char16_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:25: error: ???char32_t??? was not declared in this scope<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:159:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:25: error: ???char32_t??? was not declared in this scope<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:33: error: template argument 1 is invalid<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:162:53: error: invalid type in declaration before ???;??? token<br>>    typedef __atomic_base<char32_t>    atomic_char32_t;<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:273:17: error: expected ???;??? at end of member declaration<br>>      atomic_flag() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:273:19: error: ???noexcept??? does not name a type<br>>      atomic_flag() noexcept = default;<br>>                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:274:18: error: expected ???;??? at end of member declaration<br>>      ~atomic_flag() noexcept = default;<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:274:20: error: ???noexcept??? does not name a type<br>>      ~atomic_flag() noexcept = default;<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:280:5: error: ???constexpr??? does not name a type<br>>      constexpr atomic_flag(bool __i) noexcept<br>>      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:280:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:282:5: error: expected unqualified-id before ???{??? token<br>>      { }<br>>      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:285:57: error: expected ???;??? at end of member declaration<br>>      test_and_set(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:285:59: error: ???noexcept??? does not name a type<br>>      test_and_set(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:291:59: error: expected ???;??? at end of member declaration<br>>      test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:291:68: error: ???noexcept??? does not name a type<br>>      test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:297:50: error: expected ???;??? at end of member declaration<br>>      clear(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:297:52: error: ???noexcept??? does not name a type<br>>      clear(memory_order __m = memory_order_seq_cst) noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:308:52: error: expected ???;??? at end of member declaration<br>>      clear(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:308:61: error: ???noexcept??? does not name a type<br>>      clear(memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:319:12: error: ???constexpr??? does not name a type<br>>      static constexpr __atomic_flag_data_type<br>>             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:319:12: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:357:21: error: expected ???;??? at end of member declaration<br>>        __atomic_base() noexcept = default;<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:357:23: error: ???noexcept??? does not name a type<br>>        __atomic_base() noexcept = default;<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:358:22: error: expected ???;??? at end of member declaration<br>>        ~__atomic_base() noexcept = default;<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:358:24: error: ???noexcept??? does not name a type<br>>        ~__atomic_base() noexcept = default;<br>>                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:364:7: error: ???constexpr??? does not name a type<br>>        constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:364:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:366:29: error: expected ???;??? at end of member declaration<br>>        operator __int_type() const noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:366:35: error: ???noexcept??? does not name a type<br>>        operator __int_type() const noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:369:35: error: expected ???;??? at end of member declaration<br>>        operator __int_type() const volatile noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:369:44: error: ???noexcept??? does not name a type<br>>        operator __int_type() const volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:373:31: error: expected ???;??? at end of member declaration<br>>        operator=(__int_type __i) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:373:33: error: ???noexcept??? does not name a type<br>>        operator=(__int_type __i) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:380:33: error: expected ???;??? at end of member declaration<br>>        operator=(__int_type __i) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:380:42: error: ???noexcept??? does not name a type<br>>        operator=(__int_type __i) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:387:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:387:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:391:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:391:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:395:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:395:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:399:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:399:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:403:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:403:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:407:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:407:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:411:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:411:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:415:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:415:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:419:32: error: expected ???;??? at end of member declaration<br>>        operator+=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:419:34: error: ???noexcept??? does not name a type<br>>        operator+=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:423:34: error: expected ???;??? at end of member declaration<br>>        operator+=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:423:43: error: ???noexcept??? does not name a type<br>>        operator+=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:427:32: error: expected ???;??? at end of member declaration<br>>        operator-=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:427:34: error: ???noexcept??? does not name a type<br>>        operator-=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:431:34: error: expected ???;??? at end of member declaration<br>>        operator-=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:431:43: error: ???noexcept??? does not name a type<br>>        operator-=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:435:32: error: expected ???;??? at end of member declaration<br>>        operator&=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:435:34: error: ???noexcept??? does not name a type<br>>        operator&=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:439:34: error: expected ???;??? at end of member declaration<br>>        operator&=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:439:43: error: ???noexcept??? does not name a type<br>>        operator&=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:443:32: error: expected ???;??? at end of member declaration<br>>        operator|=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:443:34: error: ???noexcept??? does not name a type<br>>        operator|=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:447:34: error: expected ???;??? at end of member declaration<br>>        operator|=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:447:43: error: ???noexcept??? does not name a type<br>>        operator|=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:451:32: error: expected ???;??? at end of member declaration<br>>        operator^=(__int_type __i) noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:451:34: error: ???noexcept??? does not name a type<br>>        operator^=(__int_type __i) noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:455:34: error: expected ???;??? at end of member declaration<br>>        operator^=(__int_type __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:455:43: error: ???noexcept??? does not name a type<br>>        operator^=(__int_type __i) volatile noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:459:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:459:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:463:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:463:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:467:68: error: expected ???;??? at end of member declaration<br>>        store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:467:70: error: ???noexcept??? does not name a type<br>>        store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:479:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:479:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:490:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:490:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:500:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:500:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:511:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:511:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:519:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:519:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:526:44: error: expected ???;??? at end of member declaration<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:526:46: error: ???noexcept??? does not name a type<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:540:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:540:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:553:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:553:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:561:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:561:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:569:46: error: expected ???;??? at end of member declaration<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:569:48: error: ???noexcept??? does not name a type<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:583:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:583:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:597:49: error: expected ???;??? at end of member declaration<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:597:51: error: ???noexcept??? does not name a type<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:605:45: error: expected ???;??? at end of member declaration<br>>     memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:605:54: error: ???noexcept??? does not name a type<br>>     memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:613:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:613:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:618:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:618:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:623:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:623:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:628:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:628:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:633:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:633:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:638:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:638:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:643:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:643:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:648:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:648:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:653:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:653:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:658:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:658:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:673:7: error: ???constexpr??? does not name a type<br>>        constexpr ptrdiff_t<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:673:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:676:7: error: ???constexpr??? does not name a type<br>>        constexpr ptrdiff_t<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:676:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:680:21: error: expected ???;??? at end of member declaration<br>>        __atomic_base() noexcept = default;<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:680:23: error: ???noexcept??? does not name a type<br>>        __atomic_base() noexcept = default;<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:681:22: error: expected ???;??? at end of member declaration<br>>        ~__atomic_base() noexcept = default;<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:681:24: error: ???noexcept??? does not name a type<br>>        ~__atomic_base() noexcept = default;<br>>                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:687:7: error: ???constexpr??? does not name a type<br>>        constexpr __atomic_base(__pointer_type __p) noexcept : _M_p (__p) { }<br>>        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:687:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/bits/atomic_base.h:689:33: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:689:39: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:692:39: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const volatile noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:692:48: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:696:35: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:696:37: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:703:37: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:703:46: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:710:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:710:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:714:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:714:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:718:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:718:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:722:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:722:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:726:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:726:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:731:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:731:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:736:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:736:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:741:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:741:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:746:31: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:746:33: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:751:33: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:751:42: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:756:31: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:756:33: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:761:33: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:761:42: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:766:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:766:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:770:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:770:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:775:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:775:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:788:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:788:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:799:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:799:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:809:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:809:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:820:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:820:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:828:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:828:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:836:27: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:836:29: error: ???noexcept??? does not name a type<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:850:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:850:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:864:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:864:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:869:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:869:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:874:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:874:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:879:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/bits/atomic_base.h:879:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> In file included from /opt/root-6.02.08/include/TFile.h:24:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /usr/include/c++/4.8/atomic:60:17: error: expected ???;??? at end of member declaration<br>>      atomic_bool() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:60:19: error: ???noexcept??? does not name a type<br>>      atomic_bool() noexcept = default;<br>>                    ^<br>> /usr/include/c++/4.8/atomic:61:18: error: expected ???;??? at end of member declaration<br>>      ~atomic_bool() noexcept = default;<br>>                   ^<br>> /usr/include/c++/4.8/atomic:61:20: error: ???noexcept??? does not name a type<br>>      ~atomic_bool() noexcept = default;<br>>                     ^<br>> /usr/include/c++/4.8/atomic:66:5: error: ???constexpr??? does not name a type<br>>      constexpr atomic_bool(bool __i) noexcept : _M_base(__i) { }<br>>      ^<br>> /usr/include/c++/4.8/atomic:66:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:69:23: error: expected ???;??? at end of member declaration<br>>      operator=(bool __i) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:69:25: error: ???noexcept??? does not name a type<br>>      operator=(bool __i) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:73:25: error: expected ???;??? at end of member declaration<br>>      operator=(bool __i) volatile noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:73:34: error: ???noexcept??? does not name a type<br>>      operator=(bool __i) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:76:21: error: expected ???;??? at end of member declaration<br>>      operator bool() const noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:76:27: error: ???noexcept??? does not name a type<br>>      operator bool() const noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:79:27: error: expected ???;??? at end of member declaration<br>>      operator bool() const volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:79:36: error: ???noexcept??? does not name a type<br>>      operator bool() const volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:83:20: error: expected ???;??? at end of member declaration<br>>      is_lock_free() const noexcept { return _M_base.is_lock_free(); }<br>>                     ^<br>> /usr/include/c++/4.8/atomic:83:26: error: ???noexcept??? does not name a type<br>>      is_lock_free() const noexcept { return _M_base.is_lock_free(); }<br>>                           ^<br>> /usr/include/c++/4.8/atomic:86:26: error: expected ???;??? at end of member declaration<br>>      is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }<br>>                           ^<br>> /usr/include/c++/4.8/atomic:86:35: error: ???noexcept??? does not name a type<br>>      is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:89:60: error: expected ???;??? at end of member declaration<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                             ^<br>> /usr/include/c++/4.8/atomic:89:62: error: ???noexcept??? does not name a type<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:93:62: error: expected ???;??? at end of member declaration<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:93:71: error: ???noexcept??? does not name a type<br>>      store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                                        ^<br>> /usr/include/c++/4.8/atomic:97:51: error: expected ???;??? at end of member declaration<br>>      load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:97:57: error: ???noexcept??? does not name a type<br>>      load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:101:57: error: expected ???;??? at end of member declaration<br>>      load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:101:66: error: ???noexcept??? does not name a type<br>>      load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:105:63: error: expected ???;??? at end of member declaration<br>>      exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                ^<br>> /usr/include/c++/4.8/atomic:105:65: error: ???noexcept??? does not name a type<br>>      exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept<br>>                                                                  ^<br>> /usr/include/c++/4.8/atomic:110:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:110:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:115:23: error: expected ???;??? at end of member declaration<br>>       memory_order __m2) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:115:25: error: ???noexcept??? does not name a type<br>>       memory_order __m2) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:120:25: error: expected ???;??? at end of member declaration<br>>       memory_order __m2) volatile noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:120:34: error: ???noexcept??? does not name a type<br>>       memory_order __m2) volatile noexcept<br>>                                   ^<br>> /usr/include/c++/4.8/atomic:125:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/atomic:125:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:130:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:130:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:135:25: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) noexcept<br>>                          ^<br>> /usr/include/c++/4.8/atomic:135:27: error: ???noexcept??? does not name a type<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:140:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:140:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:145:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:145:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:150:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:150:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:167:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:167:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:168:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:168:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:173:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(_Tp __i) noexcept : _M_i(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:173:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:175:22: error: expected ???;??? at end of member declaration<br>>        operator _Tp() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:175:28: error: ???noexcept??? does not name a type<br>>        operator _Tp() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:178:28: error: expected ???;??? at end of member declaration<br>>        operator _Tp() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:178:37: error: ???noexcept??? does not name a type<br>>        operator _Tp() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:182:24: error: expected ???;??? at end of member declaration<br>>        operator=(_Tp __i) noexcept <br>>                         ^<br>> /usr/include/c++/4.8/atomic:182:26: error: ???noexcept??? does not name a type<br>>        operator=(_Tp __i) noexcept <br>>                           ^<br>> /usr/include/c++/4.8/atomic:186:26: error: expected ???;??? at end of member declaration<br>>        operator=(_Tp __i) volatile noexcept <br>>                           ^<br>> /usr/include/c++/4.8/atomic:186:35: error: ???noexcept??? does not name a type<br>>        operator=(_Tp __i) volatile noexcept <br>>                                    ^<br>> /usr/include/c++/4.8/atomic:190:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:190:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:194:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:194:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:198:60: error: expected ???;??? at end of member declaration<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                             ^<br>> /usr/include/c++/4.8/atomic:198:62: error: ???noexcept??? does not name a type<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:202:62: error: expected ???;??? at end of member declaration<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                               ^<br>> /usr/include/c++/4.8/atomic:202:71: error: ???noexcept??? does not name a type<br>>        store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                                        ^<br>> /usr/include/c++/4.8/atomic:206:52: error: expected ???;??? at end of member declaration<br>>        load(memory_order _m = memory_order_seq_cst) const noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/atomic:206:58: error: ???noexcept??? does not name a type<br>>        load(memory_order _m = memory_order_seq_cst) const noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:214:58: error: expected ???;??? at end of member declaration<br>>        load(memory_order _m = memory_order_seq_cst) const volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:214:67: error: ???noexcept??? does not name a type<br>>        load(memory_order _m = memory_order_seq_cst) const volatile noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:222:63: error: expected ???;??? at end of member declaration<br>>        exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                                ^<br>> /usr/include/c++/4.8/atomic:222:65: error: ???noexcept??? does not name a type<br>>        exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept<br>>                                                                  ^<br>> /usr/include/c++/4.8/atomic:231:49: error: expected ???;??? at end of member declaration<br>>          memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:231:58: error: ???noexcept??? does not name a type<br>>          memory_order _m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:240:24: error: expected ???;??? at end of member declaration<br>>         memory_order __f) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:240:26: error: ???noexcept??? does not name a type<br>>         memory_order __f) noexcept<br>>                           ^<br>> /usr/include/c++/4.8/atomic:247:26: error: expected ???;??? at end of member declaration<br>>         memory_order __f) volatile noexcept<br>>                           ^<br>> /usr/include/c++/4.8/atomic:247:35: error: ???noexcept??? does not name a type<br>>         memory_order __f) volatile noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:254:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:254:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:259:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:259:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:264:26: error: expected ???;??? at end of member declaration<br>>           memory_order __f) noexcept<br>>                           ^<br>> /usr/include/c++/4.8/atomic:264:28: error: ???noexcept??? does not name a type<br>>           memory_order __f) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:271:28: error: expected ???;??? at end of member declaration<br>>           memory_order __f) volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:271:37: error: ???noexcept??? does not name a type<br>>           memory_order __f) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:278:50: error: expected ???;??? at end of member declaration<br>>            memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:278:52: error: ???noexcept??? does not name a type<br>>            memory_order __m = memory_order_seq_cst) noexcept<br>>                                                     ^<br>> /usr/include/c++/4.8/atomic:283:49: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:283:58: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:296:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:296:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:297:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:297:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:302:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__pointer_type __p) noexcept : _M_b(__p) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:302:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:304:33: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:304:39: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:307:39: error: expected ???;??? at end of member declaration<br>>        operator __pointer_type() const volatile noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:307:48: error: ???noexcept??? does not name a type<br>>        operator __pointer_type() const volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:311:35: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) noexcept<br>>                                    ^<br>> /usr/include/c++/4.8/atomic:311:37: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:315:37: error: expected ???;??? at end of member declaration<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:315:46: error: ???noexcept??? does not name a type<br>>        operator=(__pointer_type __p) volatile noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:319:21: error: expected ???;??? at end of member declaration<br>>        operator++(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:319:23: error: ???noexcept??? does not name a type<br>>        operator++(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:323:23: error: expected ???;??? at end of member declaration<br>>        operator++(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:323:32: error: ???noexcept??? does not name a type<br>>        operator++(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:327:21: error: expected ???;??? at end of member declaration<br>>        operator--(int) noexcept<br>>                      ^<br>> /usr/include/c++/4.8/atomic:327:23: error: ???noexcept??? does not name a type<br>>        operator--(int) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:331:23: error: expected ???;??? at end of member declaration<br>>        operator--(int) volatile noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:331:32: error: ???noexcept??? does not name a type<br>>        operator--(int) volatile noexcept<br>>                                 ^<br>> /usr/include/c++/4.8/atomic:335:18: error: expected ???;??? at end of member declaration<br>>        operator++() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:335:20: error: ???noexcept??? does not name a type<br>>        operator++() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:339:20: error: expected ???;??? at end of member declaration<br>>        operator++() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:339:29: error: ???noexcept??? does not name a type<br>>        operator++() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:343:18: error: expected ???;??? at end of member declaration<br>>        operator--() noexcept<br>>                   ^<br>> /usr/include/c++/4.8/atomic:343:20: error: ???noexcept??? does not name a type<br>>        operator--() noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:347:20: error: expected ???;??? at end of member declaration<br>>        operator--() volatile noexcept<br>>                     ^<br>> /usr/include/c++/4.8/atomic:347:29: error: ???noexcept??? does not name a type<br>>        operator--() volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:351:31: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:351:33: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:355:33: error: expected ???;??? at end of member declaration<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:355:42: error: ???noexcept??? does not name a type<br>>        operator+=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:359:31: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:359:33: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:363:33: error: expected ???;??? at end of member declaration<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                  ^<br>> /usr/include/c++/4.8/atomic:363:42: error: ???noexcept??? does not name a type<br>>        operator-=(ptrdiff_t __d) volatile noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:367:22: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const noexcept<br>>                       ^<br>> /usr/include/c++/4.8/atomic:367:28: error: ???noexcept??? does not name a type<br>>        is_lock_free() const noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:371:28: error: expected ???;??? at end of member declaration<br>>        is_lock_free() const volatile noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:371:37: error: ???noexcept??? does not name a type<br>>        is_lock_free() const volatile noexcept<br>>                                      ^<br>> /usr/include/c++/4.8/atomic:376:45: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                              ^<br>> /usr/include/c++/4.8/atomic:376:47: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:381:47: error: expected ???;??? at end of member declaration<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:381:56: error: ???noexcept??? does not name a type<br>>       memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/atomic:385:53: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:385:59: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:389:59: error: expected ???;??? at end of member declaration<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:389:68: error: ???noexcept??? does not name a type<br>>        load(memory_order __m = memory_order_seq_cst) const volatile noexcept<br>>                                                                     ^<br>> /usr/include/c++/4.8/atomic:394:48: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:394:50: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:399:50: error: expected ???;??? at end of member declaration<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:399:59: error: ???noexcept??? does not name a type<br>>          memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:404:44: error: expected ???;??? at end of member declaration<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:404:46: error: ???noexcept??? does not name a type<br>>         memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:410:27: error: expected ???;??? at end of member declaration<br>>         memory_order __m2) volatile noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:410:36: error: ???noexcept??? does not name a type<br>>         memory_order __m2) volatile noexcept<br>>                                     ^<br>> /usr/include/c++/4.8/atomic:415:47: error: expected ???;??? at end of member declaration<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:415:49: error: ???noexcept??? does not name a type<br>>         memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:423:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:423:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:431:46: error: expected ???;??? at end of member declaration<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:431:48: error: ???noexcept??? does not name a type<br>>           memory_order __m1, memory_order __m2) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:437:29: error: expected ???;??? at end of member declaration<br>>           memory_order __m2) volatile noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:437:38: error: ???noexcept??? does not name a type<br>>           memory_order __m2) volatile noexcept<br>>                                       ^<br>> /usr/include/c++/4.8/atomic:442:49: error: expected ???;??? at end of member declaration<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                  ^<br>> /usr/include/c++/4.8/atomic:442:51: error: ???noexcept??? does not name a type<br>>           memory_order __m = memory_order_seq_cst) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:450:48: error: expected ???;??? at end of member declaration<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:450:57: error: ???noexcept??? does not name a type<br>>        memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:458:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:458:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:463:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:463:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:468:42: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:468:44: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:473:44: error: expected ???;??? at end of member declaration<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                             ^<br>> /usr/include/c++/4.8/atomic:473:53: error: ???noexcept??? does not name a type<br>>    memory_order __m = memory_order_seq_cst) volatile noexcept<br>>                                                      ^<br>> /usr/include/c++/4.8/atomic:485:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:485:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:486:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:486:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:491:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:491:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:504:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:504:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:505:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:505:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:510:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:510:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:523:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept= default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:523:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept= default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:524:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:524:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:529:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:529:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:542:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept= default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:542:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept= default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:543:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:543:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:548:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:548:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:561:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:561:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:562:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:562:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:567:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:567:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:580:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:580:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:581:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:581:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:586:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:586:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:599:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:599:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:600:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:600:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:605:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:605:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:618:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:618:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:619:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:619:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:624:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:624:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:637:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:637:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:638:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:638:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:643:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:643:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:656:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:656:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:657:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:657:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:662:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:662:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:675:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:675:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:676:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:676:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:681:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:681:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:694:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:694:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:695:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:695:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:700:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:700:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:713:14: error: expected ???;??? at end of member declaration<br>>        atomic() noexcept = default;<br>>               ^<br>> /usr/include/c++/4.8/atomic:713:16: error: ???noexcept??? does not name a type<br>>        atomic() noexcept = default;<br>>                 ^<br>> /usr/include/c++/4.8/atomic:714:15: error: expected ???;??? at end of member declaration<br>>        ~atomic() noexcept = default;<br>>                ^<br>> /usr/include/c++/4.8/atomic:714:17: error: ???noexcept??? does not name a type<br>>        ~atomic() noexcept = default;<br>>                  ^<br>> /usr/include/c++/4.8/atomic:719:7: error: ???constexpr??? does not name a type<br>>        constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }<br>>        ^<br>> /usr/include/c++/4.8/atomic:719:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11<br>> /usr/include/c++/4.8/atomic:727:19: error: ???char16_t??? was not declared in this scope<br>>      struct atomic<char16_t> : public atomic_char16_t<br>>                    ^<br>> /usr/include/c++/4.8/atomic:727:27: error: template argument 1 is invalid<br>>      struct atomic<char16_t> : public atomic_char16_t<br>>                            ^<br>> /usr/include/c++/4.8/atomic:728:5: error: expected class-name before ???{??? token<br>>      {<br>>      ^<br>> /usr/include/c++/4.8/atomic:746:19: error: ???char32_t??? was not declared in this scope<br>>      struct atomic<char32_t> : public atomic_char32_t<br>>                    ^<br>> /usr/include/c++/4.8/atomic:746:27: error: template argument 1 is invalid<br>>      struct atomic<char32_t> : public atomic_char32_t<br>>                            ^<br>> /usr/include/c++/4.8/atomic:747:5: error: expected class-name before ???{??? token<br>>      {<br>>      ^<br>> /usr/include/c++/4.8/atomic:767:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:772:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:776:66: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:781:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:785:46: error: expected initializer before ???noexcept???<br>>    atomic_flag_test_and_set(atomic_flag* __a) noexcept<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:789:55: error: expected initializer before ???noexcept???<br>>    atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept<br>>                                                        ^<br>> /usr/include/c++/4.8/atomic:793:39: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear(atomic_flag* __a) noexcept<br>>                                        ^<br>> /usr/include/c++/4.8/atomic:797:48: error: expected initializer before ???noexcept???<br>>    atomic_flag_clear(volatile atomic_flag* __a) noexcept<br>>                                                 ^<br>> /usr/include/c++/4.8/atomic:804:50: error: expected initializer before ???noexcept???<br>>      atomic_is_lock_free(const atomic<_ITp>* __a) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:809:59: error: expected initializer before ???noexcept???<br>>      atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:814:46: error: expected initializer before ???noexcept???<br>>      atomic_init(atomic<_ITp>* __a, _ITp __i) noexcept;<br>>                                               ^<br>> /usr/include/c++/4.8/atomic:818:55: error: expected initializer before ???noexcept???<br>>      atomic_init(volatile atomic<_ITp>* __a, _ITp __i) noexcept;<br>>                                                        ^<br>> /usr/include/c++/4.8/atomic:823:24: error: expected initializer before ???noexcept???<br>>       memory_order __m) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:829:24: error: expected initializer before ???noexcept???<br>>       memory_order __m) noexcept<br>>                         ^<br>> /usr/include/c++/4.8/atomic:834:69: error: expected initializer before ???noexcept???<br>>      atomic_load_explicit(const atomic<_ITp>* __a, memory_order __m) noexcept<br>>                                                                      ^<br>> /usr/include/c++/4.8/atomic:840:23: error: expected initializer before ???noexcept???<br>>      memory_order __m) noexcept<br>>                        ^<br>> /usr/include/c++/4.8/atomic:846:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:852:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:860:27: error: expected initializer before ???noexcept???<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:868:27: error: expected initializer before ???noexcept???<br>>         memory_order __m2) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:876:29: error: expected initializer before ???noexcept???<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:884:29: error: expected initializer before ???noexcept???<br>>           memory_order __m2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:890:47: error: expected initializer before ???noexcept???<br>>      atomic_store(atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                ^<br>> /usr/include/c++/4.8/atomic:895:56: error: expected initializer before ???noexcept???<br>>      atomic_store(volatile atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                         ^<br>> /usr/include/c++/4.8/atomic:900:42: error: expected initializer before ???noexcept???<br>>      atomic_load(const atomic<_ITp>* __a) noexcept<br>>                                           ^<br>> /usr/include/c++/4.8/atomic:905:51: error: expected initializer before ???noexcept???<br>>      atomic_load(const volatile atomic<_ITp>* __a) noexcept<br>>                                                    ^<br>> /usr/include/c++/4.8/atomic:910:50: error: expected initializer before ???noexcept???<br>>      atomic_exchange(atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                   ^<br>> /usr/include/c++/4.8/atomic:915:59: error: expected initializer before ???noexcept???<br>>      atomic_exchange(volatile atomic<_ITp>* __a, _ITp __i) noexcept<br>>                                                            ^<br>> /usr/include/c++/4.8/atomic:921:29: error: expected initializer before ???noexcept???<br>>       _ITp* __i1, _ITp __i2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:931:29: error: expected initializer before ???noexcept???<br>>       _ITp* __i1, _ITp __i2) noexcept<br>>                              ^<br>> /usr/include/c++/4.8/atomic:941:31: error: expected initializer before ???noexcept???<br>>         _ITp* __i1, _ITp __i2) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:951:31: error: expected initializer before ???noexcept???<br>>         _ITp* __i1, _ITp __i2) noexcept<br>>                                ^<br>> /usr/include/c++/4.8/atomic:965:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:971:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:977:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:983:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:989:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:995:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1001:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:1007:27: error: expected initializer before ???noexcept???<br>>          memory_order __m) noexcept<br>>                            ^<br>> /usr/include/c++/4.8/atomic:1013:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1019:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1024:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1029:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1034:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1039:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1044:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_and(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1049:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_and(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1054:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_or(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:1059:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_or(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:1064:58: error: expected initializer before ???noexcept???<br>>      atomic_fetch_xor(__atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                           ^<br>> /usr/include/c++/4.8/atomic:1069:67: error: expected initializer before ???noexcept???<br>>      atomic_fetch_xor(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept<br>>                                                                    ^<br>> /usr/include/c++/4.8/atomic:1077:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1083:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1088:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:1093:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_add(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                          ^<br>> /usr/include/c++/4.8/atomic:1099:43: error: expected initializer before ???noexcept???<br>>           ptrdiff_t __d, memory_order __m) noexcept<br>>                                            ^<br>> /usr/include/c++/4.8/atomic:1105:28: error: expected initializer before ???noexcept???<br>>           memory_order __m) noexcept<br>>                             ^<br>> /usr/include/c++/4.8/atomic:1110:66: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                                   ^<br>> /usr/include/c++/4.8/atomic:1115:57: error: expected initializer before ???noexcept???<br>>      atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept<br>>                                                          ^<br>> In file included from /opt/root-6.02.08/include/TString.h:36:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:29,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TMathBase.h: In function ???Float_t TMath::Sign(Float_t, Float_t)???:<br>> /opt/root-6.02.08/include/TMathBase.h:144:13: error: ???copysign??? is not a member of ???std???<br>>     { return std::copysign(a,b);  }<br>>              ^<br>> /opt/root-6.02.08/include/TMathBase.h:144:13: note: suggested alternative:<br>> In file included from /usr/include/features.h:374:0,<br>>                  from /usr/include/ctype.h:25,<br>>                  from /usr/include/getopt.h:33,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:16:<br>> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note:   ???copysign???<br>>  __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));<br>>  ^<br>> In file included from /opt/root-6.02.08/include/TString.h:36:0,<br>>                  from /opt/root-6.02.08/include/TNamed.h:29,<br>>                  from /opt/root-6.02.08/include/TDirectory.h:25,<br>>                  from /opt/root-6.02.08/include/TDirectoryFile.h:25,<br>>                  from /opt/root-6.02.08/include/TFile.h:26,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TMathBase.h: In function ???Double_t TMath::Sign(Double_t, Double_t)???:<br>> /opt/root-6.02.08/include/TMathBase.h:147:13: error: ???copysign??? is not a member of ???std???<br>>     { return std::copysign(a,b);  }<br>>              ^<br>> /opt/root-6.02.08/include/TMathBase.h:147:13: note: suggested alternative:<br>> In file included from /usr/include/features.h:374:0,<br>>                  from /usr/include/ctype.h:25,<br>>                  from /usr/include/getopt.h:33,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:16:<br>> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note:   ???copysign???<br>>  __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));<br>>  ^<br>> make[2]: *** [CMakeFiles/Gate.dir/source/arf/src/GateARFDataToRoot.cc.o] Error 1<br>> make[2]: *** [CMakeFiles/Gate.dir/source/arf/src/GateARFDataToRootMessenger.cc.o] Error 1<br>> make[2]: *** [CMakeFiles/Gate.dir/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc.o] Error 1<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:16,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TClass.h: At global scope:<br>> /opt/root-6.02.08/include/TClass.h:154:24: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>        Int_t fVerbLevel=0;<br>>                         ^<br>> /opt/root-6.02.08/include/TClass.h:155:7: error: ???unordered_set??? in namespace ???std??? does not name a type<br>>        std::unordered_set<std::string> fClassNamesSet;<br>>        ^<br>> /opt/root-6.02.08/include/TClass.h:319:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     TClass(const TClass& tc) = delete;<br>>                                ^<br>> /opt/root-6.02.08/include/TClass.h:320:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     TClass& operator=(const TClass&) = delete;<br>>                                        ^<br>> In file included from /usr/include/c++/4.8/atomic:41:0,<br>>                  from /opt/root-6.02.08/include/TFile.h:24,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TClass.h:156:44: error: could not convert ???{0}??? from ???<brace-enclosed initializer list>??? to ???std::atomic_flag???<br>>        mutable std::atomic_flag fSpinLock = ATOMIC_FLAG_INIT;<br>>                                             ^<br>> In file included from /opt/root-6.02.08/include/TTree.h:62:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:16,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:<br>> /opt/root-6.02.08/include/TClass.h: In member function ???void TClass::Streamer(void*, TBuffer&, const TClass*) const???:<br>> /opt/root-6.02.08/include/TClass.h:542:7: warning: ???auto??? changes meaning in C++11; please remove it [-Wc++0x-compat]<br>>        auto t = fStreamerImpl.load();<br>>        ^<br>> /opt/root-6.02.08/include/TClass.h:542:12: error: ???t??? does not name a type<br>>        auto t = fStreamerImpl.load();<br>>             ^<br>> /opt/root-6.02.08/include/TClass.h:543:32: error: ???t??? was not declared in this scope<br>>        t(this,obj,b,onfile_class);<br>>                                 ^<br>> /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc: In member function ???void GateARFTableMgr::SaveARFToBinaryFile()???:<br>> /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:225:1: error: ???ofstream??? was not declared in this scope<br>>  ofstream dest;<br>>  ^<br>> /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:225:1: note: suggested alternative:<br>> In file included from /usr/include/c++/4.8/ios:38:0,<br>>                  from /usr/include/c++/4.8/istream:38,<br>>                  from /usr/include/c++/4.8/sstream:38,<br>>                  from /usr/include/c++/4.8/complex:45,<br>>                  from /usr/local/include/Geant4/G4Types.hh:67,<br>>                  from /usr/local/include/Geant4/G4ios.hh:39,<br>>                  from /usr/local/include/Geant4/globals.hh:49,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTableMgr.hh:12,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:13:<br>> /usr/include/c++/4.8/iosfwd:160:34: note:   ???std::ofstream???<br>>    typedef basic_ofstream<char>   ofstream;<br>>                                   ^<br>> /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:225:10: error: expected ???;??? before ???dest???<br>>  ofstream dest;<br>>           ^<br>> /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:226:1: error: ???dest??? was not declared in this scope<br>>  dest.open ( theFN.c_str() );<br>>  ^<br>> /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc: In member function ???void GateARFTableMgr::LoadARFFromBinaryFile(G4String)???:<br>> /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:301:3: error: ???ifstream??? was not declared in this scope<br>>    ifstream dest;<br>>    ^<br>> /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:301:3: note: suggested alternative:<br>> In file included from /usr/include/c++/4.8/ios:38:0,<br>>                  from /usr/include/c++/4.8/istream:38,<br>>                  from /usr/include/c++/4.8/sstream:38,<br>>                  from /usr/include/c++/4.8/complex:45,<br>>                  from /usr/local/include/Geant4/G4Types.hh:67,<br>>                  from /usr/local/include/Geant4/G4ios.hh:39,<br>>                  from /usr/local/include/Geant4/globals.hh:49,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTableMgr.hh:12,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:13:<br>> /usr/include/c++/4.8/iosfwd:157:34: note:   ???std::ifstream???<br>>    typedef basic_ifstream<char>   ifstream;<br>>                                   ^<br>> /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:301:12: error: expected ???;??? before ???dest???<br>>    ifstream dest;<br>>             ^<br>> /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:302:3: error: ???dest??? was not declared in this scope<br>>    dest.open ( theFileName.c_str(),std::ios::binary );<br>>    ^<br>> make[2]: *** [CMakeFiles/Gate.dir/source/arf/src/GateARFTableMgr.cc.o] Error 1<br>> make[2]: *** [CMakeFiles/Gate.dir/source/arf/src/GateARFSD.cc.o] Error 1<br>> make[2]: *** [CMakeFiles/Gate.dir/source/arf/src/GateARFSDMessenger.cc.o] Error 1<br>> In file included from /opt/root-6.02.08/include/TInterpreter.h:30:0,<br>>                  from /opt/root-6.02.08/include/TMethodCall.h:35,<br>>                  from /opt/root-6.02.08/include/TPluginManager.h:95,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:45:<br>> /opt/root-6.02.08/include/TVirtualMutex.h: In member function ???Int_t TLockGuard::UnLock()???:<br>> /opt/root-6.02.08/include/TVirtualMutex.h:82:7: warning: ???auto??? changes meaning in C++11; please remove it [-Wc++0x-compat]<br>>        auto tmp = fMutex;<br>>        ^<br>> /opt/root-6.02.08/include/TVirtualMutex.h:82:12: error: ???tmp??? does not name a type<br>>        auto tmp = fMutex;<br>>             ^<br>> /opt/root-6.02.08/include/TVirtualMutex.h:84:14: error: ???tmp??? was not declared in this scope<br>>        return tmp->UnLock();<br>>               ^<br>> In file included from /opt/root-6.02.08/include/TMethodCall.h:35:0,<br>>                  from /opt/root-6.02.08/include/TPluginManager.h:95,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:45:<br>> /opt/root-6.02.08/include/TInterpreter.h: At global scope:<br>> /opt/root-6.02.08/include/TInterpreter.h:64:4: warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     enum class EReturnType { kLong, kDouble, kString, kOther, kNoReturnType };<br>>     ^<br>> In file included from /opt/root-6.02.08/include/TMethodCall.h:35:0,<br>>                  from /opt/root-6.02.08/include/TPluginManager.h:95,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:45:<br>> /opt/root-6.02.08/include/TInterpreter.h:316:34: warning: variadic templates only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     template <typename U, typename... T><br>>                                   ^<br>> /opt/root-6.02.08/include/TInterpreter.h:317:74: warning: variadic templates only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     void CallFunc_SetArgImpl(CallFunc_t *func, const U& head, const T&... tail)<br>>                                                                           ^<br>> /opt/root-6.02.08/include/TInterpreter.h:323:22: warning: variadic templates only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     template <typename... T><br>>                       ^<br>> /opt/root-6.02.08/include/TInterpreter.h:324:61: warning: variadic templates only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     void CallFunc_SetArguments(CallFunc_t *func, const T&... args)<br>>                                                              ^<br>> In file included from /opt/root-6.02.08/include/TPluginManager.h:95:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:45:<br>> /opt/root-6.02.08/include/TMethodCall.h:44:10: error: expected nested-name-specifier before ???EReturnType???<br>>     using EReturnType = TInterpreter::EReturnType;<br>>           ^<br>> /opt/root-6.02.08/include/TMethodCall.h:44:10: error: using-declaration for non-member at class scope<br>> /opt/root-6.02.08/include/TMethodCall.h:44:22: error: expected ???;??? before ???=??? token<br>>     using EReturnType = TInterpreter::EReturnType;<br>>                       ^<br>> /opt/root-6.02.08/include/TMethodCall.h:44:22: error: expected unqualified-id before ???=??? token<br>> /opt/root-6.02.08/include/TMethodCall.h:47:17: error: ???EReturnType??? does not name a type<br>>     static const EReturnType kLong = TInterpreter::EReturnType::kLong;<br>>                  ^<br>> /opt/root-6.02.08/include/TMethodCall.h:48:17: error: ???EReturnType??? does not name a type<br>>     static const EReturnType kDouble = TInterpreter::EReturnType::kDouble;<br>>                  ^<br>> /opt/root-6.02.08/include/TMethodCall.h:49:17: error: ???EReturnType??? does not name a type<br>>     static const EReturnType kString = TInterpreter::EReturnType::kString;<br>>                  ^<br>> /opt/root-6.02.08/include/TMethodCall.h:50:17: error: ???EReturnType??? does not name a type<br>>     static const EReturnType kOther = TInterpreter::EReturnType::kOther;<br>>                  ^<br>> /opt/root-6.02.08/include/TMethodCall.h:51:17: error: ???EReturnType??? does not name a type<br>>     static const EReturnType kNoReturnType = TInterpreter::EReturnType::kNoReturnType;<br>>                  ^<br>> /opt/root-6.02.08/include/TMethodCall.h:53:17: error: ???EReturnType??? does not name a type<br>>     static const EReturnType kNone = TInterpreter::EReturnType::kNoReturnType;<br>>                  ^<br>> /opt/root-6.02.08/include/TMethodCall.h:66:4: error: ???EReturnType??? does not name a type<br>>     EReturnType    fRetType;   //method return type<br>>     ^<br>> In file included from /opt/root-6.02.08/include/TPluginManager.h:95:0,<br>>                  from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:45:<br>> /opt/root-6.02.08/include/TMethodCall.h:97:4: error: ???EReturnType??? does not name a type<br>>     EReturnType    ReturnType();<br>>     ^<br>> /opt/root-6.02.08/include/TMethodCall.h:107:22: warning: variadic templates only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     template <typename... T> void SetParams(const T&... params) {<br>>                       ^<br>> /opt/root-6.02.08/include/TMethodCall.h:107:56: warning: variadic templates only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     template <typename... T> void SetParams(const T&... params) {<br>>                                                         ^<br>> In file included from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:45:0:<br>> /opt/root-6.02.08/include/TPluginManager.h:156:22: warning: variadic templates only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     template <typename... T> Long_t ExecPluginImpl(const T&... params)<br>>                       ^<br>> /opt/root-6.02.08/include/TPluginManager.h:156:63: warning: variadic templates only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     template <typename... T> Long_t ExecPluginImpl(const T&... params)<br>>                                                                ^<br>> /opt/root-6.02.08/include/TPluginManager.h:169:22: warning: variadic templates only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     template <typename... T> Long_t ExecPlugin(int nargs, const T&... params)<br>>                       ^<br>> /opt/root-6.02.08/include/TPluginManager.h:169:70: warning: variadic templates only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>     template <typename... T> Long_t ExecPlugin(int nargs, const T&... params)<br>>                                                                       ^<br>> /opt/root-6.02.08/include/TPluginManager.h: In member function ???Long_t TPluginHandler::ExecPluginImpl(const T& ...)???:<br>> /opt/root-6.02.08/include/TPluginManager.h:158:7: warning: ???auto??? changes meaning in C++11; please remove it [-Wc++0x-compat]<br>>        auto nargs = sizeof...(params);<br>>        ^<br>> /opt/root-6.02.08/include/TPluginManager.h:158:12: error: ???nargs??? does not name a type<br>>        auto nargs = sizeof...(params);<br>>             ^<br>> /opt/root-6.02.08/include/TPluginManager.h:159:31: error: ???nargs??? was not declared in this scope<br>>        if (!CheckForExecPlugin(nargs)) return 0;<br>>                                ^<br>> /opt/root-6.02.08/include/TPluginManager.h: In member function ???Long_t TPluginHandler::ExecPlugin(int, const T& ...)???:<br>> /opt/root-6.02.08/include/TPluginManager.h:174:46: warning: variadic templates only available with -std=c++11 or -std=gnu++11 [enabled by default]<br>>                   nargs, (unsigned long)sizeof...(params) );<br>>                                               ^<br>> make[2]: *** [CMakeFiles/Gate.dir/Gate.cc.o] Error 1<br>> make[1]: *** [CMakeFiles/Gate.dir/all] Error 2<br>> make: *** [all] Error 2<br>> <br>> ------------------------------<br>> <br>> _______________________________________________<br>> Gate-users mailing list<br>> Gate-users@lists.opengatecollaboration.org<br>> http://lists.opengatecollaboration.org/mailman/listinfo/gate-users<br>> <br>> End of Gate-users Digest, Vol 107, Issue 47<br>> *******************************************<br></div>                                       </div></body>
</html>