[Gate-users] Make error of opengate-public
Brent Huisman
brent.huisman at insa-lyon.fr
Tue Apr 28 15:19:04 CEST 2015
Hi Thomas,
Try using Geant4.10.01, sans patch. Get it here: http://geant4.cern.ch/support/source/geant4.10.01.tar.gz
Cheers,
Brent
> Date: Tue, 28 Apr 2015 13:12:59 +0000
> From: Thomas Andersen <thomasand3rsen at gmail.com>
> To: gate-users at lists.opengatecollaboration.org
> Subject: [Gate-users] Make error of opengate-public
> Message-ID:
> <CAEonqCc_eGsemB-GQrdoz7dkQ=7q-oVskcufM8pi8z6PdWQuoQ at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi all,
>
> I'm currently trying to compile and install GATE on my Ubuntu 14.04.2 LTS
> computer. I have succesfully compiled and installed Geant4.10.02.p01 using
> ccmake and downloaded the ROOT 6.02.08 binary for Ubuntu and added the
> installation directory to $PATH. The installation seems to work. At least I
> can run the tutorials.
> For the installation of GATE i have cloned the opengate-public repository
> using git and again used ccmake to manage the build process. However, when
> I run "make -j8" in the terminal window it outputs a lot of errors and stop
> the make process. I have attached the terminal output (rather lengthy, I
> know!) to this mail.
> Has anybody experienced similar problems or have an idea of whats going on?
>
> Any help is appreciated!
> Kind regards,
> Thomas
> University Hospital of Odense
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.opengatecollaboration.org/mailman/private/gate-users/attachments/20150428/f2ecee05/attachment.html>
> -------------- next part --------------
> [ 2%] Built target itkzlib
> [ 9%] Built target GateExampleData
> [ 13%] Built target MetaIO
> [ 13%] [ 13%] [ 13%] [ 13%] [ 13%] Building CXX object CMakeFiles/Gate.dir/Gate.cc.o
> [ 13%] Building CXX object CMakeFiles/Gate.dir/source/arf/src/GateARFDataToRoot.cc.o
> Building CXX object CMakeFiles/Gate.dir/source/arf/src/GateARFSD.cc.o
> Building CXX object CMakeFiles/Gate.dir/source/arf/src/GateARFTable.cc.o
> Building CXX object CMakeFiles/Gate.dir/source/arf/src/GateARFSDMessenger.cc.o
> [ 14%] Building CXX object CMakeFiles/Gate.dir/source/arf/src/GateARFTableMgr.cc.o
> Building CXX object CMakeFiles/Gate.dir/source/arf/src/GateARFDataToRootMessenger.cc.o
> [ 14%] Building CXX object CMakeFiles/Gate.dir/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc.o
> In file included from /usr/include/c++/4.8/atomic:38:0,
> from /opt/root-6.02.08/include/Rtypes.h:37,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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.
> #error This file requires compiler and library support for the \
> ^
> In file included from /opt/root-6.02.08/include/TObject.h:34:0,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TStorage,0) //Storage manager class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TNamed.h:26:0,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TObject,1) //Basic ROOT object
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TObject.h:232:0,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TBuffer,0) //Buffer base class used for serializing objects
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TNamed.h:29:0,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TString,2) //Basic string class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:25:0,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TNamed,1) //The basis for a named object (name, title)
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TCollection.h:30:0,
> from /opt/root-6.02.08/include/TSeqCollection.h:26,
> from /opt/root-6.02.08/include/TList.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TIterator,0) //Iterator abstract base class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TSeqCollection.h:26:0,
> from /opt/root-6.02.08/include/TList.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TCollection,3) //Collection abstract base class
> ^
> /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]
> /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]
> /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]
> ClassDef(TIter,0) //Iterator wrapper
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TList.h:26:0,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TSeqCollection,0) //Sequenceable collection ABC
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:31:0,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TDatime,1) //Date and time 950130 124559
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:34:0,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TUUID,1) // Universally Unique IDentifier
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TROOT.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TDirectory,5) //Describe directory structure in memory
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TROOT,0) //Top level (or root) structure for all classes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:26:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TDirectoryFile,5) //Describe directory structure in a ROOT file
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TMap.h:32:0,
> from /opt/root-6.02.08/include/TFile.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(THashTable,0) //A hash table
> ^
> /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]
> /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]
> /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]
> ClassDef(THashTableIter,0) //Hash table iterator
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TMap,3) //A (key,value) map
> ^
> /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]
> /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]
> /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]
> ClassDef(TPair,0); // Pair TObject*, TObject*
> ^
> /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]
> /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]
> /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]
> ClassDef(TMapIter,0) //Map iterator
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:32:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TUrl,1) //Represents an URL
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:21:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TFile,8) //ROOT file
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TBranch.h:36:0,
> from /opt/root-6.02.08/include/TTree.h:30,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TAttFill,1) //Fill area attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDataType.h:26:0,
> from /opt/root-6.02.08/include/TBranch.h:40,
> from /opt/root-6.02.08/include/TTree.h:30,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TDictionary,2) //Interface to dictionary
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TBranch.h:40:0,
> from /opt/root-6.02.08/include/TTree.h:30,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TDataType,2) //Basic data type descriptor
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:30:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TBranch,12); //Branch descriptor
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:38:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TAttLine,1); //Line attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:46:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TAttMarker,2); //Marker attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TArrayD.h:25:0,
> from /opt/root-6.02.08/include/TTree.h:50,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TArray,1) //Abstract array base class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:50:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TArrayD,1) //Array of doubles
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:54:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TArrayI,1) //Array of ints
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TClass.h:34:0,
> from /opt/root-6.02.08/include/TTree.h:62,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TObjString,1) //Collectable string class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TClass,0) //Dictionary containing class information
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:66:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TVirtualTreePlayer,0); //Abstract interface for Tree players
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /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]
> ClassDef(TTree,19) //Tree descriptor (the main ROOT I/O class)
> ^
> /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]
> /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]
> /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]
> ClassDef(TTreeFriendLeafIter,0) //Linked list iterator
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TAxis.h:28:0,
> from /opt/root-6.02.08/include/TH1.h:25,
> from /opt/root-6.02.08/include/TH2.h:25,
> from /opt/root-6.02.08/include/TH2D.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:29:
> /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]
> ClassDef(TAttAxis,4); //Axis attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:25:0,
> from /opt/root-6.02.08/include/TH2.h:25,
> from /opt/root-6.02.08/include/TH2D.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:29:
> /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]
> ClassDef(TAxis,9) //Axis class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:41:0,
> from /opt/root-6.02.08/include/TH2.h:25,
> from /opt/root-6.02.08/include/TH2D.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:29:
> /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]
> ClassDef(TArrayC,1) //Array of chars
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:44:0,
> from /opt/root-6.02.08/include/TH2.h:25,
> from /opt/root-6.02.08/include/TH2D.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:29:
> /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]
> ClassDef(TArrayS,1) //Array of shorts
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:50:0,
> from /opt/root-6.02.08/include/TH2.h:25,
> from /opt/root-6.02.08/include/TH2D.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:29:
> /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]
> ClassDef(TArrayF,1) //Array of floats
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:65:0,
> from /opt/root-6.02.08/include/TH2.h:25,
> from /opt/root-6.02.08/include/TH2D.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:29:
> /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]
> ClassDef(TFitResultPtr,1) //indirection to TFitResult
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH2.h:25:0,
> from /opt/root-6.02.08/include/TH2D.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:29:
> /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]
> ClassDef(TH1,7) //1-Dim histogram base class
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1C,1) //1-Dim histograms (one char per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1S,1) //1-Dim histograms (one short per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1I,1) //1-Dim histograms (one 32 bits integer per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1F,1) //1-Dim histograms (one float per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1D,1) //1-Dim histograms (one double per channel)
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH2D.h:25:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:29:
> /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]
> ClassDef(TH2,4) //2-Dim histogram base class
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2C,3) //2-Dim histograms (one char per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2S,3) //2-Dim histograms (one short per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2I,3) //2-Dim histograms (one 32 bits integer per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2F,3) //2-Dim histograms (one float per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2D,3) //2-Dim histograms (one double per channel)
> ^
> /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]
> /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]
> In file included from /usr/include/c++/4.8/atomic:38:0,
> from /opt/root-6.02.08/include/Rtypes.h:37,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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.
> #error This file requires compiler and library support for the \
> ^
> In file included from /opt/root-6.02.08/include/TObject.h:34:0,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TStorage,0) //Storage manager class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TNamed.h:26:0,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TObject,1) //Basic ROOT object
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TObject.h:232:0,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TBuffer,0) //Buffer base class used for serializing objects
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TNamed.h:29:0,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TString,2) //Basic string class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:25:0,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TNamed,1) //The basis for a named object (name, title)
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TCollection.h:30:0,
> from /opt/root-6.02.08/include/TSeqCollection.h:26,
> from /opt/root-6.02.08/include/TList.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TIterator,0) //Iterator abstract base class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TSeqCollection.h:26:0,
> from /opt/root-6.02.08/include/TList.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TCollection,3) //Collection abstract base class
> ^
> /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]
> /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]
> /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]
> ClassDef(TIter,0) //Iterator wrapper
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TList.h:26:0,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TSeqCollection,0) //Sequenceable collection ABC
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:31:0,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TDatime,1) //Date and time 950130 124559
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:34:0,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TUUID,1) // Universally Unique IDentifier
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TROOT.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TDirectory,5) //Describe directory structure in memory
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TROOT,0) //Top level (or root) structure for all classes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:26:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TDirectoryFile,5) //Describe directory structure in a ROOT file
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TMap.h:32:0,
> from /opt/root-6.02.08/include/TFile.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(THashTable,0) //A hash table
> ^
> /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]
> /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]
> /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]
> ClassDef(THashTableIter,0) //Hash table iterator
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TMap,3) //A (key,value) map
> ^
> /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]
> /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]
> /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]
> ClassDef(TPair,0); // Pair TObject*, TObject*
> ^
> /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]
> /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]
> /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]
> ClassDef(TMapIter,0) //Map iterator
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:32:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TUrl,1) //Represents an URL
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:21:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TFile,8) //ROOT file
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TBranch.h:36:0,
> from /opt/root-6.02.08/include/TTree.h:30,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TAttFill,1) //Fill area attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDataType.h:26:0,
> from /opt/root-6.02.08/include/TBranch.h:40,
> from /opt/root-6.02.08/include/TTree.h:30,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TDictionary,2) //Interface to dictionary
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TBranch.h:40:0,
> from /opt/root-6.02.08/include/TTree.h:30,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TDataType,2) //Basic data type descriptor
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:30:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TBranch,12); //Branch descriptor
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:38:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TAttLine,1); //Line attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:46:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TAttMarker,2); //Marker attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TArrayD.h:25:0,
> from /opt/root-6.02.08/include/TTree.h:50,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TArray,1) //Abstract array base class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:50:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TArrayD,1) //Array of doubles
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:54:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TArrayI,1) //Array of ints
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TClass.h:34:0,
> from /opt/root-6.02.08/include/TTree.h:62,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TObjString,1) //Collectable string class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TClass,0) //Dictionary containing class information
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:66:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TVirtualTreePlayer,0); //Abstract interface for Tree players
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /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]
> ClassDef(TTree,19) //Tree descriptor (the main ROOT I/O class)
> ^
> /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]
> /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]
> /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]
> ClassDef(TTreeFriendLeafIter,0) //Linked list iterator
> ^
> /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]
> /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]
> In file included from /usr/include/c++/4.8/atomic:38:0,
> from /opt/root-6.02.08/include/Rtypes.h:37,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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.
> #error This file requires compiler and library support for the \
> ^
> In file included from /usr/include/c++/4.8/atomic:38:0,
> from /opt/root-6.02.08/include/Rtypes.h:37,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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.
> #error This file requires compiler and library support for the \
> ^
> In file included from /opt/root-6.02.08/include/TObject.h:34:0,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TStorage,0) //Storage manager class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TObject.h:34:0,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TStorage,0) //Storage manager class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TNamed.h:26:0,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TObject,1) //Basic ROOT object
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TNamed.h:26:0,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TObject,1) //Basic ROOT object
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TObject.h:232:0,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TBuffer,0) //Buffer base class used for serializing objects
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TObject.h:232:0,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TBuffer,0) //Buffer base class used for serializing objects
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TNamed.h:29:0,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TString,2) //Basic string class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TNamed.h:29:0,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TString,2) //Basic string class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:25:0,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TNamed,1) //The basis for a named object (name, title)
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TCollection.h:30:0,
> from /opt/root-6.02.08/include/TSeqCollection.h:26,
> from /opt/root-6.02.08/include/TList.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TIterator,0) //Iterator abstract base class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TSeqCollection.h:26:0,
> from /opt/root-6.02.08/include/TList.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TCollection,3) //Collection abstract base class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:25:0,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TNamed,1) //The basis for a named object (name, title)
> ^
> /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]
> /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]
> /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]
> ClassDef(TIter,0) //Iterator wrapper
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TCollection.h:30:0,
> from /opt/root-6.02.08/include/TSeqCollection.h:26,
> from /opt/root-6.02.08/include/TList.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TIterator,0) //Iterator abstract base class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TList.h:26:0,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TSeqCollection,0) //Sequenceable collection ABC
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TSeqCollection.h:26:0,
> from /opt/root-6.02.08/include/TList.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TCollection,3) //Collection abstract base class
> ^
> /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]
> /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]
> /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]
> ClassDef(TIter,0) //Iterator wrapper
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TList.h:26:0,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TSeqCollection,0) //Sequenceable collection ABC
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:31:0,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TDatime,1) //Date and time 950130 124559
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:34:0,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TUUID,1) // Universally Unique IDentifier
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TROOT.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TDirectory,5) //Describe directory structure in memory
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:31:0,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TDatime,1) //Date and time 950130 124559
> ^
> /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]
> In file included from /usr/include/c++/4.8/atomic:38:0,
> from /opt/root-6.02.08/include/Rtypes.h:37,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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.
> #error This file requires compiler and library support for the \
> ^
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TROOT,0) //Top level (or root) structure for all classes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:26:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TDirectoryFile,5) //Describe directory structure in a ROOT file
> ^
> In file included from /opt/root-6.02.08/include/TDirectory.h:34:0,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TUUID,1) // Universally Unique IDentifier
> ^
> /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]
> /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]
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TMap.h:32:0,
> from /opt/root-6.02.08/include/TFile.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(THashTable,0) //A hash table
> ^
> /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]
> /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]
> /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]
> ClassDef(THashTableIter,0) //Hash table iterator
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TROOT.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TDirectory,5) //Describe directory structure in memory
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TMap,3) //A (key,value) map
> ^
> /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]
> /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]
> /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]
> ClassDef(TPair,0); // Pair TObject*, TObject*
> ^
> /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]
> /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]
> /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]
> ClassDef(TMapIter,0) //Map iterator
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:32:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TUrl,1) //Represents an URL
> ^
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TROOT,0) //Top level (or root) structure for all classes
> ^
> /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]
> /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]
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:26:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TDirectoryFile,5) //Describe directory structure in a ROOT file
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:20:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TFile,8) //ROOT file
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TMap.h:32:0,
> from /opt/root-6.02.08/include/TFile.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(THashTable,0) //A hash table
> ^
> /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]
> In file included from /opt/root-6.02.08/include/TObject.h:34:0,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TStorage,0) //Storage manager class
> ^
> /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]
> /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]
> /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]
> /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]
> ClassDef(THashTableIter,0) //Hash table iterator
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TMap,3) //A (key,value) map
> ^
> /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]
> /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]
> /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]
> ClassDef(TPair,0); // Pair TObject*, TObject*
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TNamed.h:26:0,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TObject,1) //Basic ROOT object
> ^
> In file included from /usr/include/c++/4.8/atomic:38:0,
> from /opt/root-6.02.08/include/Rtypes.h:37,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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.
> #error This file requires compiler and library support for the \
> ^
> /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]
> /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]
> /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]
> ClassDef(TMapIter,0) //Map iterator
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TBranch.h:36:0,
> from /opt/root-6.02.08/include/TTree.h:30,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TAttFill,1) //Fill area attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:32:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TUrl,1) //Represents an URL
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDataType.h:26:0,
> from /opt/root-6.02.08/include/TBranch.h:40,
> from /opt/root-6.02.08/include/TTree.h:30,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TDictionary,2) //Interface to dictionary
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TBranch.h:40:0,
> from /opt/root-6.02.08/include/TTree.h:30,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TDataType,2) //Basic data type descriptor
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TObject.h:232:0,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TBuffer,0) //Buffer base class used for serializing objects
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:20:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TFile,8) //ROOT file
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:30:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TBranch,12); //Branch descriptor
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:38:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TAttLine,1); //Line attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TAxis.h:28:0,
> from /opt/root-6.02.08/include/TH1.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TAttAxis,4); //Axis attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:46:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TAttMarker,2); //Marker attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TArrayD.h:25:0,
> from /opt/root-6.02.08/include/TAxis.h:31,
> from /opt/root-6.02.08/include/TH1.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TArray,1) //Abstract array base class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TArrayD.h:25:0,
> from /opt/root-6.02.08/include/TTree.h:50,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TArray,1) //Abstract array base class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TAxis.h:31:0,
> from /opt/root-6.02.08/include/TH1.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TArrayD,1) //Array of doubles
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:50:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TArrayD,1) //Array of doubles
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:54:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TArrayI,1) //Array of ints
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:25:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TAxis,9) //Axis class
> ^
> In file included from /opt/root-6.02.08/include/TClass.h:34:0,
> from /opt/root-6.02.08/include/TTree.h:62,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TObjString,1) //Collectable string class
> ^
> /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]
> /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]
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TAttLine,1); //Line attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:33:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TAttFill,1) //Fill area attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TObject.h:34:0,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TStorage,0) //Storage manager class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:37:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TAttMarker,2); //Marker attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:41:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TArrayC,1) //Array of chars
> ^
> /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]
> In file included from /opt/root-6.02.08/include/TNamed.h:29:0,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TString,2) //Basic string class
> ^
> /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]
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TNamed.h:26:0,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TObject,1) //Basic ROOT object
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:44:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TArrayS,1) //Array of shorts
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:47:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TArrayI,1) //Array of ints
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:50:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TArrayF,1) //Array of floats
> ^
> In file included from /opt/root-6.02.08/include/TDirectory.h:25:0,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TNamed,1) //The basis for a named object (name, title)
> ^
> /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]
> /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]
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TCollection.h:30:0,
> from /opt/root-6.02.08/include/TSeqCollection.h:26,
> from /opt/root-6.02.08/include/TList.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TIterator,0) //Iterator abstract base class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TObject.h:232:0,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TBuffer,0) //Buffer base class used for serializing objects
> ^
> In file included from /opt/root-6.02.08/include/TH1.h:65:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TFitResultPtr,1) //indirection to TFitResult
> ^
> /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]
> /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]
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TSeqCollection.h:26:0,
> from /opt/root-6.02.08/include/TList.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TCollection,3) //Collection abstract base class
> ^
> /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]
> /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]
> /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]
> ClassDef(TIter,0) //Iterator wrapper
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TList.h:26:0,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TSeqCollection,0) //Sequenceable collection ABC
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TClass,0) //Dictionary containing class information
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:66:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TVirtualTreePlayer,0); //Abstract interface for Tree players
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TH1,7) //1-Dim histogram base class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:31:0,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TDatime,1) //Date and time 950130 124559
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1C,1) //1-Dim histograms (one char per channel)
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:34:0,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TUUID,1) // Universally Unique IDentifier
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1S,1) //1-Dim histograms (one short per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1I,1) //1-Dim histograms (one 32 bits integer per channel)
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /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]
> ClassDef(TTree,19) //Tree descriptor (the main ROOT I/O class)
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TROOT.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TDirectory,5) //Describe directory structure in memory
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1F,1) //1-Dim histograms (one float per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TTreeFriendLeafIter,0) //Linked list iterator
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1D,1) //1-Dim histograms (one double per channel)
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TNamed.h:29:0,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TString,2) //Basic string class
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TROOT,0) //Top level (or root) structure for all classes
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:22:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TH2,4) //2-Dim histogram base class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:26:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TDirectoryFile,5) //Describe directory structure in a ROOT file
> ^
> /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]
> /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]
> ClassDef(TH2C,3) //2-Dim histograms (one char per channel)
> ^
> /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]
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:25:0,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TNamed,1) //The basis for a named object (name, title)
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TMap.h:32:0,
> from /opt/root-6.02.08/include/TFile.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(THashTable,0) //A hash table
> ^
> /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]
> ClassDef(TH2S,3) //2-Dim histograms (one short per channel)
> ^
> /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]
> /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]
> /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]
> /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]
> /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]
> ClassDef(THashTableIter,0) //Hash table iterator
> ^
> In file included from /opt/root-6.02.08/include/TCollection.h:30:0,
> from /opt/root-6.02.08/include/TSeqCollection.h:26,
> from /opt/root-6.02.08/include/TList.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TIterator,0) //Iterator abstract base class
> ^
> /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]
> /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]
> /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]
> /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]
> ClassDef(TH2I,3) //2-Dim histograms (one 32 bits integer per channel)
> ^
> /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]
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TMap,3) //A (key,value) map
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2F,3) //2-Dim histograms (one float per channel)
> ^
> /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]
> In file included from /opt/root-6.02.08/include/TSeqCollection.h:26:0,
> from /opt/root-6.02.08/include/TList.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TCollection,3) //Collection abstract base class
> ^
> /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]
> /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]
> /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]
> /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]
> ClassDef(TPair,0); // Pair TObject*, TObject*
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2D,3) //2-Dim histograms (one double per channel)
> ^
> /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]
> ClassDef(TIter,0) //Iterator wrapper
> ^
> /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]
> /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]
> /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]
> /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]
> /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]
> ClassDef(TMapIter,0) //Map iterator
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH3.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TAtt3D,1) //3D attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TList.h:26:0,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TSeqCollection,0) //Sequenceable collection ABC
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:32:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TUrl,1) //Represents an URL
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:23:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TH3,5) //3-Dim histogram base class
> ^
> /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]
> /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]
> /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]
> ClassDef(TH3C,3) //3-Dim histograms (one char per channel)
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:20:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TFile,8) //ROOT file
> ^
> /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]
> /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]
> /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]
> ClassDef(TH3S,3) //3-Dim histograms (one short per channel)
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:31:0,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TDatime,1) //Date and time 950130 124559
> ^
> /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]
> /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]
> /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]
> ClassDef(TH3I,3) //3-Dim histograms (one 32 bits integer per channel)
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:34:0,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TUUID,1) // Universally Unique IDentifier
> ^
> /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]
> /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]
> /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]
> ClassDef(TH3F,3) //3-Dim histograms (one float per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH3D,3) //3-Dim histograms (one double per channel)
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TBranch.h:36:0,
> from /opt/root-6.02.08/include/TTree.h:30,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TAttFill,1) //Fill area attributes
> ^
> In file included from /opt/root-6.02.08/include/TROOT.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TDirectory,5) //Describe directory structure in memory
> ^
> /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]
> /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]
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDataType.h:26:0,
> from /opt/root-6.02.08/include/TBranch.h:40,
> from /opt/root-6.02.08/include/TTree.h:30,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TDictionary,2) //Interface to dictionary
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TBranch.h:40:0,
> from /opt/root-6.02.08/include/TTree.h:30,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TDataType,2) //Basic data type descriptor
> ^
> /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]
> In file included from /opt/root-6.02.08/include/TDataType.h:26:0,
> from /opt/root-6.02.08/include/TBranch.h:40,
> from /opt/root-6.02.08/include/TTree.h:30,
> from /opt/root-6.02.08/include/TNtuple.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TDictionary,2) //Interface to dictionary
> ^
> /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]
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TROOT,0) //Top level (or root) structure for all classes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TBranch.h:40:0,
> from /opt/root-6.02.08/include/TTree.h:30,
> from /opt/root-6.02.08/include/TNtuple.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TDataType,2) //Basic data type descriptor
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:26:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TDirectoryFile,5) //Describe directory structure in a ROOT file
> ^
> In file included from /opt/root-6.02.08/include/TTree.h:30:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TBranch,12); //Branch descriptor
> ^
> /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]
> /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]
> /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]
> /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]
> In file included from /usr/include/c++/4.8/atomic:38:0,
> from /opt/root-6.02.08/include/TFile.h:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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.
> #error This file requires compiler and library support for the \
> ^
> In file included from /opt/root-6.02.08/include/TTree.h:38:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TAttLine,1); //Line attributes
> ^
> In file included from /opt/root-6.02.08/include/TMap.h:32:0,
> from /opt/root-6.02.08/include/TFile.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(THashTable,0) //A hash table
> ^
> /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]
> /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]
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:30:0,
> from /opt/root-6.02.08/include/TNtuple.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TBranch,12); //Branch descriptor
> ^
> /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]
> /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]
> /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]
> ClassDef(THashTableIter,0) //Hash table iterator
> ^
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:46:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TAttMarker,2); //Marker attributes
> ^
> /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]
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TClass.h:34:0,
> from /opt/root-6.02.08/include/TTree.h:62,
> from /opt/root-6.02.08/include/TNtuple.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TObjString,1) //Collectable string class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TMap,3) //A (key,value) map
> ^
> /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]
> In file included from /opt/root-6.02.08/include/TArrayD.h:25:0,
> from /opt/root-6.02.08/include/TTree.h:50,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TArray,1) //Abstract array base class
> ^
> /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]
> /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]
> /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]
> /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]
> ClassDef(TPair,0); // Pair TObject*, TObject*
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:50:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TArrayD,1) //Array of doubles
> ^
> /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]
> /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]
> /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]
> ClassDef(TMapIter,0) //Map iterator
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:54:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TArrayI,1) //Array of ints
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:32:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TUrl,1) //Represents an URL
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TClass.h:34:0,
> from /opt/root-6.02.08/include/TTree.h:62,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TObjString,1) //Collectable string class
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:20:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TFile,8) //ROOT file
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TAxis.h:28:0,
> from /opt/root-6.02.08/include/TH1.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TAttAxis,4); //Axis attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TArrayD.h:25:0,
> from /opt/root-6.02.08/include/TAxis.h:31,
> from /opt/root-6.02.08/include/TH1.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TArray,1) //Abstract array base class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TAxis.h:31:0,
> from /opt/root-6.02.08/include/TH1.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TArrayD,1) //Array of doubles
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:25:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TAxis,9) //Axis class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /opt/root-6.02.08/include/TNtuple.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TClass,0) //Dictionary containing class information
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TAttLine,1); //Line attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:33:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TAttFill,1) //Fill area attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:66:0,
> from /opt/root-6.02.08/include/TNtuple.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TVirtualTreePlayer,0); //Abstract interface for Tree players
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:37:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TAttMarker,2); //Marker attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:41:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TArrayC,1) //Array of chars
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TClass,0) //Dictionary containing class information
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:44:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TArrayS,1) //Array of shorts
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:47:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TArrayI,1) //Array of ints
> ^
> In file included from /opt/root-6.02.08/include/TTree.h:66:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TVirtualTreePlayer,0); //Abstract interface for Tree players
> ^
> /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]
> /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]
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:50:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TArrayF,1) //Array of floats
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:65:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TFitResultPtr,1) //indirection to TFitResult
> ^
> /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]
> In file included from /opt/root-6.02.08/include/TNtuple.h:25:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TTree,19) //Tree descriptor (the main ROOT I/O class)
> ^
> /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]
> /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]
> /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]
> /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]
> ClassDef(TTreeFriendLeafIter,0) //Linked list iterator
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TNtuple,2); //A simple tree with branches of floats.
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /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]
> ClassDef(TTree,19) //Tree descriptor (the main ROOT I/O class)
> ^
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:25:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /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]
> ClassDef(TRandom,1) //Simple Random number generator (periodicity = 10**9)
> ^
> /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]
> /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]
> /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]
> /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]
> /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]
> ClassDef(TTreeFriendLeafIter,0) //Linked list iterator
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:21:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TH1,7) //1-Dim histogram base class
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1C,1) //1-Dim histograms (one char per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1S,1) //1-Dim histograms (one short per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1I,1) //1-Dim histograms (one 32 bits integer per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1F,1) //1-Dim histograms (one float per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1D,1) //1-Dim histograms (one double per channel)
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:22:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TH2,4) //2-Dim histogram base class
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2C,3) //2-Dim histograms (one char per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2S,3) //2-Dim histograms (one short per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2I,3) //2-Dim histograms (one 32 bits integer per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2F,3) //2-Dim histograms (one float per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2D,3) //2-Dim histograms (one double per channel)
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH3.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TAtt3D,1) //3D attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TObject.h:34:0,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TStorage,0) //Storage manager class
> ^
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:23:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TH3,5) //3-Dim histogram base class
> ^
> /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]
> /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]
> /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]
> /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]
> ClassDef(TH3C,3) //3-Dim histograms (one char per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH3S,3) //3-Dim histograms (one short per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH3I,3) //3-Dim histograms (one 32 bits integer per channel)
> ^
> /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]
> In file included from /opt/root-6.02.08/include/TNamed.h:26:0,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TObject,1) //Basic ROOT object
> ^
> /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]
> /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]
> /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]
> /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]
> ClassDef(TH3F,3) //3-Dim histograms (one float per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH3D,3) //3-Dim histograms (one double per channel)
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TObject.h:232:0,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TBuffer,0) //Buffer base class used for serializing objects
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDataType.h:26:0,
> from /opt/root-6.02.08/include/TBranch.h:40,
> from /opt/root-6.02.08/include/TTree.h:30,
> from /opt/root-6.02.08/include/TNtuple.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TDictionary,2) //Interface to dictionary
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TBranch.h:40:0,
> from /opt/root-6.02.08/include/TTree.h:30,
> from /opt/root-6.02.08/include/TNtuple.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TDataType,2) //Basic data type descriptor
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:30:0,
> from /opt/root-6.02.08/include/TNtuple.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TBranch,12); //Branch descriptor
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TClass.h:34:0,
> from /opt/root-6.02.08/include/TTree.h:62,
> from /opt/root-6.02.08/include/TNtuple.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TObjString,1) //Collectable string class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TNamed.h:29:0,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TString,2) //Basic string class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:25:0,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TNamed,1) //The basis for a named object (name, title)
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TCollection.h:30:0,
> from /opt/root-6.02.08/include/TSeqCollection.h:26,
> from /opt/root-6.02.08/include/TList.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TIterator,0) //Iterator abstract base class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TSeqCollection.h:26:0,
> from /opt/root-6.02.08/include/TList.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TCollection,3) //Collection abstract base class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /opt/root-6.02.08/include/TNtuple.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TClass,0) //Dictionary containing class information
> ^
> /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]
> /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]
> /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]
> ClassDef(TIter,0) //Iterator wrapper
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TList.h:26:0,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TSeqCollection,0) //Sequenceable collection ABC
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:66:0,
> from /opt/root-6.02.08/include/TNtuple.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TVirtualTreePlayer,0); //Abstract interface for Tree players
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:31:0,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TDatime,1) //Date and time 950130 124559
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:34:0,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TUUID,1) // Universally Unique IDentifier
> ^
> /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]
> In file included from /opt/root-6.02.08/include/TNtuple.h:25:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TTree,19) //Tree descriptor (the main ROOT I/O class)
> ^
> /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]
> /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]
> /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]
> /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]
> ClassDef(TTreeFriendLeafIter,0) //Linked list iterator
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TNtuple,2); //A simple tree with branches of floats.
> ^
> In file included from /opt/root-6.02.08/include/TDirectoryFile.h:25:0,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TDirectory,5) //Describe directory structure in memory
> ^
> /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]
> /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]
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:25:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /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]
> ClassDef(TRandom,1) //Simple Random number generator (periodicity = 10**9)
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:26:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TDirectoryFile,5) //Describe directory structure in a ROOT file
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TMap.h:32:0,
> from /opt/root-6.02.08/include/TFile.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(THashTable,0) //A hash table
> ^
> /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]
> /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]
> /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]
> ClassDef(THashTableIter,0) //Hash table iterator
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TMap,3) //A (key,value) map
> ^
> /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]
> /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]
> /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]
> ClassDef(TPair,0); // Pair TObject*, TObject*
> ^
> /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]
> /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]
> /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]
> ClassDef(TMapIter,0) //Map iterator
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:32:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TUrl,1) //Represents an URL
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TFile,8) //ROOT file
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TAxis.h:28:0,
> from /opt/root-6.02.08/include/TH1.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TAttAxis,4); //Axis attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TArrayD.h:25:0,
> from /opt/root-6.02.08/include/TAxis.h:31,
> from /opt/root-6.02.08/include/TH1.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TArray,1) //Abstract array base class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TAxis.h:31:0,
> from /opt/root-6.02.08/include/TH1.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TArrayD,1) //Array of doubles
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:25:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TAxis,9) //Axis class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TAttLine,1); //Line attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:33:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TAttFill,1) //Fill area attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:37:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TAttMarker,2); //Marker attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:41:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TArrayC,1) //Array of chars
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:44:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TArrayS,1) //Array of shorts
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:47:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TArrayI,1) //Array of ints
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:50:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TArrayF,1) //Array of floats
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:65:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TFitResultPtr,1) //indirection to TFitResult
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TH1,7) //1-Dim histogram base class
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1C,1) //1-Dim histograms (one char per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1S,1) //1-Dim histograms (one short per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1I,1) //1-Dim histograms (one 32 bits integer per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1F,1) //1-Dim histograms (one float per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1D,1) //1-Dim histograms (one double per channel)
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:38:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TH2,4) //2-Dim histogram base class
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2C,3) //2-Dim histograms (one char per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2S,3) //2-Dim histograms (one short per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2I,3) //2-Dim histograms (one 32 bits integer per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2F,3) //2-Dim histograms (one float per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2D,3) //2-Dim histograms (one double per channel)
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH3.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:39,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TAtt3D,1) //3D attributes
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:39:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /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]
> ClassDef(TH3,5) //3-Dim histogram base class
> ^
> /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]
> /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]
> /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]
> ClassDef(TH3C,3) //3-Dim histograms (one char per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH3S,3) //3-Dim histograms (one short per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH3I,3) //3-Dim histograms (one 32 bits integer per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH3F,3) //3-Dim histograms (one float per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH3D,3) //3-Dim histograms (one double per channel)
> ^
> /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]
> /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]
> In file included from /usr/include/c++/4.8/atomic:38:0,
> from /opt/root-6.02.08/include/TFile.h:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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.
> #error This file requires compiler and library support for the \
> ^
> In file included from /opt/root-6.02.08/include/TObject.h:34:0,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TStorage,0) //Storage manager class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TNamed.h:26:0,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TObject,1) //Basic ROOT object
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TObject.h:232:0,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TBuffer,0) //Buffer base class used for serializing objects
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TNamed.h:29:0,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TString,2) //Basic string class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:25:0,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TNamed,1) //The basis for a named object (name, title)
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TCollection.h:30:0,
> from /opt/root-6.02.08/include/TSeqCollection.h:26,
> from /opt/root-6.02.08/include/TList.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TIterator,0) //Iterator abstract base class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TSeqCollection.h:26:0,
> from /opt/root-6.02.08/include/TList.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TCollection,3) //Collection abstract base class
> ^
> /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]
> /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]
> /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]
> ClassDef(TIter,0) //Iterator wrapper
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TList.h:26:0,
> from /opt/root-6.02.08/include/TDirectory.h:28,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TSeqCollection,0) //Sequenceable collection ABC
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:31:0,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TDatime,1) //Date and time 950130 124559
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectory.h:34:0,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TUUID,1) // Universally Unique IDentifier
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDirectoryFile.h:25:0,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TDirectory,5) //Describe directory structure in memory
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:26:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TDirectoryFile,5) //Describe directory structure in a ROOT file
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TMap.h:32:0,
> from /opt/root-6.02.08/include/TFile.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(THashTable,0) //A hash table
> ^
> /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]
> /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]
> /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]
> ClassDef(THashTableIter,0) //Hash table iterator
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TMap,3) //A (key,value) map
> ^
> /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]
> /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]
> /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]
> ClassDef(TPair,0); // Pair TObject*, TObject*
> ^
> /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]
> /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]
> /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]
> ClassDef(TMapIter,0) //Map iterator
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TFile.h:32:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TUrl,1) //Represents an URL
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TFile,8) //ROOT file
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TAxis.h:28:0,
> from /opt/root-6.02.08/include/TH1.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TAttAxis,4); //Axis attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TArrayD.h:25:0,
> from /opt/root-6.02.08/include/TAxis.h:31,
> from /opt/root-6.02.08/include/TH1.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TArray,1) //Abstract array base class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TAxis.h:31:0,
> from /opt/root-6.02.08/include/TH1.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TArrayD,1) //Array of doubles
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:25:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TAxis,9) //Axis class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TAttLine,1); //Line attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:33:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TAttFill,1) //Fill area attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:37:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TAttMarker,2); //Marker attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:41:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TArrayC,1) //Array of chars
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:44:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TArrayS,1) //Array of shorts
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:47:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TArrayI,1) //Array of ints
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:50:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TArrayF,1) //Array of floats
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:65:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TFitResultPtr,1) //indirection to TFitResult
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:37:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TH1,7) //1-Dim histogram base class
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1C,1) //1-Dim histograms (one char per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1S,1) //1-Dim histograms (one short per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1I,1) //1-Dim histograms (one 32 bits integer per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1F,1) //1-Dim histograms (one float per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1D,1) //1-Dim histograms (one double per channel)
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:38:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TH2,4) //2-Dim histogram base class
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2C,3) //2-Dim histograms (one char per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2S,3) //2-Dim histograms (one short per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2I,3) //2-Dim histograms (one 32 bits integer per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2F,3) //2-Dim histograms (one float per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH2D,3) //2-Dim histograms (one double per channel)
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH3.h:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:39,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TAtt3D,1) //3D attributes
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:39:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TH3,5) //3-Dim histogram base class
> ^
> /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]
> /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]
> /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]
> ClassDef(TH3C,3) //3-Dim histograms (one char per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH3S,3) //3-Dim histograms (one short per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH3I,3) //3-Dim histograms (one 32 bits integer per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH3F,3) //3-Dim histograms (one float per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH3D,3) //3-Dim histograms (one double per channel)
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:14:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TROOT,0) //Top level (or root) structure for all classes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TDataType.h:26:0,
> from /opt/root-6.02.08/include/TBranch.h:40,
> from /opt/root-6.02.08/include/TTree.h:30,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:16,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TDictionary,2) //Interface to dictionary
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TBranch.h:40:0,
> from /opt/root-6.02.08/include/TTree.h:30,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:16,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TDataType,2) //Basic data type descriptor
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:30:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:16,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TBranch,12); //Branch descriptor
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TClass.h:34:0,
> from /opt/root-6.02.08/include/TTree.h:62,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:16,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TObjString,1) //Collectable string class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:16,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TClass,0) //Dictionary containing class information
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TTree.h:66:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:16,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TVirtualTreePlayer,0); //Abstract interface for Tree players
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:16:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TTree,19) //Tree descriptor (the main ROOT I/O class)
> ^
> /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]
> /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]
> /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]
> ClassDef(TTreeFriendLeafIter,0) //Linked list iterator
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:17:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TChain,5) //A chain of TTrees
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:20:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TKey,4); //Header description of a logical record on file.
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:21:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /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]
> ClassDef(TEntryList, 2); //A list of entries in a TTree
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TAxis.h:28:0,
> from /opt/root-6.02.08/include/TH1.h:25,
> from /opt/root-6.02.08/include/TH1D.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:48:
> /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]
> ClassDef(TAttAxis,4); //Axis attributes
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:25:0,
> from /opt/root-6.02.08/include/TH1D.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:48:
> /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]
> ClassDef(TAxis,9) //Axis class
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:41:0,
> from /opt/root-6.02.08/include/TH1D.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:48:
> /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]
> ClassDef(TArrayC,1) //Array of chars
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:44:0,
> from /opt/root-6.02.08/include/TH1D.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:48:
> /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]
> ClassDef(TArrayS,1) //Array of shorts
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:50:0,
> from /opt/root-6.02.08/include/TH1D.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:48:
> /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]
> ClassDef(TArrayF,1) //Array of floats
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1.h:65:0,
> from /opt/root-6.02.08/include/TH1D.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:48:
> /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]
> ClassDef(TFitResultPtr,1) //indirection to TFitResult
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TH1D.h:25:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:48:
> /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]
> ClassDef(TH1,7) //1-Dim histogram base class
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1C,1) //1-Dim histograms (one char per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1S,1) //1-Dim histograms (one short per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1I,1) //1-Dim histograms (one 32 bits integer per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1F,1) //1-Dim histograms (one float per channel)
> ^
> /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]
> /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]
> /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]
> ClassDef(TH1D,1) //1-Dim histograms (one double per channel)
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/digits_hits/include/GateROOTBasicOutput.hh:25:0,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:44:
> /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]
> ClassDef(TProfile,6) //Profile histogram class
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/digits_hits/include/GateROOTBasicOutput.hh:26:0,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:44:
> /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]
> ClassDef(TNtuple,2); //A simple tree with branches of floats.
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/source/digits_hits/include/GateROOTBasicOutput.hh:29:0,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:44:
> /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]
> ClassDef(TRandom,1) //Simple Random number generator (periodicity = 10**9)
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TInterpreter.h:30:0,
> from /opt/root-6.02.08/include/TMethodCall.h:35,
> from /opt/root-6.02.08/include/TPluginManager.h:95,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:45:
> /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]
> ClassDef(TVirtualMutex,0) // Virtual mutex lock class
> ^
> /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]
> /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]
> /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]
> ClassDefNV(TLockGuard,0) // Exception safe locking/unlocking of mutex
> ^
> /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]
> /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]
> /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]
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TMethodCall.h:35:0,
> from /opt/root-6.02.08/include/TPluginManager.h:95,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:45:
> /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]
> ClassDef(TInterpreter,0) //ABC defining interface to generic interpreter
> ^
> /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]
> /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]
> In file included from /opt/root-6.02.08/include/TPluginManager.h:95:0,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:45:
> /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]
> ClassDef(TMethodCall,0) //Method calling interface
> ^
> /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]
> /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]
> In file included from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:45:0:
> /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]
> ClassDef(TPluginHandler,3) // Handler for plugin libraries
> ^
> /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]
> /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]
> /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]
> ClassDef(TPluginManager,1) // Manager for plugin handlers
> ^
> /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]
> /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]
> In file included from /usr/include/c++/4.8/atomic:41:0,
> from /opt/root-6.02.08/include/Rtypes.h:37,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /usr/include/c++/4.8/bits/atomic_base.h:70:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:76:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:83:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:90:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:98:41: error: expected initializer before ???noexcept???
> atomic_thread_fence(memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:102:41: error: expected initializer before ???noexcept???
> atomic_signal_fence(memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:108:30: error: expected initializer before ???noexcept???
> kill_dependency(_Tp __y) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:25: error: ???char16_t??? was not declared in this scope
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:33: error: template argument 1 is invalid
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:25: error: ???char32_t??? was not declared in this scope
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:33: error: template argument 1 is invalid
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:25: error: ???char32_t??? was not declared in this scope
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:33: error: template argument 1 is invalid
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:273:17: error: expected ???;??? at end of member declaration
> atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:273:19: error: ???noexcept??? does not name a type
> atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:274:18: error: expected ???;??? at end of member declaration
> ~atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:274:20: error: ???noexcept??? does not name a type
> ~atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:280:5: error: ???constexpr??? does not name a type
> constexpr atomic_flag(bool __i) noexcept
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:282:5: error: expected unqualified-id before ???{??? token
> { }
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:285:57: error: expected ???;??? at end of member declaration
> test_and_set(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:285:59: error: ???noexcept??? does not name a type
> test_and_set(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:291:59: error: expected ???;??? at end of member declaration
> test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:291:68: error: ???noexcept??? does not name a type
> test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:297:50: error: expected ???;??? at end of member declaration
> clear(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:297:52: error: ???noexcept??? does not name a type
> clear(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:308:52: error: expected ???;??? at end of member declaration
> clear(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:308:61: error: ???noexcept??? does not name a type
> clear(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:319:12: error: ???constexpr??? does not name a type
> static constexpr __atomic_flag_data_type
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:357:21: error: expected ???;??? at end of member declaration
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:357:23: error: ???noexcept??? does not name a type
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:358:22: error: expected ???;??? at end of member declaration
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:358:24: error: ???noexcept??? does not name a type
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:364:7: error: ???constexpr??? does not name a type
> constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:366:29: error: expected ???;??? at end of member declaration
> operator __int_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:366:35: error: ???noexcept??? does not name a type
> operator __int_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:369:35: error: expected ???;??? at end of member declaration
> operator __int_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:369:44: error: ???noexcept??? does not name a type
> operator __int_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:373:31: error: expected ???;??? at end of member declaration
> operator=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:373:33: error: ???noexcept??? does not name a type
> operator=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:380:33: error: expected ???;??? at end of member declaration
> operator=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:380:42: error: ???noexcept??? does not name a type
> operator=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:387:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:387:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:391:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:391:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:395:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:395:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:399:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:399:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:403:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:403:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:407:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:407:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:411:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:411:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:415:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:415:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:419:32: error: expected ???;??? at end of member declaration
> operator+=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:419:34: error: ???noexcept??? does not name a type
> operator+=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:423:34: error: expected ???;??? at end of member declaration
> operator+=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:423:43: error: ???noexcept??? does not name a type
> operator+=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:427:32: error: expected ???;??? at end of member declaration
> operator-=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:427:34: error: ???noexcept??? does not name a type
> operator-=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:431:34: error: expected ???;??? at end of member declaration
> operator-=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:431:43: error: ???noexcept??? does not name a type
> operator-=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:435:32: error: expected ???;??? at end of member declaration
> operator&=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:435:34: error: ???noexcept??? does not name a type
> operator&=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:439:34: error: expected ???;??? at end of member declaration
> operator&=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:439:43: error: ???noexcept??? does not name a type
> operator&=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:443:32: error: expected ???;??? at end of member declaration
> operator|=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:443:34: error: ???noexcept??? does not name a type
> operator|=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:447:34: error: expected ???;??? at end of member declaration
> operator|=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:447:43: error: ???noexcept??? does not name a type
> operator|=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:451:32: error: expected ???;??? at end of member declaration
> operator^=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:451:34: error: ???noexcept??? does not name a type
> operator^=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:455:34: error: expected ???;??? at end of member declaration
> operator^=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:455:43: error: ???noexcept??? does not name a type
> operator^=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:459:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:459:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:463:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:463:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:467:68: error: expected ???;??? at end of member declaration
> store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:467:70: error: ???noexcept??? does not name a type
> store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:479:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:479:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:490:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:490:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:500:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:500:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:511:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:511:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:519:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:519:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:526:44: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:526:46: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:540:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:540:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:553:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:553:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:561:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:561:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:569:46: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:569:48: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:583:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:583:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:597:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:597:51: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:605:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:605:54: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:613:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:613:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:618:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:618:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:623:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:623:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:628:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:628:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:633:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:633:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:638:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:638:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:643:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:643:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:648:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:648:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:653:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:653:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:658:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:658:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:673:7: error: ???constexpr??? does not name a type
> constexpr ptrdiff_t
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:676:7: error: ???constexpr??? does not name a type
> constexpr ptrdiff_t
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:680:21: error: expected ???;??? at end of member declaration
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:680:23: error: ???noexcept??? does not name a type
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:681:22: error: expected ???;??? at end of member declaration
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:681:24: error: ???noexcept??? does not name a type
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:687:7: error: ???constexpr??? does not name a type
> constexpr __atomic_base(__pointer_type __p) noexcept : _M_p (__p) { }
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:689:33: error: expected ???;??? at end of member declaration
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:689:39: error: ???noexcept??? does not name a type
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:692:39: error: expected ???;??? at end of member declaration
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:692:48: error: ???noexcept??? does not name a type
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:696:35: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:696:37: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:703:37: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:703:46: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:710:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:710:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:714:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:714:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:718:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:718:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:722:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:722:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:726:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:726:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:731:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:731:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:736:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:736:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:741:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:741:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:746:31: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:746:33: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:751:33: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:751:42: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:756:31: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:756:33: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:761:33: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:761:42: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:766:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:766:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:770:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:770:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:775:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:775:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:788:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:788:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:799:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:799:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:809:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:809:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:820:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:820:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:828:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:828:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:836:27: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:836:29: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:850:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:850:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:864:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:864:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:869:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:869:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:874:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:874:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:879:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:879:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> In file included from /opt/root-6.02.08/include/Rtypes.h:37:0,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /usr/include/c++/4.8/atomic:60:17: error: expected ???;??? at end of member declaration
> atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:60:19: error: ???noexcept??? does not name a type
> atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:61:18: error: expected ???;??? at end of member declaration
> ~atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:61:20: error: ???noexcept??? does not name a type
> ~atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:66:5: error: ???constexpr??? does not name a type
> constexpr atomic_bool(bool __i) noexcept : _M_base(__i) { }
> ^
> /usr/include/c++/4.8/atomic:66:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:69:23: error: expected ???;??? at end of member declaration
> operator=(bool __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:69:25: error: ???noexcept??? does not name a type
> operator=(bool __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:73:25: error: expected ???;??? at end of member declaration
> operator=(bool __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:73:34: error: ???noexcept??? does not name a type
> operator=(bool __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:76:21: error: expected ???;??? at end of member declaration
> operator bool() const noexcept
> ^
> /usr/include/c++/4.8/atomic:76:27: error: ???noexcept??? does not name a type
> operator bool() const noexcept
> ^
> /usr/include/c++/4.8/atomic:79:27: error: expected ???;??? at end of member declaration
> operator bool() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:79:36: error: ???noexcept??? does not name a type
> operator bool() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:83:20: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:83:26: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:86:26: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:86:35: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:89:60: error: expected ???;??? at end of member declaration
> store(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:89:62: error: ???noexcept??? does not name a type
> store(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:93:62: error: expected ???;??? at end of member declaration
> store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:93:71: error: ???noexcept??? does not name a type
> store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:97:51: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:97:57: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:101:57: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:101:66: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:105:63: error: expected ???;??? at end of member declaration
> exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:105:65: error: ???noexcept??? does not name a type
> exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:110:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:110:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:115:23: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:115:25: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:120:25: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:120:34: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:125:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:125:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:130:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:130:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:135:25: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:135:27: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:140:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:140:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:145:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:145:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:150:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:150:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:167:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:167:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:168:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:168:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:173:7: error: ???constexpr??? does not name a type
> constexpr atomic(_Tp __i) noexcept : _M_i(__i) { }
> ^
> /usr/include/c++/4.8/atomic:173:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:175:22: error: expected ???;??? at end of member declaration
> operator _Tp() const noexcept
> ^
> /usr/include/c++/4.8/atomic:175:28: error: ???noexcept??? does not name a type
> operator _Tp() const noexcept
> ^
> /usr/include/c++/4.8/atomic:178:28: error: expected ???;??? at end of member declaration
> operator _Tp() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:178:37: error: ???noexcept??? does not name a type
> operator _Tp() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:182:24: error: expected ???;??? at end of member declaration
> operator=(_Tp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:182:26: error: ???noexcept??? does not name a type
> operator=(_Tp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:186:26: error: expected ???;??? at end of member declaration
> operator=(_Tp __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:186:35: error: ???noexcept??? does not name a type
> operator=(_Tp __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:190:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:190:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:194:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:194:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:198:60: error: expected ???;??? at end of member declaration
> store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:198:62: error: ???noexcept??? does not name a type
> store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:202:62: error: expected ???;??? at end of member declaration
> store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:202:71: error: ???noexcept??? does not name a type
> store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:206:52: error: expected ???;??? at end of member declaration
> load(memory_order _m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:206:58: error: ???noexcept??? does not name a type
> load(memory_order _m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:214:58: error: expected ???;??? at end of member declaration
> load(memory_order _m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:214:67: error: ???noexcept??? does not name a type
> load(memory_order _m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:222:63: error: expected ???;??? at end of member declaration
> exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:222:65: error: ???noexcept??? does not name a type
> exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:231:49: error: expected ???;??? at end of member declaration
> memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:231:58: error: ???noexcept??? does not name a type
> memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:240:24: error: expected ???;??? at end of member declaration
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:240:26: error: ???noexcept??? does not name a type
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:247:26: error: expected ???;??? at end of member declaration
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:247:35: error: ???noexcept??? does not name a type
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:254:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:254:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:259:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:259:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:264:26: error: expected ???;??? at end of member declaration
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:264:28: error: ???noexcept??? does not name a type
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:271:28: error: expected ???;??? at end of member declaration
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:271:37: error: ???noexcept??? does not name a type
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:278:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:278:52: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:283:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:283:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:296:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:296:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:297:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:297:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:302:7: error: ???constexpr??? does not name a type
> constexpr atomic(__pointer_type __p) noexcept : _M_b(__p) { }
> ^
> /usr/include/c++/4.8/atomic:302:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:304:33: error: expected ???;??? at end of member declaration
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/atomic:304:39: error: ???noexcept??? does not name a type
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/atomic:307:39: error: expected ???;??? at end of member declaration
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:307:48: error: ???noexcept??? does not name a type
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:311:35: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/atomic:311:37: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/atomic:315:37: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:315:46: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:319:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:319:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:323:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:323:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:327:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:327:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:331:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:331:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:335:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:335:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:339:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:339:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:343:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:343:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:347:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:347:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:351:31: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:351:33: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:355:33: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:355:42: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:359:31: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:359:33: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:363:33: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:363:42: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:367:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:367:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:371:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:371:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:376:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:376:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:381:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:381:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:385:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:385:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:389:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:389:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:394:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:394:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:399:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:399:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:404:44: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:404:46: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:410:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:410:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:415:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:415:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:423:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:423:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:431:46: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:431:48: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:437:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:437:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:442:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:442:51: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:450:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:450:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:458:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:458:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:463:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:463:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:468:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:468:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:473:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:473:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:485:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:485:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:486:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:486:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:491:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:491:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:504:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:504:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:505:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:505:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:510:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:510:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:523:14: error: expected ???;??? at end of member declaration
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:523:16: error: ???noexcept??? does not name a type
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:524:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:524:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:529:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:529:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:542:14: error: expected ???;??? at end of member declaration
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:542:16: error: ???noexcept??? does not name a type
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:543:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:543:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:548:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:548:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:561:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:561:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:562:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:562:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:567:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:567:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:580:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:580:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:581:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:581:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:586:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:586:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:599:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:599:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:600:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:600:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:605:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:605:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:618:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:618:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:619:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:619:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:624:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:624:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:637:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:637:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:638:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:638:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:643:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:643:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:656:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:656:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:657:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:657:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:662:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:662:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:675:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:675:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:676:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:676:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:681:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:681:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:694:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:694:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:695:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:695:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:700:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:700:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:713:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:713:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:714:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:714:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:719:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:719:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:727:19: error: ???char16_t??? was not declared in this scope
> struct atomic<char16_t> : public atomic_char16_t
> ^
> /usr/include/c++/4.8/atomic:727:27: error: template argument 1 is invalid
> struct atomic<char16_t> : public atomic_char16_t
> ^
> /usr/include/c++/4.8/atomic:728:5: error: expected class-name before ???{??? token
> {
> ^
> /usr/include/c++/4.8/atomic:746:19: error: ???char32_t??? was not declared in this scope
> struct atomic<char32_t> : public atomic_char32_t
> ^
> /usr/include/c++/4.8/atomic:746:27: error: template argument 1 is invalid
> struct atomic<char32_t> : public atomic_char32_t
> ^
> /usr/include/c++/4.8/atomic:747:5: error: expected class-name before ???{??? token
> {
> ^
> /usr/include/c++/4.8/atomic:767:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:772:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:776:66: error: expected initializer before ???noexcept???
> atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:781:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:785:46: error: expected initializer before ???noexcept???
> atomic_flag_test_and_set(atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:789:55: error: expected initializer before ???noexcept???
> atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:793:39: error: expected initializer before ???noexcept???
> atomic_flag_clear(atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:797:48: error: expected initializer before ???noexcept???
> atomic_flag_clear(volatile atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:804:50: error: expected initializer before ???noexcept???
> atomic_is_lock_free(const atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:809:59: error: expected initializer before ???noexcept???
> atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:814:46: error: expected initializer before ???noexcept???
> atomic_init(atomic<_ITp>* __a, _ITp __i) noexcept;
> ^
> /usr/include/c++/4.8/atomic:818:55: error: expected initializer before ???noexcept???
> atomic_init(volatile atomic<_ITp>* __a, _ITp __i) noexcept;
> ^
> /usr/include/c++/4.8/atomic:823:24: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:829:24: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:834:69: error: expected initializer before ???noexcept???
> atomic_load_explicit(const atomic<_ITp>* __a, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:840:23: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:846:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:852:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:860:27: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:868:27: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:876:29: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:884:29: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:890:47: error: expected initializer before ???noexcept???
> atomic_store(atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:895:56: error: expected initializer before ???noexcept???
> atomic_store(volatile atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:900:42: error: expected initializer before ???noexcept???
> atomic_load(const atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:905:51: error: expected initializer before ???noexcept???
> atomic_load(const volatile atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:910:50: error: expected initializer before ???noexcept???
> atomic_exchange(atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:915:59: error: expected initializer before ???noexcept???
> atomic_exchange(volatile atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:921:29: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:931:29: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:941:31: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:951:31: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:965:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:971:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:977:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:983:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:989:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:995:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1001:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1007:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1013:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1019:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1024:58: error: expected initializer before ???noexcept???
> atomic_fetch_add(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1029:67: error: expected initializer before ???noexcept???
> atomic_fetch_add(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1034:58: error: expected initializer before ???noexcept???
> atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1039:67: error: expected initializer before ???noexcept???
> atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1044:58: error: expected initializer before ???noexcept???
> atomic_fetch_and(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1049:67: error: expected initializer before ???noexcept???
> atomic_fetch_and(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1054:57: error: expected initializer before ???noexcept???
> atomic_fetch_or(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1059:66: error: expected initializer before ???noexcept???
> atomic_fetch_or(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1064:58: error: expected initializer before ???noexcept???
> atomic_fetch_xor(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1069:67: error: expected initializer before ???noexcept???
> atomic_fetch_xor(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1077:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1083:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1088:66: error: expected initializer before ???noexcept???
> atomic_fetch_add(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:1093:57: error: expected initializer before ???noexcept???
> atomic_fetch_add(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:1099:43: error: expected initializer before ???noexcept???
> ptrdiff_t __d, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1105:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1110:66: error: expected initializer before ???noexcept???
> atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:1115:57: error: expected initializer before ???noexcept???
> atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> In file included from /opt/root-6.02.08/include/TString.h:36:0,
> from /opt/root-6.02.08/include/TNamed.h:29,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /opt/root-6.02.08/include/TMathBase.h: In function ???Float_t TMath::Sign(Float_t, Float_t)???:
> /opt/root-6.02.08/include/TMathBase.h:144:13: error: ???copysign??? is not a member of ???std???
> { return std::copysign(a,b); }
> ^
> /opt/root-6.02.08/include/TMathBase.h:144:13: note: suggested alternative:
> In file included from /usr/include/features.h:374:0,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,
> from /usr/include/c++/4.8/complex:41,
> from /usr/local/include/Geant4/G4Types.hh:67,
> from /usr/local/include/Geant4/G4ios.hh:39,
> from /usr/local/include/Geant4/globals.hh:49,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:16,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note: ???copysign???
> __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
> ^
> In file included from /opt/root-6.02.08/include/TString.h:36:0,
> from /opt/root-6.02.08/include/TNamed.h:29,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /opt/root-6.02.08/include/TMathBase.h: In function ???Double_t TMath::Sign(Double_t, Double_t)???:
> /opt/root-6.02.08/include/TMathBase.h:147:13: error: ???copysign??? is not a member of ???std???
> { return std::copysign(a,b); }
> ^
> /opt/root-6.02.08/include/TMathBase.h:147:13: note: suggested alternative:
> In file included from /usr/include/features.h:374:0,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,
> from /usr/include/c++/4.8/complex:41,
> from /usr/local/include/Geant4/G4Types.hh:67,
> from /usr/local/include/Geant4/G4ios.hh:39,
> from /usr/local/include/Geant4/globals.hh:49,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:16,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note: ???copysign???
> __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
> ^
> In file included from /usr/include/c++/4.8/atomic:41:0,
> from /opt/root-6.02.08/include/Rtypes.h:37,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /usr/include/c++/4.8/bits/atomic_base.h:70:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:76:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:83:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:90:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:98:41: error: expected initializer before ???noexcept???
> atomic_thread_fence(memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:102:41: error: expected initializer before ???noexcept???
> atomic_signal_fence(memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:108:30: error: expected initializer before ???noexcept???
> kill_dependency(_Tp __y) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:25: error: ???char16_t??? was not declared in this scope
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:33: error: template argument 1 is invalid
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:25: error: ???char32_t??? was not declared in this scope
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:33: error: template argument 1 is invalid
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:25: error: ???char32_t??? was not declared in this scope
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:33: error: template argument 1 is invalid
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:273:17: error: expected ???;??? at end of member declaration
> atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:273:19: error: ???noexcept??? does not name a type
> atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:274:18: error: expected ???;??? at end of member declaration
> ~atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:274:20: error: ???noexcept??? does not name a type
> ~atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:280:5: error: ???constexpr??? does not name a type
> constexpr atomic_flag(bool __i) noexcept
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:282:5: error: expected unqualified-id before ???{??? token
> { }
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:285:57: error: expected ???;??? at end of member declaration
> test_and_set(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:285:59: error: ???noexcept??? does not name a type
> test_and_set(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:291:59: error: expected ???;??? at end of member declaration
> test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:291:68: error: ???noexcept??? does not name a type
> test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:297:50: error: expected ???;??? at end of member declaration
> clear(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:297:52: error: ???noexcept??? does not name a type
> clear(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:308:52: error: expected ???;??? at end of member declaration
> clear(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:308:61: error: ???noexcept??? does not name a type
> clear(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:319:12: error: ???constexpr??? does not name a type
> static constexpr __atomic_flag_data_type
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:357:21: error: expected ???;??? at end of member declaration
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:357:23: error: ???noexcept??? does not name a type
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:358:22: error: expected ???;??? at end of member declaration
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:358:24: error: ???noexcept??? does not name a type
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:364:7: error: ???constexpr??? does not name a type
> constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:366:29: error: expected ???;??? at end of member declaration
> operator __int_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:366:35: error: ???noexcept??? does not name a type
> operator __int_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:369:35: error: expected ???;??? at end of member declaration
> operator __int_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:369:44: error: ???noexcept??? does not name a type
> operator __int_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:373:31: error: expected ???;??? at end of member declaration
> operator=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:373:33: error: ???noexcept??? does not name a type
> operator=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:380:33: error: expected ???;??? at end of member declaration
> operator=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:380:42: error: ???noexcept??? does not name a type
> operator=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:387:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:387:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:391:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:391:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:395:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:395:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:399:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:399:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:403:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:403:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:407:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:407:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:411:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:411:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:415:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:415:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:419:32: error: expected ???;??? at end of member declaration
> operator+=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:419:34: error: ???noexcept??? does not name a type
> operator+=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:423:34: error: expected ???;??? at end of member declaration
> operator+=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:423:43: error: ???noexcept??? does not name a type
> operator+=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:427:32: error: expected ???;??? at end of member declaration
> operator-=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:427:34: error: ???noexcept??? does not name a type
> operator-=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:431:34: error: expected ???;??? at end of member declaration
> operator-=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:431:43: error: ???noexcept??? does not name a type
> operator-=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:435:32: error: expected ???;??? at end of member declaration
> operator&=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:435:34: error: ???noexcept??? does not name a type
> operator&=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:439:34: error: expected ???;??? at end of member declaration
> operator&=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:439:43: error: ???noexcept??? does not name a type
> operator&=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:443:32: error: expected ???;??? at end of member declaration
> operator|=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:443:34: error: ???noexcept??? does not name a type
> operator|=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:447:34: error: expected ???;??? at end of member declaration
> operator|=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:447:43: error: ???noexcept??? does not name a type
> operator|=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:451:32: error: expected ???;??? at end of member declaration
> operator^=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:451:34: error: ???noexcept??? does not name a type
> operator^=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:455:34: error: expected ???;??? at end of member declaration
> operator^=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:455:43: error: ???noexcept??? does not name a type
> operator^=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:459:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:459:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:463:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:463:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:467:68: error: expected ???;??? at end of member declaration
> store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:467:70: error: ???noexcept??? does not name a type
> store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:479:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:479:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:490:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:490:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:500:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:500:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:511:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:511:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:519:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:519:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:526:44: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:526:46: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:540:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:540:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:553:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:553:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:561:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:561:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:569:46: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:569:48: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:583:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:583:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:597:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:597:51: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:605:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:605:54: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:613:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:613:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:618:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:618:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:623:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:623:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:628:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:628:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:633:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:633:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:638:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:638:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:643:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:643:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:648:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:648:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:653:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:653:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:658:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:658:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:673:7: error: ???constexpr??? does not name a type
> constexpr ptrdiff_t
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:676:7: error: ???constexpr??? does not name a type
> constexpr ptrdiff_t
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:680:21: error: expected ???;??? at end of member declaration
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:680:23: error: ???noexcept??? does not name a type
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:681:22: error: expected ???;??? at end of member declaration
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:681:24: error: ???noexcept??? does not name a type
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:687:7: error: ???constexpr??? does not name a type
> constexpr __atomic_base(__pointer_type __p) noexcept : _M_p (__p) { }
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:689:33: error: expected ???;??? at end of member declaration
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:689:39: error: ???noexcept??? does not name a type
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:692:39: error: expected ???;??? at end of member declaration
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:692:48: error: ???noexcept??? does not name a type
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:696:35: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:696:37: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:703:37: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:703:46: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:710:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:710:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:714:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:714:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:718:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:718:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:722:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:722:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:726:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:726:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:731:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:731:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:736:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:736:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:741:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:741:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:746:31: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:746:33: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:751:33: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:751:42: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:756:31: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:756:33: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:761:33: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:761:42: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:766:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:766:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:770:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:770:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:775:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:775:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:788:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:788:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:799:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:799:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:809:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:809:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:820:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:820:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:828:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:828:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:836:27: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:836:29: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:850:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:850:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:864:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:864:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:869:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:869:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:874:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:874:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:879:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:879:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> In file included from /opt/root-6.02.08/include/Rtypes.h:37:0,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /usr/include/c++/4.8/atomic:60:17: error: expected ???;??? at end of member declaration
> atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:60:19: error: ???noexcept??? does not name a type
> atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:61:18: error: expected ???;??? at end of member declaration
> ~atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:61:20: error: ???noexcept??? does not name a type
> ~atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:66:5: error: ???constexpr??? does not name a type
> constexpr atomic_bool(bool __i) noexcept : _M_base(__i) { }
> ^
> /usr/include/c++/4.8/atomic:66:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:69:23: error: expected ???;??? at end of member declaration
> operator=(bool __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:69:25: error: ???noexcept??? does not name a type
> operator=(bool __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:73:25: error: expected ???;??? at end of member declaration
> operator=(bool __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:73:34: error: ???noexcept??? does not name a type
> operator=(bool __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:76:21: error: expected ???;??? at end of member declaration
> operator bool() const noexcept
> ^
> /usr/include/c++/4.8/atomic:76:27: error: ???noexcept??? does not name a type
> operator bool() const noexcept
> ^
> /usr/include/c++/4.8/atomic:79:27: error: expected ???;??? at end of member declaration
> operator bool() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:79:36: error: ???noexcept??? does not name a type
> operator bool() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:83:20: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:83:26: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:86:26: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:86:35: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:89:60: error: expected ???;??? at end of member declaration
> store(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:89:62: error: ???noexcept??? does not name a type
> store(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:93:62: error: expected ???;??? at end of member declaration
> store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:93:71: error: ???noexcept??? does not name a type
> store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:97:51: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:97:57: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:101:57: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:101:66: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:105:63: error: expected ???;??? at end of member declaration
> exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:105:65: error: ???noexcept??? does not name a type
> exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:110:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:110:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:115:23: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:115:25: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:120:25: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:120:34: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:125:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:125:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:130:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:130:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:135:25: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:135:27: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:140:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:140:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:145:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:145:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:150:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:150:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:167:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:167:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:168:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:168:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:173:7: error: ???constexpr??? does not name a type
> constexpr atomic(_Tp __i) noexcept : _M_i(__i) { }
> ^
> /usr/include/c++/4.8/atomic:173:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:175:22: error: expected ???;??? at end of member declaration
> operator _Tp() const noexcept
> ^
> /usr/include/c++/4.8/atomic:175:28: error: ???noexcept??? does not name a type
> operator _Tp() const noexcept
> ^
> /usr/include/c++/4.8/atomic:178:28: error: expected ???;??? at end of member declaration
> operator _Tp() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:178:37: error: ???noexcept??? does not name a type
> operator _Tp() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:182:24: error: expected ???;??? at end of member declaration
> operator=(_Tp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:182:26: error: ???noexcept??? does not name a type
> operator=(_Tp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:186:26: error: expected ???;??? at end of member declaration
> operator=(_Tp __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:186:35: error: ???noexcept??? does not name a type
> operator=(_Tp __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:190:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:190:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:194:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:194:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:198:60: error: expected ???;??? at end of member declaration
> store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:198:62: error: ???noexcept??? does not name a type
> store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:202:62: error: expected ???;??? at end of member declaration
> store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:202:71: error: ???noexcept??? does not name a type
> store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:206:52: error: expected ???;??? at end of member declaration
> load(memory_order _m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:206:58: error: ???noexcept??? does not name a type
> load(memory_order _m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:214:58: error: expected ???;??? at end of member declaration
> load(memory_order _m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:214:67: error: ???noexcept??? does not name a type
> load(memory_order _m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:222:63: error: expected ???;??? at end of member declaration
> exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:222:65: error: ???noexcept??? does not name a type
> exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:231:49: error: expected ???;??? at end of member declaration
> memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:231:58: error: ???noexcept??? does not name a type
> memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:240:24: error: expected ???;??? at end of member declaration
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:240:26: error: ???noexcept??? does not name a type
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:247:26: error: expected ???;??? at end of member declaration
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:247:35: error: ???noexcept??? does not name a type
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:254:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:254:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:259:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:259:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:264:26: error: expected ???;??? at end of member declaration
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:264:28: error: ???noexcept??? does not name a type
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:271:28: error: expected ???;??? at end of member declaration
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:271:37: error: ???noexcept??? does not name a type
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:278:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:278:52: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:283:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:283:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:296:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:296:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:297:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:297:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:302:7: error: ???constexpr??? does not name a type
> constexpr atomic(__pointer_type __p) noexcept : _M_b(__p) { }
> ^
> /usr/include/c++/4.8/atomic:302:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:304:33: error: expected ???;??? at end of member declaration
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/atomic:304:39: error: ???noexcept??? does not name a type
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/atomic:307:39: error: expected ???;??? at end of member declaration
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:307:48: error: ???noexcept??? does not name a type
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:311:35: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/atomic:311:37: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/atomic:315:37: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:315:46: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:319:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:319:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:323:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:323:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:327:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:327:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:331:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:331:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:335:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:335:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:339:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:339:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:343:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:343:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:347:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:347:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:351:31: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:351:33: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:355:33: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:355:42: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:359:31: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:359:33: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:363:33: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:363:42: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:367:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:367:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:371:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:371:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:376:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:376:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:381:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:381:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:385:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:385:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:389:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:389:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:394:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:394:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:399:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:399:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:404:44: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:404:46: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:410:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:410:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:415:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:415:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:423:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:423:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:431:46: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:431:48: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:437:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:437:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:442:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:442:51: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:450:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:450:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:458:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:458:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:463:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:463:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:468:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:468:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:473:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:473:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:485:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:485:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:486:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:486:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:491:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:491:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:504:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:504:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:505:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:505:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:510:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:510:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:523:14: error: expected ???;??? at end of member declaration
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:523:16: error: ???noexcept??? does not name a type
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:524:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:524:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:529:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:529:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:542:14: error: expected ???;??? at end of member declaration
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:542:16: error: ???noexcept??? does not name a type
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:543:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:543:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:548:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:548:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:561:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:561:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:562:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:562:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:567:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:567:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:580:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:580:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:581:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:581:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:586:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:586:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:599:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:599:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:600:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:600:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:605:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:605:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:618:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:618:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:619:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:619:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:624:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:624:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:637:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:637:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:638:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:638:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:643:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:643:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:656:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:656:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:657:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:657:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:662:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:662:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:675:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:675:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:676:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:676:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:681:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:681:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:694:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:694:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:695:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:695:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:700:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:700:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:713:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:713:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:714:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:714:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:719:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:719:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:727:19: error: ???char16_t??? was not declared in this scope
> struct atomic<char16_t> : public atomic_char16_t
> ^
> /usr/include/c++/4.8/atomic:727:27: error: template argument 1 is invalid
> struct atomic<char16_t> : public atomic_char16_t
> ^
> /usr/include/c++/4.8/atomic:728:5: error: expected class-name before ???{??? token
> {
> ^
> /usr/include/c++/4.8/atomic:746:19: error: ???char32_t??? was not declared in this scope
> struct atomic<char32_t> : public atomic_char32_t
> ^
> /usr/include/c++/4.8/atomic:746:27: error: template argument 1 is invalid
> struct atomic<char32_t> : public atomic_char32_t
> ^
> /usr/include/c++/4.8/atomic:747:5: error: expected class-name before ???{??? token
> {
> ^
> /usr/include/c++/4.8/atomic:767:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:772:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:776:66: error: expected initializer before ???noexcept???
> atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:781:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:785:46: error: expected initializer before ???noexcept???
> atomic_flag_test_and_set(atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:789:55: error: expected initializer before ???noexcept???
> atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:793:39: error: expected initializer before ???noexcept???
> atomic_flag_clear(atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:797:48: error: expected initializer before ???noexcept???
> atomic_flag_clear(volatile atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:804:50: error: expected initializer before ???noexcept???
> atomic_is_lock_free(const atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:809:59: error: expected initializer before ???noexcept???
> atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:814:46: error: expected initializer before ???noexcept???
> atomic_init(atomic<_ITp>* __a, _ITp __i) noexcept;
> ^
> /usr/include/c++/4.8/atomic:818:55: error: expected initializer before ???noexcept???
> atomic_init(volatile atomic<_ITp>* __a, _ITp __i) noexcept;
> ^
> /usr/include/c++/4.8/atomic:823:24: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:829:24: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:834:69: error: expected initializer before ???noexcept???
> atomic_load_explicit(const atomic<_ITp>* __a, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:840:23: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:846:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:852:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:860:27: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:868:27: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:876:29: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:884:29: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:890:47: error: expected initializer before ???noexcept???
> atomic_store(atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:895:56: error: expected initializer before ???noexcept???
> atomic_store(volatile atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:900:42: error: expected initializer before ???noexcept???
> atomic_load(const atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:905:51: error: expected initializer before ???noexcept???
> atomic_load(const volatile atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:910:50: error: expected initializer before ???noexcept???
> atomic_exchange(atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:915:59: error: expected initializer before ???noexcept???
> atomic_exchange(volatile atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:921:29: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:931:29: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:941:31: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:951:31: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:965:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /opt/root-6.02.08/include/TClass.h: At global scope:
> /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]
> Int_t fVerbLevel=0;
> ^
> /usr/include/c++/4.8/atomic:971:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /opt/root-6.02.08/include/TClass.h:155:7: error: ???unordered_set??? in namespace ???std??? does not name a type
> std::unordered_set<std::string> fClassNamesSet;
> ^
> /usr/include/c++/4.8/atomic:977:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:983:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:989:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:995:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1001:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1007:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1013:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1019:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1024:58: error: expected initializer before ???noexcept???
> atomic_fetch_add(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1029:67: error: expected initializer before ???noexcept???
> atomic_fetch_add(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1034:58: error: expected initializer before ???noexcept???
> atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1039:67: error: expected initializer before ???noexcept???
> atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1044:58: error: expected initializer before ???noexcept???
> atomic_fetch_and(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1049:67: error: expected initializer before ???noexcept???
> atomic_fetch_and(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1054:57: error: expected initializer before ???noexcept???
> atomic_fetch_or(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1059:66: error: expected initializer before ???noexcept???
> atomic_fetch_or(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1064:58: error: expected initializer before ???noexcept???
> atomic_fetch_xor(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1069:67: error: expected initializer before ???noexcept???
> atomic_fetch_xor(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1077:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1083:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1088:66: error: expected initializer before ???noexcept???
> atomic_fetch_add(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:1093:57: error: expected initializer before ???noexcept???
> atomic_fetch_add(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:1099:43: error: expected initializer before ???noexcept???
> ptrdiff_t __d, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1105:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1110:66: error: expected initializer before ???noexcept???
> atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:1115:57: error: expected initializer before ???noexcept???
> atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /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]
> TClass(const TClass& tc) = delete;
> ^
> /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]
> TClass& operator=(const TClass&) = delete;
> ^
> In file included from /usr/include/c++/4.8/atomic:41:0,
> from /opt/root-6.02.08/include/Rtypes.h:37,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /opt/root-6.02.08/include/TClass.h:156:44: error: could not convert ???{0}??? from ???<brace-enclosed initializer list>??? to ???std::atomic_flag???
> mutable std::atomic_flag fSpinLock = ATOMIC_FLAG_INIT;
> ^
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTable.cc:15:
> /opt/root-6.02.08/include/TClass.h: In member function ???void TClass::Streamer(void*, TBuffer&, const TClass*) const???:
> /opt/root-6.02.08/include/TClass.h:542:7: warning: ???auto??? changes meaning in C++11; please remove it [-Wc++0x-compat]
> auto t = fStreamerImpl.load();
> ^
> /opt/root-6.02.08/include/TClass.h:542:12: error: ???t??? does not name a type
> auto t = fStreamerImpl.load();
> ^
> /opt/root-6.02.08/include/TClass.h:543:32: error: ???t??? was not declared in this scope
> t(this,obj,b,onfile_class);
> ^
> In file included from /opt/root-6.02.08/include/TString.h:36:0,
> from /opt/root-6.02.08/include/TNamed.h:29,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /opt/root-6.02.08/include/TMathBase.h: In function ???Float_t TMath::Sign(Float_t, Float_t)???:
> /opt/root-6.02.08/include/TMathBase.h:144:13: error: ???copysign??? is not a member of ???std???
> { return std::copysign(a,b); }
> ^
> /opt/root-6.02.08/include/TMathBase.h:144:13: note: suggested alternative:
> In file included from /usr/include/features.h:374:0,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,
> from /usr/include/c++/4.8/complex:41,
> from /usr/local/include/Geant4/G4Types.hh:67,
> from /usr/local/include/Geant4/G4ios.hh:39,
> from /usr/local/include/Geant4/globals.hh:49,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTableMgr.hh:12,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:13:
> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note: ???copysign???
> __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
> ^
> In file included from /opt/root-6.02.08/include/TString.h:36:0,
> from /opt/root-6.02.08/include/TNamed.h:29,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /opt/root-6.02.08/include/TMathBase.h: In function ???Double_t TMath::Sign(Double_t, Double_t)???:
> /opt/root-6.02.08/include/TMathBase.h:147:13: error: ???copysign??? is not a member of ???std???
> { return std::copysign(a,b); }
> ^
> /opt/root-6.02.08/include/TMathBase.h:147:13: note: suggested alternative:
> In file included from /usr/include/features.h:374:0,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,
> from /usr/include/c++/4.8/complex:41,
> from /usr/local/include/Geant4/G4Types.hh:67,
> from /usr/local/include/Geant4/G4ios.hh:39,
> from /usr/local/include/Geant4/globals.hh:49,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTableMgr.hh:12,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:13:
> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note: ???copysign???
> __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
> ^
> In file included from /usr/include/c++/4.8/atomic:41:0,
> from /opt/root-6.02.08/include/Rtypes.h:37,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /usr/include/c++/4.8/bits/atomic_base.h:70:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:76:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:83:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:90:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:98:41: error: expected initializer before ???noexcept???
> atomic_thread_fence(memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:102:41: error: expected initializer before ???noexcept???
> atomic_signal_fence(memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:108:30: error: expected initializer before ???noexcept???
> kill_dependency(_Tp __y) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:25: error: ???char16_t??? was not declared in this scope
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:33: error: template argument 1 is invalid
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:25: error: ???char32_t??? was not declared in this scope
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:33: error: template argument 1 is invalid
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:25: error: ???char32_t??? was not declared in this scope
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:33: error: template argument 1 is invalid
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:273:17: error: expected ???;??? at end of member declaration
> atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:273:19: error: ???noexcept??? does not name a type
> atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:274:18: error: expected ???;??? at end of member declaration
> ~atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:274:20: error: ???noexcept??? does not name a type
> ~atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:280:5: error: ???constexpr??? does not name a type
> constexpr atomic_flag(bool __i) noexcept
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:282:5: error: expected unqualified-id before ???{??? token
> { }
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:285:57: error: expected ???;??? at end of member declaration
> test_and_set(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:285:59: error: ???noexcept??? does not name a type
> test_and_set(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:291:59: error: expected ???;??? at end of member declaration
> test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:291:68: error: ???noexcept??? does not name a type
> test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:297:50: error: expected ???;??? at end of member declaration
> clear(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:297:52: error: ???noexcept??? does not name a type
> clear(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:308:52: error: expected ???;??? at end of member declaration
> clear(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:308:61: error: ???noexcept??? does not name a type
> clear(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:319:12: error: ???constexpr??? does not name a type
> static constexpr __atomic_flag_data_type
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:357:21: error: expected ???;??? at end of member declaration
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:357:23: error: ???noexcept??? does not name a type
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:358:22: error: expected ???;??? at end of member declaration
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:358:24: error: ???noexcept??? does not name a type
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:364:7: error: ???constexpr??? does not name a type
> constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:366:29: error: expected ???;??? at end of member declaration
> operator __int_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:366:35: error: ???noexcept??? does not name a type
> operator __int_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:369:35: error: expected ???;??? at end of member declaration
> operator __int_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:369:44: error: ???noexcept??? does not name a type
> operator __int_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:373:31: error: expected ???;??? at end of member declaration
> operator=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:373:33: error: ???noexcept??? does not name a type
> operator=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:380:33: error: expected ???;??? at end of member declaration
> operator=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:380:42: error: ???noexcept??? does not name a type
> operator=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:387:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:387:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:391:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:391:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:395:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:395:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:399:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:399:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:403:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:403:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:407:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:407:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:411:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:411:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:415:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:415:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:419:32: error: expected ???;??? at end of member declaration
> operator+=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:419:34: error: ???noexcept??? does not name a type
> operator+=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:423:34: error: expected ???;??? at end of member declaration
> operator+=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:423:43: error: ???noexcept??? does not name a type
> operator+=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:427:32: error: expected ???;??? at end of member declaration
> operator-=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:427:34: error: ???noexcept??? does not name a type
> operator-=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:431:34: error: expected ???;??? at end of member declaration
> operator-=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:431:43: error: ???noexcept??? does not name a type
> operator-=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:435:32: error: expected ???;??? at end of member declaration
> operator&=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:435:34: error: ???noexcept??? does not name a type
> operator&=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:439:34: error: expected ???;??? at end of member declaration
> operator&=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:439:43: error: ???noexcept??? does not name a type
> operator&=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:443:32: error: expected ???;??? at end of member declaration
> operator|=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:443:34: error: ???noexcept??? does not name a type
> operator|=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:447:34: error: expected ???;??? at end of member declaration
> operator|=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:447:43: error: ???noexcept??? does not name a type
> operator|=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:451:32: error: expected ???;??? at end of member declaration
> operator^=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:451:34: error: ???noexcept??? does not name a type
> operator^=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:455:34: error: expected ???;??? at end of member declaration
> operator^=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:455:43: error: ???noexcept??? does not name a type
> operator^=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:459:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:459:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:463:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:463:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:467:68: error: expected ???;??? at end of member declaration
> store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:467:70: error: ???noexcept??? does not name a type
> store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:479:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:479:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:490:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:490:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:500:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:500:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:511:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:511:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:519:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:519:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:526:44: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:526:46: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:540:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:540:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:553:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:553:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:561:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:561:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:569:46: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:569:48: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:583:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:583:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:597:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:597:51: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:605:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:605:54: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:613:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:613:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:618:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:618:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:623:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:623:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:628:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:628:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:633:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:633:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:638:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:638:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:643:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:643:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:648:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:648:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:653:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:653:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:658:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:658:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:673:7: error: ???constexpr??? does not name a type
> constexpr ptrdiff_t
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:676:7: error: ???constexpr??? does not name a type
> constexpr ptrdiff_t
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:680:21: error: expected ???;??? at end of member declaration
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:680:23: error: ???noexcept??? does not name a type
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:681:22: error: expected ???;??? at end of member declaration
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:681:24: error: ???noexcept??? does not name a type
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:687:7: error: ???constexpr??? does not name a type
> constexpr __atomic_base(__pointer_type __p) noexcept : _M_p (__p) { }
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:689:33: error: expected ???;??? at end of member declaration
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:689:39: error: ???noexcept??? does not name a type
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:692:39: error: expected ???;??? at end of member declaration
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:692:48: error: ???noexcept??? does not name a type
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:696:35: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:696:37: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:703:37: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:703:46: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:710:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:710:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:714:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:714:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:718:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:718:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:722:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:722:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> In file included from /usr/include/c++/4.8/atomic:41:0,
> from /opt/root-6.02.08/include/Rtypes.h:37,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /usr/include/c++/4.8/bits/atomic_base.h:70:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:726:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:76:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:83:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:726:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:90:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:98:41: error: expected initializer before ???noexcept???
> atomic_thread_fence(memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:731:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:102:41: error: expected initializer before ???noexcept???
> atomic_signal_fence(memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:108:30: error: expected initializer before ???noexcept???
> kill_dependency(_Tp __y) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:731:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:736:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:736:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:25: error: ???char16_t??? was not declared in this scope
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:33: error: template argument 1 is invalid
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:741:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:25: error: ???char32_t??? was not declared in this scope
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:741:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:33: error: template argument 1 is invalid
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:746:31: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:25: error: ???char32_t??? was not declared in this scope
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:33: error: template argument 1 is invalid
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:746:33: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:751:33: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:751:42: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:756:31: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:273:17: error: expected ???;??? at end of member declaration
> atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:756:33: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:273:19: error: ???noexcept??? does not name a type
> atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:274:18: error: expected ???;??? at end of member declaration
> ~atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:761:33: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:274:20: error: ???noexcept??? does not name a type
> ~atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:761:42: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:280:5: error: ???constexpr??? does not name a type
> constexpr atomic_flag(bool __i) noexcept
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:766:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:282:5: error: expected unqualified-id before ???{??? token
> { }
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:766:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:285:57: error: expected ???;??? at end of member declaration
> test_and_set(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:285:59: error: ???noexcept??? does not name a type
> test_and_set(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:770:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:291:59: error: expected ???;??? at end of member declaration
> test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:770:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:291:68: error: ???noexcept??? does not name a type
> test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:297:50: error: expected ???;??? at end of member declaration
> clear(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:775:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:297:52: error: ???noexcept??? does not name a type
> clear(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:775:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:308:52: error: expected ???;??? at end of member declaration
> clear(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:308:61: error: ???noexcept??? does not name a type
> clear(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:788:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:319:12: error: ???constexpr??? does not name a type
> static constexpr __atomic_flag_data_type
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:788:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:799:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:357:21: error: expected ???;??? at end of member declaration
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:357:23: error: ???noexcept??? does not name a type
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:799:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:358:22: error: expected ???;??? at end of member declaration
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:809:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:358:24: error: ???noexcept??? does not name a type
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:809:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:364:7: error: ???constexpr??? does not name a type
> constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:820:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:366:29: error: expected ???;??? at end of member declaration
> operator __int_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:366:35: error: ???noexcept??? does not name a type
> operator __int_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:820:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:369:35: error: expected ???;??? at end of member declaration
> operator __int_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:828:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:369:44: error: ???noexcept??? does not name a type
> operator __int_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:828:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:373:31: error: expected ???;??? at end of member declaration
> operator=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:373:33: error: ???noexcept??? does not name a type
> operator=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:836:27: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:380:33: error: expected ???;??? at end of member declaration
> operator=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:380:42: error: ???noexcept??? does not name a type
> operator=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:836:29: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:387:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:387:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:850:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:391:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:850:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:391:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:395:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:864:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:395:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:864:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:399:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:399:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:869:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:403:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:869:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:403:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:407:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:874:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:407:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:411:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:874:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:411:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:879:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:415:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:415:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:879:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:419:32: error: expected ???;??? at end of member declaration
> operator+=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:419:34: error: ???noexcept??? does not name a type
> operator+=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:423:34: error: expected ???;??? at end of member declaration
> operator+=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:423:43: error: ???noexcept??? does not name a type
> operator+=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:427:32: error: expected ???;??? at end of member declaration
> operator-=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:427:34: error: ???noexcept??? does not name a type
> operator-=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:431:34: error: expected ???;??? at end of member declaration
> operator-=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:431:43: error: ???noexcept??? does not name a type
> operator-=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:435:32: error: expected ???;??? at end of member declaration
> operator&=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:435:34: error: ???noexcept??? does not name a type
> operator&=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:439:34: error: expected ???;??? at end of member declaration
> operator&=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:439:43: error: ???noexcept??? does not name a type
> operator&=(__int_type __i) volatile noexcept
> ^
> In file included from /opt/root-6.02.08/include/Rtypes.h:37:0,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /usr/include/c++/4.8/atomic:60:17: error: expected ???;??? at end of member declaration
> atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:443:32: error: expected ???;??? at end of member declaration
> operator|=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:60:19: error: ???noexcept??? does not name a type
> atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:443:34: error: ???noexcept??? does not name a type
> operator|=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:61:18: error: expected ???;??? at end of member declaration
> ~atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:61:20: error: ???noexcept??? does not name a type
> ~atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:447:34: error: expected ???;??? at end of member declaration
> operator|=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:66:5: error: ???constexpr??? does not name a type
> constexpr atomic_bool(bool __i) noexcept : _M_base(__i) { }
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:447:43: error: ???noexcept??? does not name a type
> operator|=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:66:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:69:23: error: expected ???;??? at end of member declaration
> operator=(bool __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:451:32: error: expected ???;??? at end of member declaration
> operator^=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:69:25: error: ???noexcept??? does not name a type
> operator=(bool __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:73:25: error: expected ???;??? at end of member declaration
> operator=(bool __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:451:34: error: ???noexcept??? does not name a type
> operator^=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:73:34: error: ???noexcept??? does not name a type
> operator=(bool __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:76:21: error: expected ???;??? at end of member declaration
> operator bool() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:455:34: error: expected ???;??? at end of member declaration
> operator^=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:76:27: error: ???noexcept??? does not name a type
> operator bool() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:455:43: error: ???noexcept??? does not name a type
> operator^=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:79:27: error: expected ???;??? at end of member declaration
> operator bool() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:79:36: error: ???noexcept??? does not name a type
> operator bool() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:459:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:83:20: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:83:26: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:459:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:86:26: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:86:35: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:463:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:89:60: error: expected ???;??? at end of member declaration
> store(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:463:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:89:62: error: ???noexcept??? does not name a type
> store(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:93:62: error: expected ???;??? at end of member declaration
> store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:467:68: error: expected ???;??? at end of member declaration
> store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:93:71: error: ???noexcept??? does not name a type
> store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:467:70: error: ???noexcept??? does not name a type
> store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:97:51: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:97:57: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:479:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:101:57: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:101:66: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:479:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:105:63: error: expected ???;??? at end of member declaration
> exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:490:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:105:65: error: ???noexcept??? does not name a type
> exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:490:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:110:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:110:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:500:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:115:23: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:115:25: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:500:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /opt/root-6.02.08/include/TClass.h: At global scope:
> /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]
> Int_t fVerbLevel=0;
> ^
> /usr/include/c++/4.8/atomic:120:25: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /opt/root-6.02.08/include/TClass.h:155:7: error: ???unordered_set??? in namespace ???std??? does not name a type
> std::unordered_set<std::string> fClassNamesSet;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:511:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:120:34: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:125:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:511:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:125:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:519:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:130:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:130:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:519:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:135:25: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:135:27: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:526:44: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:140:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:526:46: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:140:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:145:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:540:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:145:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:540:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:150:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:150:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:553:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:553:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:167:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:167:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:561:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:168:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:168:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:561:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:173:7: error: ???constexpr??? does not name a type
> constexpr atomic(_Tp __i) noexcept : _M_i(__i) { }
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:569:46: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:173:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:175:22: error: expected ???;??? at end of member declaration
> operator _Tp() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:569:48: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:175:28: error: ???noexcept??? does not name a type
> operator _Tp() const noexcept
> ^
> /usr/include/c++/4.8/atomic:178:28: error: expected ???;??? at end of member declaration
> operator _Tp() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:583:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:178:37: error: ???noexcept??? does not name a type
> operator _Tp() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:583:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:182:24: error: expected ???;??? at end of member declaration
> operator=(_Tp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:182:26: error: ???noexcept??? does not name a type
> operator=(_Tp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:597:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:186:26: error: expected ???;??? at end of member declaration
> operator=(_Tp __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:186:35: error: ???noexcept??? does not name a type
> operator=(_Tp __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:597:51: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:190:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:190:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:605:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:194:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:605:54: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:194:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:198:60: error: expected ???;??? at end of member declaration
> store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:613:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:198:62: error: ???noexcept??? does not name a type
> store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:613:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:202:62: error: expected ???;??? at end of member declaration
> store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:202:71: error: ???noexcept??? does not name a type
> store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:618:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:206:52: error: expected ???;??? at end of member declaration
> load(memory_order _m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:206:58: error: ???noexcept??? does not name a type
> load(memory_order _m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:618:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:214:58: error: expected ???;??? at end of member declaration
> load(memory_order _m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:214:67: error: ???noexcept??? does not name a type
> load(memory_order _m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:623:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:222:63: error: expected ???;??? at end of member declaration
> exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:623:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:222:65: error: ???noexcept??? does not name a type
> exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:231:49: error: expected ???;??? at end of member declaration
> memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:628:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:231:58: error: ???noexcept??? does not name a type
> memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:628:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:240:24: error: expected ???;??? at end of member declaration
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:240:26: error: ???noexcept??? does not name a type
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:633:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:247:26: error: expected ???;??? at end of member declaration
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:247:35: error: ???noexcept??? does not name a type
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:633:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:254:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:638:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:254:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:638:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:259:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:259:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:643:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:264:26: error: expected ???;??? at end of member declaration
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:643:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:264:28: error: ???noexcept??? does not name a type
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:271:28: error: expected ???;??? at end of member declaration
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:648:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:271:37: error: ???noexcept??? does not name a type
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:648:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:278:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:278:52: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:653:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:283:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:653:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:283:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:658:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:296:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:658:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:296:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:297:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:297:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:673:7: error: ???constexpr??? does not name a type
> constexpr ptrdiff_t
> ^
> /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
> /usr/include/c++/4.8/atomic:302:7: error: ???constexpr??? does not name a type
> constexpr atomic(__pointer_type __p) noexcept : _M_b(__p) { }
> ^
> /usr/include/c++/4.8/atomic:302:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/bits/atomic_base.h:676:7: error: ???constexpr??? does not name a type
> constexpr ptrdiff_t
> ^
> /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
> /usr/include/c++/4.8/atomic:304:33: error: expected ???;??? at end of member declaration
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:680:21: error: expected ???;??? at end of member declaration
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:304:39: error: ???noexcept??? does not name a type
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/atomic:307:39: error: expected ???;??? at end of member declaration
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:680:23: error: ???noexcept??? does not name a type
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:307:48: error: ???noexcept??? does not name a type
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:681:22: error: expected ???;??? at end of member declaration
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:311:35: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:681:24: error: ???noexcept??? does not name a type
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:311:37: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/atomic:315:37: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:315:46: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:687:7: error: ???constexpr??? does not name a type
> constexpr __atomic_base(__pointer_type __p) noexcept : _M_p (__p) { }
> ^
> /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
> /usr/include/c++/4.8/atomic:319:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:319:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:689:33: error: expected ???;??? at end of member declaration
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/atomic:323:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:689:39: error: ???noexcept??? does not name a type
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/atomic:323:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:692:39: error: expected ???;??? at end of member declaration
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:327:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:327:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:692:48: error: ???noexcept??? does not name a type
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:331:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:696:35: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/atomic:331:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:335:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:696:37: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/atomic:335:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:703:37: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:339:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:339:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:703:46: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:343:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:710:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:343:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:347:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:710:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:347:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:714:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:351:31: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:351:33: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:714:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:355:33: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:718:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:355:42: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:718:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:359:31: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:359:33: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:722:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:363:33: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:722:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:363:42: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:367:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:726:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:367:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:726:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:371:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:371:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:731:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:376:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:731:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:376:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:736:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:381:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:381:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:736:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:385:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:741:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:385:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:741:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:389:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:389:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:746:31: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:394:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:746:33: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:394:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:399:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:751:33: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:399:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:751:42: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:404:44: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:404:46: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:756:31: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:410:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:756:33: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:410:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:761:33: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:415:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:415:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:761:42: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:423:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:766:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:423:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:766:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:431:46: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:770:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:431:48: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:770:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /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]
> TClass(const TClass& tc) = delete;
> ^
> /usr/include/c++/4.8/atomic:437:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:775:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:437:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /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]
> TClass& operator=(const TClass&) = delete;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:775:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:442:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:442:51: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:788:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:450:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:450:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:788:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:458:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:799:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:458:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:799:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:463:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:463:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:809:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:468:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:809:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:468:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:820:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:473:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:473:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:820:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:828:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:485:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:485:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:828:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:486:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:486:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:836:27: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:836:29: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:491:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:491:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/bits/atomic_base.h:850:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:850:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:864:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:864:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:869:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:869:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:874:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:874:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:504:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:879:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:504:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:879:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:505:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:505:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:510:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:510:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> In file included from /opt/root-6.02.08/include/Rtypes.h:37:0,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /usr/include/c++/4.8/atomic:60:17: error: expected ???;??? at end of member declaration
> atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:60:19: error: ???noexcept??? does not name a type
> atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:523:14: error: expected ???;??? at end of member declaration
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:61:18: error: expected ???;??? at end of member declaration
> ~atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:61:20: error: ???noexcept??? does not name a type
> ~atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:523:16: error: ???noexcept??? does not name a type
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:66:5: error: ???constexpr??? does not name a type
> constexpr atomic_bool(bool __i) noexcept : _M_base(__i) { }
> ^
> /usr/include/c++/4.8/atomic:524:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:66:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:69:23: error: expected ???;??? at end of member declaration
> operator=(bool __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:524:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:69:25: error: ???noexcept??? does not name a type
> operator=(bool __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:73:25: error: expected ???;??? at end of member declaration
> operator=(bool __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:73:34: error: ???noexcept??? does not name a type
> operator=(bool __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:529:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:529:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:76:21: error: expected ???;??? at end of member declaration
> operator bool() const noexcept
> ^
> /usr/include/c++/4.8/atomic:76:27: error: ???noexcept??? does not name a type
> operator bool() const noexcept
> ^
> /usr/include/c++/4.8/atomic:79:27: error: expected ???;??? at end of member declaration
> operator bool() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:79:36: error: ???noexcept??? does not name a type
> operator bool() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:83:20: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:83:26: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:86:26: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:86:35: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:89:60: error: expected ???;??? at end of member declaration
> store(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:89:62: error: ???noexcept??? does not name a type
> store(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:93:62: error: expected ???;??? at end of member declaration
> store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:93:71: error: ???noexcept??? does not name a type
> store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:97:51: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:97:57: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:101:57: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:101:66: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:105:63: error: expected ???;??? at end of member declaration
> exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:542:14: error: expected ???;??? at end of member declaration
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:105:65: error: ???noexcept??? does not name a type
> exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:110:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:542:16: error: ???noexcept??? does not name a type
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:110:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:543:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:115:23: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:115:25: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:543:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:120:25: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:120:34: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:548:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:125:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:548:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:125:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:130:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:130:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:135:25: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:135:27: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:140:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:140:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:145:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:145:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:150:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:150:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:167:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:561:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:167:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:168:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:561:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:168:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:562:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:173:7: error: ???constexpr??? does not name a type
> constexpr atomic(_Tp __i) noexcept : _M_i(__i) { }
> ^
> /usr/include/c++/4.8/atomic:173:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:562:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:175:22: error: expected ???;??? at end of member declaration
> operator _Tp() const noexcept
> ^
> /usr/include/c++/4.8/atomic:175:28: error: ???noexcept??? does not name a type
> operator _Tp() const noexcept
> ^
> /usr/include/c++/4.8/atomic:567:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:567:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:178:28: error: expected ???;??? at end of member declaration
> operator _Tp() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:178:37: error: ???noexcept??? does not name a type
> operator _Tp() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:182:24: error: expected ???;??? at end of member declaration
> operator=(_Tp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:182:26: error: ???noexcept??? does not name a type
> operator=(_Tp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:186:26: error: expected ???;??? at end of member declaration
> operator=(_Tp __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:186:35: error: ???noexcept??? does not name a type
> operator=(_Tp __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:190:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:190:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:194:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> In file included from /usr/include/c++/4.8/atomic:41:0,
> from /opt/root-6.02.08/include/Rtypes.h:37,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /opt/root-6.02.08/include/TClass.h:156:44: error: could not convert ???{0}??? from ???<brace-enclosed initializer list>??? to ???std::atomic_flag???
> mutable std::atomic_flag fSpinLock = ATOMIC_FLAG_INIT;
> ^
> /usr/include/c++/4.8/atomic:194:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:198:60: error: expected ???;??? at end of member declaration
> store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:198:62: error: ???noexcept??? does not name a type
> store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:202:62: error: expected ???;??? at end of member declaration
> store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:202:71: error: ???noexcept??? does not name a type
> store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:580:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:206:52: error: expected ???;??? at end of member declaration
> load(memory_order _m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:206:58: error: ???noexcept??? does not name a type
> load(memory_order _m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:580:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:214:58: error: expected ???;??? at end of member declaration
> load(memory_order _m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:581:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:214:67: error: ???noexcept??? does not name a type
> load(memory_order _m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:581:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:222:63: error: expected ???;??? at end of member declaration
> exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:222:65: error: ???noexcept??? does not name a type
> exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:231:49: error: expected ???;??? at end of member declaration
> memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:586:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:586:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:231:58: error: ???noexcept??? does not name a type
> memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:240:24: error: expected ???;??? at end of member declaration
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:240:26: error: ???noexcept??? does not name a type
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:247:26: error: expected ???;??? at end of member declaration
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:247:35: error: ???noexcept??? does not name a type
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:254:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:254:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:259:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:259:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:264:26: error: expected ???;??? at end of member declaration
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:264:28: error: ???noexcept??? does not name a type
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:271:28: error: expected ???;??? at end of member declaration
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:271:37: error: ???noexcept??? does not name a type
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:599:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTable.hh:23,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:14:
> /opt/root-6.02.08/include/TClass.h: In member function ???void TClass::Streamer(void*, TBuffer&, const TClass*) const???:
> /opt/root-6.02.08/include/TClass.h:542:7: warning: ???auto??? changes meaning in C++11; please remove it [-Wc++0x-compat]
> auto t = fStreamerImpl.load();
> ^
> /usr/include/c++/4.8/atomic:278:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:599:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /opt/root-6.02.08/include/TClass.h:542:12: error: ???t??? does not name a type
> auto t = fStreamerImpl.load();
> ^
> /usr/include/c++/4.8/atomic:278:52: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:600:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:283:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /opt/root-6.02.08/include/TClass.h:543:32: error: ???t??? was not declared in this scope
> t(this,obj,b,onfile_class);
> ^
> /usr/include/c++/4.8/atomic:600:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:283:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:605:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:605:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:296:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:296:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:297:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:297:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:302:7: error: ???constexpr??? does not name a type
> constexpr atomic(__pointer_type __p) noexcept : _M_b(__p) { }
> ^
> /usr/include/c++/4.8/atomic:302:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:304:33: error: expected ???;??? at end of member declaration
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/atomic:304:39: error: ???noexcept??? does not name a type
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/atomic:307:39: error: expected ???;??? at end of member declaration
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:307:48: error: ???noexcept??? does not name a type
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:311:35: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/atomic:311:37: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/atomic:315:37: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:618:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:315:46: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:618:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:319:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:319:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:619:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:323:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:619:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:323:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:327:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:327:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:624:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:624:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:331:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:331:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:335:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:335:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:339:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:339:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:343:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:343:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:347:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:347:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:351:31: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:351:33: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:355:33: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:637:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:355:42: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:637:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:359:31: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:638:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:359:33: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:638:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:363:33: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:363:42: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:367:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:643:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:643:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:367:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:371:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:371:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:376:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:376:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:381:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:381:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:385:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:385:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:389:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:389:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:394:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:656:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:394:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:656:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:399:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:657:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:399:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:657:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:404:44: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:404:46: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:662:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:662:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:410:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:410:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:415:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:415:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:423:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:423:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:431:46: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:431:48: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:437:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:437:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:442:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:675:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:442:51: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:675:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:450:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:676:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:450:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:676:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:458:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:458:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:681:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:681:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:463:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:463:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:468:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:468:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:473:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:473:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:485:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:485:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:486:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:694:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:486:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:694:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:491:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:695:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:491:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:695:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:700:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:700:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:504:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:504:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:713:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:505:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:713:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:505:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:714:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:714:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:510:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:510:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:719:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:719:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:727:19: error: ???char16_t??? was not declared in this scope
> struct atomic<char16_t> : public atomic_char16_t
> ^
> /usr/include/c++/4.8/atomic:727:27: error: template argument 1 is invalid
> struct atomic<char16_t> : public atomic_char16_t
> ^
> /usr/include/c++/4.8/atomic:728:5: error: expected class-name before ???{??? token
> {
> ^
> /usr/include/c++/4.8/atomic:746:19: error: ???char32_t??? was not declared in this scope
> struct atomic<char32_t> : public atomic_char32_t
> ^
> /usr/include/c++/4.8/atomic:746:27: error: template argument 1 is invalid
> struct atomic<char32_t> : public atomic_char32_t
> ^
> /usr/include/c++/4.8/atomic:747:5: error: expected class-name before ???{??? token
> {
> ^
> /usr/include/c++/4.8/atomic:523:14: error: expected ???;??? at end of member declaration
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:767:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:523:16: error: ???noexcept??? does not name a type
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:772:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:524:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:524:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:776:66: error: expected initializer before ???noexcept???
> atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:781:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:529:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:529:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:785:46: error: expected initializer before ???noexcept???
> atomic_flag_test_and_set(atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:789:55: error: expected initializer before ???noexcept???
> atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:793:39: error: expected initializer before ???noexcept???
> atomic_flag_clear(atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:797:48: error: expected initializer before ???noexcept???
> atomic_flag_clear(volatile atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:804:50: error: expected initializer before ???noexcept???
> atomic_is_lock_free(const atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:809:59: error: expected initializer before ???noexcept???
> atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:814:46: error: expected initializer before ???noexcept???
> atomic_init(atomic<_ITp>* __a, _ITp __i) noexcept;
> ^
> /usr/include/c++/4.8/atomic:818:55: error: expected initializer before ???noexcept???
> atomic_init(volatile atomic<_ITp>* __a, _ITp __i) noexcept;
> ^
> /usr/include/c++/4.8/atomic:542:14: error: expected ???;??? at end of member declaration
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:542:16: error: ???noexcept??? does not name a type
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:823:24: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:543:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:543:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:829:24: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:834:69: error: expected initializer before ???noexcept???
> atomic_load_explicit(const atomic<_ITp>* __a, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:548:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:548:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:840:23: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:846:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:852:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:860:27: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:868:27: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:876:29: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:561:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:884:29: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> In file included from /usr/include/c++/4.8/atomic:41:0,
> from /opt/root-6.02.08/include/TFile.h:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /usr/include/c++/4.8/bits/atomic_base.h:70:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /usr/include/c++/4.8/atomic:561:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:76:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /usr/include/c++/4.8/atomic:890:47: error: expected initializer before ???noexcept???
> atomic_store(atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /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
> /usr/include/c++/4.8/atomic:562:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:83:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:90:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/atomic:895:56: error: expected initializer before ???noexcept???
> atomic_store(volatile atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:562:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:98:41: error: expected initializer before ???noexcept???
> atomic_thread_fence(memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:102:41: error: expected initializer before ???noexcept???
> atomic_signal_fence(memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:900:42: error: expected initializer before ???noexcept???
> atomic_load(const atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:108:30: error: expected initializer before ???noexcept???
> kill_dependency(_Tp __y) noexcept
> ^
> /usr/include/c++/4.8/atomic:567:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:567:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:905:51: error: expected initializer before ???noexcept???
> atomic_load(const volatile atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:25: error: ???char16_t??? was not declared in this scope
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/atomic:910:50: error: expected initializer before ???noexcept???
> atomic_exchange(atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:33: error: template argument 1 is invalid
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/atomic:915:59: error: expected initializer before ???noexcept???
> atomic_exchange(volatile atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:25: error: ???char32_t??? was not declared in this scope
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:33: error: template argument 1 is invalid
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/atomic:921:29: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:25: error: ???char32_t??? was not declared in this scope
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:33: error: template argument 1 is invalid
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/atomic:931:29: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:941:31: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:580:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:580:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:951:31: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:273:17: error: expected ???;??? at end of member declaration
> atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:581:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:273:19: error: ???noexcept??? does not name a type
> atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:965:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:581:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:274:18: error: expected ???;??? at end of member declaration
> ~atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:274:20: error: ???noexcept??? does not name a type
> ~atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:971:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:586:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:586:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/bits/atomic_base.h:280:5: error: ???constexpr??? does not name a type
> constexpr atomic_flag(bool __i) noexcept
> ^
> /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
> /usr/include/c++/4.8/atomic:977:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:282:5: error: expected unqualified-id before ???{??? token
> { }
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:285:57: error: expected ???;??? at end of member declaration
> test_and_set(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:983:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:285:59: error: ???noexcept??? does not name a type
> test_and_set(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:291:59: error: expected ???;??? at end of member declaration
> test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:989:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:291:68: error: ???noexcept??? does not name a type
> test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:297:50: error: expected ???;??? at end of member declaration
> clear(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:297:52: error: ???noexcept??? does not name a type
> clear(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:995:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:308:52: error: expected ???;??? at end of member declaration
> clear(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:308:61: error: ???noexcept??? does not name a type
> clear(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:1001:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:319:12: error: ???constexpr??? does not name a type
> static constexpr __atomic_flag_data_type
> ^
> /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
> /usr/include/c++/4.8/atomic:1007:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:599:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:357:21: error: expected ???;??? at end of member declaration
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:1013:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:599:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:357:23: error: ???noexcept??? does not name a type
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:358:22: error: expected ???;??? at end of member declaration
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:600:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:1019:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:358:24: error: ???noexcept??? does not name a type
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:600:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:1024:58: error: expected initializer before ???noexcept???
> atomic_fetch_add(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:364:7: error: ???constexpr??? does not name a type
> constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
> ^
> /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
> /usr/include/c++/4.8/atomic:605:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:605:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/bits/atomic_base.h:366:29: error: expected ???;??? at end of member declaration
> operator __int_type() const noexcept
> ^
> /usr/include/c++/4.8/atomic:1029:67: error: expected initializer before ???noexcept???
> atomic_fetch_add(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:366:35: error: ???noexcept??? does not name a type
> operator __int_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:369:35: error: expected ???;??? at end of member declaration
> operator __int_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:1034:58: error: expected initializer before ???noexcept???
> atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:369:44: error: ???noexcept??? does not name a type
> operator __int_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:373:31: error: expected ???;??? at end of member declaration
> operator=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1039:67: error: expected initializer before ???noexcept???
> atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:373:33: error: ???noexcept??? does not name a type
> operator=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:380:33: error: expected ???;??? at end of member declaration
> operator=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:1044:58: error: expected initializer before ???noexcept???
> atomic_fetch_and(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:380:42: error: ???noexcept??? does not name a type
> operator=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:387:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:1049:67: error: expected initializer before ???noexcept???
> atomic_fetch_and(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:387:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:391:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:1054:57: error: expected initializer before ???noexcept???
> atomic_fetch_or(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:618:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:391:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:618:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:1059:66: error: expected initializer before ???noexcept???
> atomic_fetch_or(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:395:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:395:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:619:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:1064:58: error: expected initializer before ???noexcept???
> atomic_fetch_xor(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:399:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:619:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:399:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:1069:67: error: expected initializer before ???noexcept???
> atomic_fetch_xor(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:403:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:624:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:624:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/bits/atomic_base.h:403:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:1077:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:407:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:407:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:1083:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:411:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:411:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:1088:66: error: expected initializer before ???noexcept???
> atomic_fetch_add(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:415:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:415:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:1093:57: error: expected initializer before ???noexcept???
> atomic_fetch_add(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:419:32: error: expected ???;??? at end of member declaration
> operator+=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:419:34: error: ???noexcept??? does not name a type
> operator+=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1099:43: error: expected initializer before ???noexcept???
> ptrdiff_t __d, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:423:34: error: expected ???;??? at end of member declaration
> operator+=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:423:43: error: ???noexcept??? does not name a type
> operator+=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:637:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:1105:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:427:32: error: expected ???;??? at end of member declaration
> operator-=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:637:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:427:34: error: ???noexcept??? does not name a type
> operator-=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1110:66: error: expected initializer before ???noexcept???
> atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:638:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:431:34: error: expected ???;??? at end of member declaration
> operator-=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:638:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:431:43: error: ???noexcept??? does not name a type
> operator-=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:1115:57: error: expected initializer before ???noexcept???
> atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:435:32: error: expected ???;??? at end of member declaration
> operator&=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:643:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:643:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/bits/atomic_base.h:435:34: error: ???noexcept??? does not name a type
> operator&=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:439:34: error: expected ???;??? at end of member declaration
> operator&=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:439:43: error: ???noexcept??? does not name a type
> operator&=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:443:32: error: expected ???;??? at end of member declaration
> operator|=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:443:34: error: ???noexcept??? does not name a type
> operator|=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:447:34: error: expected ???;??? at end of member declaration
> operator|=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:447:43: error: ???noexcept??? does not name a type
> operator|=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:451:32: error: expected ???;??? at end of member declaration
> operator^=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:451:34: error: ???noexcept??? does not name a type
> operator^=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:455:34: error: expected ???;??? at end of member declaration
> operator^=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:455:43: error: ???noexcept??? does not name a type
> operator^=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:459:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:656:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:459:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:656:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:463:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:657:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:463:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:657:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:467:68: error: expected ???;??? at end of member declaration
> store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:467:70: error: ???noexcept??? does not name a type
> store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:662:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:479:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:662:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/bits/atomic_base.h:479:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:490:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:490:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:500:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:500:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:511:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:511:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:519:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:519:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:526:44: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:675:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:526:46: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:675:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:540:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:540:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:676:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:676:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:553:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:553:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:681:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:561:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:681:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/bits/atomic_base.h:561:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:569:46: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:569:48: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:583:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:583:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:597:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:597:51: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:605:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:605:54: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:694:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:613:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:694:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:613:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:618:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:695:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:618:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:695:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:623:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:623:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:700:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:700:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/bits/atomic_base.h:628:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:628:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:633:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:633:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:638:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:638:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:643:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:643:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:648:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:648:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:713:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:713:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:653:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:653:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:714:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:714:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:658:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:658:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:719:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:719:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/bits/atomic_base.h:673:7: error: ???constexpr??? does not name a type
> constexpr ptrdiff_t
> ^
> /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
> /usr/include/c++/4.8/atomic:727:19: error: ???char16_t??? was not declared in this scope
> struct atomic<char16_t> : public atomic_char16_t
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:676:7: error: ???constexpr??? does not name a type
> constexpr ptrdiff_t
> ^
> /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
> /usr/include/c++/4.8/atomic:727:27: error: template argument 1 is invalid
> struct atomic<char16_t> : public atomic_char16_t
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:680:21: error: expected ???;??? at end of member declaration
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:728:5: error: expected class-name before ???{??? token
> {
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:680:23: error: ???noexcept??? does not name a type
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:746:19: error: ???char32_t??? was not declared in this scope
> struct atomic<char32_t> : public atomic_char32_t
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:681:22: error: expected ???;??? at end of member declaration
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:746:27: error: template argument 1 is invalid
> struct atomic<char32_t> : public atomic_char32_t
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:681:24: error: ???noexcept??? does not name a type
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:747:5: error: expected class-name before ???{??? token
> {
> ^
> /usr/include/c++/4.8/atomic:767:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:687:7: error: ???constexpr??? does not name a type
> constexpr __atomic_base(__pointer_type __p) noexcept : _M_p (__p) { }
> ^
> /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
> /usr/include/c++/4.8/atomic:772:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:689:33: error: expected ???;??? at end of member declaration
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:689:39: error: ???noexcept??? does not name a type
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/atomic:776:66: error: expected initializer before ???noexcept???
> atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:692:39: error: expected ???;??? at end of member declaration
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:781:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:692:48: error: ???noexcept??? does not name a type
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:785:46: error: expected initializer before ???noexcept???
> atomic_flag_test_and_set(atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:696:35: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/atomic:789:55: error: expected initializer before ???noexcept???
> atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:696:37: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/atomic:793:39: error: expected initializer before ???noexcept???
> atomic_flag_clear(atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:703:37: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:797:48: error: expected initializer before ???noexcept???
> atomic_flag_clear(volatile atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:703:46: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:804:50: error: expected initializer before ???noexcept???
> atomic_is_lock_free(const atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:710:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:809:59: error: expected initializer before ???noexcept???
> atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:710:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:714:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:814:46: error: expected initializer before ???noexcept???
> atomic_init(atomic<_ITp>* __a, _ITp __i) noexcept;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:714:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:818:55: error: expected initializer before ???noexcept???
> atomic_init(volatile atomic<_ITp>* __a, _ITp __i) noexcept;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:718:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:823:24: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:718:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:829:24: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:722:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:722:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:834:69: error: expected initializer before ???noexcept???
> atomic_load_explicit(const atomic<_ITp>* __a, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:726:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:840:23: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:726:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:846:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:731:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:852:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:731:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:736:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:860:27: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:736:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:868:27: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:741:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:876:29: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:741:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:746:31: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:884:29: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:746:33: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:890:47: error: expected initializer before ???noexcept???
> atomic_store(atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:751:33: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:895:56: error: expected initializer before ???noexcept???
> atomic_store(volatile atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:751:42: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:900:42: error: expected initializer before ???noexcept???
> atomic_load(const atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:756:31: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:905:51: error: expected initializer before ???noexcept???
> atomic_load(const volatile atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:756:33: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:910:50: error: expected initializer before ???noexcept???
> atomic_exchange(atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:761:33: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:761:42: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:915:59: error: expected initializer before ???noexcept???
> atomic_exchange(volatile atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:766:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:921:29: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:766:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:931:29: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:770:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:770:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:941:31: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:775:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:951:31: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:775:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:965:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:788:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:788:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:971:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:799:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:977:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:799:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:983:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:809:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:989:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:809:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:995:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:820:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:820:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:1001:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:828:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:1007:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:828:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:1013:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:836:27: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:836:29: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:1019:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:850:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:1024:58: error: expected initializer before ???noexcept???
> atomic_fetch_add(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:850:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:1029:67: error: expected initializer before ???noexcept???
> atomic_fetch_add(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:864:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:1034:58: error: expected initializer before ???noexcept???
> atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:864:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:1039:67: error: expected initializer before ???noexcept???
> atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:869:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:1044:58: error: expected initializer before ???noexcept???
> atomic_fetch_and(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:869:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:1049:67: error: expected initializer before ???noexcept???
> atomic_fetch_and(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:874:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:874:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:1054:57: error: expected initializer before ???noexcept???
> atomic_fetch_or(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:879:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:1059:66: error: expected initializer before ???noexcept???
> atomic_fetch_or(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:879:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:1064:58: error: expected initializer before ???noexcept???
> atomic_fetch_xor(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1069:67: error: expected initializer before ???noexcept???
> atomic_fetch_xor(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1077:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1083:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1088:66: error: expected initializer before ???noexcept???
> atomic_fetch_add(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:1093:57: error: expected initializer before ???noexcept???
> atomic_fetch_add(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> In file included from /opt/root-6.02.08/include/TFile.h:24:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /usr/include/c++/4.8/atomic:60:17: error: expected ???;??? at end of member declaration
> atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:1099:43: error: expected initializer before ???noexcept???
> ptrdiff_t __d, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:60:19: error: ???noexcept??? does not name a type
> atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:61:18: error: expected ???;??? at end of member declaration
> ~atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:61:20: error: ???noexcept??? does not name a type
> ~atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:1105:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:66:5: error: ???constexpr??? does not name a type
> constexpr atomic_bool(bool __i) noexcept : _M_base(__i) { }
> ^
> /usr/include/c++/4.8/atomic:66:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:1110:66: error: expected initializer before ???noexcept???
> atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:69:23: error: expected ???;??? at end of member declaration
> operator=(bool __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:69:25: error: ???noexcept??? does not name a type
> operator=(bool __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:73:25: error: expected ???;??? at end of member declaration
> operator=(bool __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:1115:57: error: expected initializer before ???noexcept???
> atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:73:34: error: ???noexcept??? does not name a type
> operator=(bool __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:76:21: error: expected ???;??? at end of member declaration
> operator bool() const noexcept
> ^
> /usr/include/c++/4.8/atomic:76:27: error: ???noexcept??? does not name a type
> operator bool() const noexcept
> ^
> /usr/include/c++/4.8/atomic:79:27: error: expected ???;??? at end of member declaration
> operator bool() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:79:36: error: ???noexcept??? does not name a type
> operator bool() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:83:20: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:83:26: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:86:26: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:86:35: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:89:60: error: expected ???;??? at end of member declaration
> store(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:89:62: error: ???noexcept??? does not name a type
> store(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:93:62: error: expected ???;??? at end of member declaration
> store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:93:71: error: ???noexcept??? does not name a type
> store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:97:51: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:97:57: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:101:57: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:101:66: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:105:63: error: expected ???;??? at end of member declaration
> exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:105:65: error: ???noexcept??? does not name a type
> exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:110:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:110:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:115:23: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:115:25: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:120:25: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:120:34: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:125:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:125:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:130:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:130:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:135:25: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:135:27: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:140:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:140:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:145:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:145:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:150:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:150:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:167:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:167:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:168:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:168:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:173:7: error: ???constexpr??? does not name a type
> constexpr atomic(_Tp __i) noexcept : _M_i(__i) { }
> ^
> /usr/include/c++/4.8/atomic:173:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:175:22: error: expected ???;??? at end of member declaration
> operator _Tp() const noexcept
> ^
> /usr/include/c++/4.8/atomic:175:28: error: ???noexcept??? does not name a type
> operator _Tp() const noexcept
> ^
> /usr/include/c++/4.8/atomic:178:28: error: expected ???;??? at end of member declaration
> operator _Tp() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:178:37: error: ???noexcept??? does not name a type
> operator _Tp() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:182:24: error: expected ???;??? at end of member declaration
> operator=(_Tp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:182:26: error: ???noexcept??? does not name a type
> operator=(_Tp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:186:26: error: expected ???;??? at end of member declaration
> operator=(_Tp __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:186:35: error: ???noexcept??? does not name a type
> operator=(_Tp __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:190:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:190:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:194:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:194:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:198:60: error: expected ???;??? at end of member declaration
> store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:198:62: error: ???noexcept??? does not name a type
> store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:202:62: error: expected ???;??? at end of member declaration
> store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:202:71: error: ???noexcept??? does not name a type
> store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:206:52: error: expected ???;??? at end of member declaration
> load(memory_order _m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:206:58: error: ???noexcept??? does not name a type
> load(memory_order _m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:214:58: error: expected ???;??? at end of member declaration
> load(memory_order _m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:214:67: error: ???noexcept??? does not name a type
> load(memory_order _m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:222:63: error: expected ???;??? at end of member declaration
> exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:222:65: error: ???noexcept??? does not name a type
> exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:231:49: error: expected ???;??? at end of member declaration
> memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:231:58: error: ???noexcept??? does not name a type
> memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:240:24: error: expected ???;??? at end of member declaration
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:240:26: error: ???noexcept??? does not name a type
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:247:26: error: expected ???;??? at end of member declaration
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:247:35: error: ???noexcept??? does not name a type
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:254:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:254:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:259:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:259:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:264:26: error: expected ???;??? at end of member declaration
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:264:28: error: ???noexcept??? does not name a type
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:271:28: error: expected ???;??? at end of member declaration
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:271:37: error: ???noexcept??? does not name a type
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:278:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:278:52: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:283:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:283:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:296:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:296:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:297:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:297:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:302:7: error: ???constexpr??? does not name a type
> constexpr atomic(__pointer_type __p) noexcept : _M_b(__p) { }
> ^
> /usr/include/c++/4.8/atomic:302:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:304:33: error: expected ???;??? at end of member declaration
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/atomic:304:39: error: ???noexcept??? does not name a type
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/atomic:307:39: error: expected ???;??? at end of member declaration
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:307:48: error: ???noexcept??? does not name a type
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:311:35: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/atomic:311:37: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/atomic:315:37: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:315:46: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:319:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:319:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:323:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:323:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:327:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:327:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:331:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:331:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:335:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:335:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:339:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:339:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:343:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:343:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:347:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:347:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:351:31: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:351:33: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:355:33: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:355:42: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:359:31: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:359:33: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:363:33: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:363:42: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:367:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:367:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:371:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:371:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:376:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:376:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:381:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:381:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:385:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:385:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:389:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:389:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:394:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:394:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:399:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:399:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:404:44: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:404:46: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:410:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:410:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:415:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:415:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:423:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:423:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:431:46: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:431:48: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:437:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:437:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:442:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:442:51: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:450:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:450:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:458:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:458:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:463:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:463:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:468:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:468:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:473:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:473:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:485:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:485:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:486:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:486:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:491:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:491:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:504:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:504:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:505:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> In file included from /opt/root-6.02.08/include/TString.h:36:0,
> from /opt/root-6.02.08/include/TNamed.h:29,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /opt/root-6.02.08/include/TMathBase.h: In function ???Float_t TMath::Sign(Float_t, Float_t)???:
> /opt/root-6.02.08/include/TMathBase.h:144:13: error: ???copysign??? is not a member of ???std???
> { return std::copysign(a,b); }
> ^
> /opt/root-6.02.08/include/TMathBase.h:144:13: note: suggested alternative:
> /usr/include/c++/4.8/atomic:505:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> In file included from /usr/include/features.h:374:0,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,
> from /usr/include/c++/4.8/complex:41,
> from /usr/local/include/Geant4/G4Types.hh:67,
> from /usr/local/include/Geant4/G4ios.hh:39,
> from /usr/local/include/Geant4/globals.hh:49,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateMessenger.hh:13,
> from /home/thomas/Downloads/gate-git/opengate-public/source/digits_hits/include/GateOutputModuleMessenger.hh:13,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note: ???copysign???
> __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
> ^
> /usr/include/c++/4.8/atomic:510:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> In file included from /opt/root-6.02.08/include/TString.h:36:0,
> from /opt/root-6.02.08/include/TNamed.h:29,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /opt/root-6.02.08/include/TMathBase.h: In function ???Double_t TMath::Sign(Double_t, Double_t)???:
> /opt/root-6.02.08/include/TMathBase.h:147:13: error: ???copysign??? is not a member of ???std???
> { return std::copysign(a,b); }
> ^
> /usr/include/c++/4.8/atomic:510:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /opt/root-6.02.08/include/TMathBase.h:147:13: note: suggested alternative:
> In file included from /usr/include/features.h:374:0,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,
> from /usr/include/c++/4.8/complex:41,
> from /usr/local/include/Geant4/G4Types.hh:67,
> from /usr/local/include/Geant4/G4ios.hh:39,
> from /usr/local/include/Geant4/globals.hh:49,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateMessenger.hh:13,
> from /home/thomas/Downloads/gate-git/opengate-public/source/digits_hits/include/GateOutputModuleMessenger.hh:13,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note: ???copysign???
> __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
> ^
> /usr/include/c++/4.8/atomic:523:14: error: expected ???;??? at end of member declaration
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:523:16: error: ???noexcept??? does not name a type
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:524:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:524:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:529:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:529:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:542:14: error: expected ???;??? at end of member declaration
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:542:16: error: ???noexcept??? does not name a type
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:543:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:543:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:548:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:548:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:561:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:561:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:562:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:562:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:567:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:567:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:580:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:580:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:581:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:581:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:586:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:586:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:599:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:599:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:600:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:600:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:605:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:605:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:618:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:618:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:619:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:619:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:624:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:624:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:637:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:637:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:638:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:638:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:643:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:643:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:656:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:656:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:657:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:657:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:662:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:662:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:675:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:675:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:676:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:676:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:681:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:681:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:694:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:694:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:695:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:695:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> make[2]: *** [CMakeFiles/Gate.dir/source/arf/src/GateARFTable.cc.o] Error 1
> /usr/include/c++/4.8/atomic:700:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> 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
>
> In file included from /opt/root-6.02.08/include/TString.h:36:0,
> from /opt/root-6.02.08/include/TNamed.h:29,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /opt/root-6.02.08/include/TMathBase.h: In function ???Float_t TMath::Sign(Float_t, Float_t)???:
> /opt/root-6.02.08/include/TMathBase.h:144:13: error: ???copysign??? is not a member of ???std???
> { return std::copysign(a,b); }
> ^
> /opt/root-6.02.08/include/TMathBase.h:144:13: note: suggested alternative:
> In file included from /usr/include/features.h:374:0,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,
> from /usr/include/c++/4.8/complex:41,
> from /usr/local/include/Geant4/G4Types.hh:67,
> from /usr/local/include/Geant4/G4ios.hh:39,
> from /usr/local/include/Geant4/globals.hh:49,
> from /usr/local/include/Geant4/G4Run.hh:33,
> from /home/thomas/Downloads/gate-git/opengate-public/source/digits_hits/include/GateRecorderBase.hh:12,
> from /home/thomas/Downloads/gate-git/opengate-public/source/digits_hits/include/GateVOutputModule.hh:13,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note: ???copysign???
> __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
> ^
> In file included from /opt/root-6.02.08/include/TString.h:36:0,
> from /opt/root-6.02.08/include/TNamed.h:29,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /opt/root-6.02.08/include/TMathBase.h: In function ???Double_t TMath::Sign(Double_t, Double_t)???:
> /opt/root-6.02.08/include/TMathBase.h:147:13: error: ???copysign??? is not a member of ???std???
> { return std::copysign(a,b); }
> ^
> /opt/root-6.02.08/include/TMathBase.h:147:13: note: suggested alternative:
> In file included from /usr/include/features.h:374:0,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,
> from /usr/include/c++/4.8/complex:41,
> from /usr/local/include/Geant4/G4Types.hh:67,
> from /usr/local/include/Geant4/G4ios.hh:39,
> from /usr/local/include/Geant4/globals.hh:49,
> from /usr/local/include/Geant4/G4Run.hh:33,
> from /home/thomas/Downloads/gate-git/opengate-public/source/digits_hits/include/GateRecorderBase.hh:12,
> from /home/thomas/Downloads/gate-git/opengate-public/source/digits_hits/include/GateVOutputModule.hh:13,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note: ???copysign???
> __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
> ^
> /usr/include/c++/4.8/atomic:713:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:713:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:714:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:714:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:719:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:719:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:727:19: error: ???char16_t??? was not declared in this scope
> struct atomic<char16_t> : public atomic_char16_t
> ^
> /usr/include/c++/4.8/atomic:727:27: error: template argument 1 is invalid
> struct atomic<char16_t> : public atomic_char16_t
> ^
> /usr/include/c++/4.8/atomic:728:5: error: expected class-name before ???{??? token
> {
> ^
> /usr/include/c++/4.8/atomic:746:19: error: ???char32_t??? was not declared in this scope
> struct atomic<char32_t> : public atomic_char32_t
> ^
> /usr/include/c++/4.8/atomic:746:27: error: template argument 1 is invalid
> struct atomic<char32_t> : public atomic_char32_t
> ^
> /usr/include/c++/4.8/atomic:747:5: error: expected class-name before ???{??? token
> {
> ^
> /usr/include/c++/4.8/atomic:767:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:772:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:776:66: error: expected initializer before ???noexcept???
> atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:781:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:785:46: error: expected initializer before ???noexcept???
> atomic_flag_test_and_set(atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:789:55: error: expected initializer before ???noexcept???
> atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:793:39: error: expected initializer before ???noexcept???
> atomic_flag_clear(atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:797:48: error: expected initializer before ???noexcept???
> atomic_flag_clear(volatile atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:804:50: error: expected initializer before ???noexcept???
> atomic_is_lock_free(const atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:809:59: error: expected initializer before ???noexcept???
> atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:814:46: error: expected initializer before ???noexcept???
> atomic_init(atomic<_ITp>* __a, _ITp __i) noexcept;
> ^
> /usr/include/c++/4.8/atomic:818:55: error: expected initializer before ???noexcept???
> atomic_init(volatile atomic<_ITp>* __a, _ITp __i) noexcept;
> ^
> /usr/include/c++/4.8/atomic:823:24: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:829:24: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:834:69: error: expected initializer before ???noexcept???
> atomic_load_explicit(const atomic<_ITp>* __a, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:840:23: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:846:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:852:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:860:27: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:868:27: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:876:29: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:884:29: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:890:47: error: expected initializer before ???noexcept???
> atomic_store(atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:895:56: error: expected initializer before ???noexcept???
> atomic_store(volatile atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:900:42: error: expected initializer before ???noexcept???
> atomic_load(const atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:905:51: error: expected initializer before ???noexcept???
> atomic_load(const volatile atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:910:50: error: expected initializer before ???noexcept???
> atomic_exchange(atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:915:59: error: expected initializer before ???noexcept???
> atomic_exchange(volatile atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:921:29: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:931:29: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:941:31: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:951:31: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:965:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:971:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:977:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:983:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:989:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:995:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1001:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1007:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1013:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1019:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1024:58: error: expected initializer before ???noexcept???
> atomic_fetch_add(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1029:67: error: expected initializer before ???noexcept???
> atomic_fetch_add(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1034:58: error: expected initializer before ???noexcept???
> atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1039:67: error: expected initializer before ???noexcept???
> atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1044:58: error: expected initializer before ???noexcept???
> atomic_fetch_and(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1049:67: error: expected initializer before ???noexcept???
> atomic_fetch_and(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1054:57: error: expected initializer before ???noexcept???
> atomic_fetch_or(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1059:66: error: expected initializer before ???noexcept???
> atomic_fetch_or(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1064:58: error: expected initializer before ???noexcept???
> atomic_fetch_xor(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1069:67: error: expected initializer before ???noexcept???
> atomic_fetch_xor(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1077:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1083:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1088:66: error: expected initializer before ???noexcept???
> atomic_fetch_add(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:1093:57: error: expected initializer before ???noexcept???
> atomic_fetch_add(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:1099:43: error: expected initializer before ???noexcept???
> ptrdiff_t __d, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1105:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1110:66: error: expected initializer before ???noexcept???
> atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:1115:57: error: expected initializer before ???noexcept???
> atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> In file included from /opt/root-6.02.08/include/TString.h:36:0,
> from /opt/root-6.02.08/include/TNamed.h:29,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /opt/root-6.02.08/include/TMathBase.h: In function ???Float_t TMath::Sign(Float_t, Float_t)???:
> /opt/root-6.02.08/include/TMathBase.h:144:13: error: ???copysign??? is not a member of ???std???
> { return std::copysign(a,b); }
> ^
> /opt/root-6.02.08/include/TMathBase.h:144:13: note: suggested alternative:
> In file included from /usr/include/features.h:374:0,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,
> from /usr/include/c++/4.8/complex:41,
> from /usr/local/include/Geant4/G4Types.hh:67,
> from /usr/local/include/Geant4/G4ios.hh:39,
> from /usr/local/include/Geant4/globals.hh:49,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateMessenger.hh:13,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateNamedObjectMessenger.hh:13,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateClockDependentMessenger.hh:13,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVolumeMessenger.hh:14,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolumeMessenger.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolumeMessenger.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:14:
> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note: ???copysign???
> __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
> ^
> In file included from /opt/root-6.02.08/include/TString.h:36:0,
> from /opt/root-6.02.08/include/TNamed.h:29,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolume.hh:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolume.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:15:
> /opt/root-6.02.08/include/TMathBase.h: In function ???Double_t TMath::Sign(Double_t, Double_t)???:
> /opt/root-6.02.08/include/TMathBase.h:147:13: error: ???copysign??? is not a member of ???std???
> { return std::copysign(a,b); }
> ^
> /opt/root-6.02.08/include/TMathBase.h:147:13: note: suggested alternative:
> In file included from /usr/include/features.h:374:0,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,
> from /usr/include/c++/4.8/complex:41,
> from /usr/local/include/Geant4/G4Types.hh:67,
> from /usr/local/include/Geant4/G4ios.hh:39,
> from /usr/local/include/Geant4/globals.hh:49,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateMessenger.hh:13,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateNamedObjectMessenger.hh:13,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateClockDependentMessenger.hh:13,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVolumeMessenger.hh:14,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateVImageVolumeMessenger.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/include/GateImageRegionalizedVolumeMessenger.hh:20,
> from /home/thomas/Downloads/gate-git/opengate-public/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc:14:
> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note: ???copysign???
> __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
> ^
> In file included from /usr/include/c++/4.8/atomic:41:0,
> from /opt/root-6.02.08/include/Rtypes.h:37,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /usr/include/c++/4.8/bits/atomic_base.h:70:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:76:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:83:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:90:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:98:41: error: expected initializer before ???noexcept???
> atomic_thread_fence(memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:102:41: error: expected initializer before ???noexcept???
> atomic_signal_fence(memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:108:30: error: expected initializer before ???noexcept???
> kill_dependency(_Tp __y) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:25: error: ???char16_t??? was not declared in this scope
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:33: error: template argument 1 is invalid
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:25: error: ???char32_t??? was not declared in this scope
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:33: error: template argument 1 is invalid
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:25: error: ???char32_t??? was not declared in this scope
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:33: error: template argument 1 is invalid
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:273:17: error: expected ???;??? at end of member declaration
> atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:273:19: error: ???noexcept??? does not name a type
> atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:274:18: error: expected ???;??? at end of member declaration
> ~atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:274:20: error: ???noexcept??? does not name a type
> ~atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:280:5: error: ???constexpr??? does not name a type
> constexpr atomic_flag(bool __i) noexcept
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:282:5: error: expected unqualified-id before ???{??? token
> { }
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:285:57: error: expected ???;??? at end of member declaration
> test_and_set(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:285:59: error: ???noexcept??? does not name a type
> test_and_set(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:291:59: error: expected ???;??? at end of member declaration
> test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:291:68: error: ???noexcept??? does not name a type
> test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:297:50: error: expected ???;??? at end of member declaration
> clear(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:297:52: error: ???noexcept??? does not name a type
> clear(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:308:52: error: expected ???;??? at end of member declaration
> clear(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:308:61: error: ???noexcept??? does not name a type
> clear(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:319:12: error: ???constexpr??? does not name a type
> static constexpr __atomic_flag_data_type
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:357:21: error: expected ???;??? at end of member declaration
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:357:23: error: ???noexcept??? does not name a type
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:358:22: error: expected ???;??? at end of member declaration
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:358:24: error: ???noexcept??? does not name a type
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:364:7: error: ???constexpr??? does not name a type
> constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:366:29: error: expected ???;??? at end of member declaration
> operator __int_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:366:35: error: ???noexcept??? does not name a type
> operator __int_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:369:35: error: expected ???;??? at end of member declaration
> operator __int_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:369:44: error: ???noexcept??? does not name a type
> operator __int_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:373:31: error: expected ???;??? at end of member declaration
> operator=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:373:33: error: ???noexcept??? does not name a type
> operator=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:380:33: error: expected ???;??? at end of member declaration
> operator=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:380:42: error: ???noexcept??? does not name a type
> operator=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:387:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:387:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:391:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:391:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:395:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:395:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:399:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:399:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:403:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:403:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:407:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:407:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:411:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:411:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:415:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:415:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:419:32: error: expected ???;??? at end of member declaration
> operator+=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:419:34: error: ???noexcept??? does not name a type
> operator+=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:423:34: error: expected ???;??? at end of member declaration
> operator+=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:423:43: error: ???noexcept??? does not name a type
> operator+=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:427:32: error: expected ???;??? at end of member declaration
> operator-=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:427:34: error: ???noexcept??? does not name a type
> operator-=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:431:34: error: expected ???;??? at end of member declaration
> operator-=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:431:43: error: ???noexcept??? does not name a type
> operator-=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:435:32: error: expected ???;??? at end of member declaration
> operator&=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:435:34: error: ???noexcept??? does not name a type
> operator&=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:439:34: error: expected ???;??? at end of member declaration
> operator&=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:439:43: error: ???noexcept??? does not name a type
> operator&=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:443:32: error: expected ???;??? at end of member declaration
> operator|=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:443:34: error: ???noexcept??? does not name a type
> operator|=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:447:34: error: expected ???;??? at end of member declaration
> operator|=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:447:43: error: ???noexcept??? does not name a type
> operator|=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:451:32: error: expected ???;??? at end of member declaration
> operator^=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:451:34: error: ???noexcept??? does not name a type
> operator^=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:455:34: error: expected ???;??? at end of member declaration
> operator^=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:455:43: error: ???noexcept??? does not name a type
> operator^=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:459:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:459:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:463:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:463:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:467:68: error: expected ???;??? at end of member declaration
> store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:467:70: error: ???noexcept??? does not name a type
> store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:479:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:479:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:490:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:490:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:500:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:500:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:511:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:511:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:519:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:519:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:526:44: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:526:46: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:540:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:540:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:553:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:553:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:561:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:561:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:569:46: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:569:48: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:583:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:583:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:597:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:597:51: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:605:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:605:54: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:613:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:613:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:618:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:618:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:623:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:623:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:628:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:628:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:633:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:633:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:638:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:638:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:643:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:643:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:648:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:648:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:653:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:653:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:658:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:658:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:673:7: error: ???constexpr??? does not name a type
> constexpr ptrdiff_t
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:676:7: error: ???constexpr??? does not name a type
> constexpr ptrdiff_t
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:680:21: error: expected ???;??? at end of member declaration
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:680:23: error: ???noexcept??? does not name a type
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:681:22: error: expected ???;??? at end of member declaration
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:681:24: error: ???noexcept??? does not name a type
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:687:7: error: ???constexpr??? does not name a type
> constexpr __atomic_base(__pointer_type __p) noexcept : _M_p (__p) { }
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:689:33: error: expected ???;??? at end of member declaration
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:689:39: error: ???noexcept??? does not name a type
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:692:39: error: expected ???;??? at end of member declaration
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:692:48: error: ???noexcept??? does not name a type
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:696:35: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:696:37: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:703:37: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:703:46: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:710:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:710:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:714:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:714:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:718:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:718:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:722:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:722:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:726:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:726:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:731:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:731:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:736:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:736:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:741:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:741:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:746:31: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:746:33: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:751:33: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:751:42: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:756:31: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:756:33: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:761:33: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:761:42: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:766:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:766:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:770:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:770:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:775:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:775:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:788:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:788:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:799:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:799:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:809:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:809:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:820:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:820:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:828:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:828:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:836:27: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:836:29: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:850:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:850:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:864:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:864:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:869:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:869:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:874:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:874:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:879:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:879:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> In file included from /opt/root-6.02.08/include/Rtypes.h:37:0,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /usr/include/c++/4.8/atomic:60:17: error: expected ???;??? at end of member declaration
> atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:60:19: error: ???noexcept??? does not name a type
> atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:61:18: error: expected ???;??? at end of member declaration
> ~atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:61:20: error: ???noexcept??? does not name a type
> ~atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:66:5: error: ???constexpr??? does not name a type
> constexpr atomic_bool(bool __i) noexcept : _M_base(__i) { }
> ^
> /usr/include/c++/4.8/atomic:66:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:69:23: error: expected ???;??? at end of member declaration
> operator=(bool __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:69:25: error: ???noexcept??? does not name a type
> operator=(bool __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:73:25: error: expected ???;??? at end of member declaration
> operator=(bool __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:73:34: error: ???noexcept??? does not name a type
> operator=(bool __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:76:21: error: expected ???;??? at end of member declaration
> operator bool() const noexcept
> ^
> /usr/include/c++/4.8/atomic:76:27: error: ???noexcept??? does not name a type
> operator bool() const noexcept
> ^
> /usr/include/c++/4.8/atomic:79:27: error: expected ???;??? at end of member declaration
> operator bool() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:79:36: error: ???noexcept??? does not name a type
> operator bool() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:83:20: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept { return _M_base.is_lock_free(); }
> ^
> In file included from /usr/include/c++/4.8/atomic:41:0,
> from /opt/root-6.02.08/include/Rtypes.h:37,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /usr/include/c++/4.8/bits/atomic_base.h:70:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/atomic:83:26: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:76:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/atomic:86:26: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:83:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/atomic:86:35: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:90:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/atomic:89:60: error: expected ???;??? at end of member declaration
> store(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:98:41: error: expected initializer before ???noexcept???
> atomic_thread_fence(memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:89:62: error: ???noexcept??? does not name a type
> store(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:102:41: error: expected initializer before ???noexcept???
> atomic_signal_fence(memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:108:30: error: expected initializer before ???noexcept???
> kill_dependency(_Tp __y) noexcept
> ^
> /usr/include/c++/4.8/atomic:93:62: error: expected ???;??? at end of member declaration
> store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:93:71: error: ???noexcept??? does not name a type
> store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:97:51: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:97:57: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:25: error: ???char16_t??? was not declared in this scope
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/atomic:101:57: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:33: error: template argument 1 is invalid
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/atomic:101:66: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/atomic:105:63: error: expected ???;??? at end of member declaration
> exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:25: error: ???char32_t??? was not declared in this scope
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/atomic:105:65: error: ???noexcept??? does not name a type
> exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:33: error: template argument 1 is invalid
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/atomic:110:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/atomic:110:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:25: error: ???char32_t??? was not declared in this scope
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/atomic:115:23: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:33: error: template argument 1 is invalid
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/atomic:115:25: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/atomic:120:25: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:120:34: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:125:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:125:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:130:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:130:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:273:17: error: expected ???;??? at end of member declaration
> atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:135:25: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:273:19: error: ???noexcept??? does not name a type
> atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:135:27: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:274:18: error: expected ???;??? at end of member declaration
> ~atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:140:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:274:20: error: ???noexcept??? does not name a type
> ~atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:140:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:145:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:145:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:280:5: error: ???constexpr??? does not name a type
> constexpr atomic_flag(bool __i) noexcept
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:282:5: error: expected unqualified-id before ???{??? token
> { }
> ^
> /usr/include/c++/4.8/atomic:150:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:150:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:285:57: error: expected ???;??? at end of member declaration
> test_and_set(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:285:59: error: ???noexcept??? does not name a type
> test_and_set(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:291:59: error: expected ???;??? at end of member declaration
> test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:167:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:291:68: error: ???noexcept??? does not name a type
> test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:167:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:168:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:297:50: error: expected ???;??? at end of member declaration
> clear(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:168:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:297:52: error: ???noexcept??? does not name a type
> clear(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:308:52: error: expected ???;??? at end of member declaration
> clear(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:173:7: error: ???constexpr??? does not name a type
> constexpr atomic(_Tp __i) noexcept : _M_i(__i) { }
> ^
> /usr/include/c++/4.8/atomic:173:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/bits/atomic_base.h:308:61: error: ???noexcept??? does not name a type
> clear(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:175:22: error: expected ???;??? at end of member declaration
> operator _Tp() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:319:12: error: ???constexpr??? does not name a type
> static constexpr __atomic_flag_data_type
> ^
> /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
> /usr/include/c++/4.8/atomic:175:28: error: ???noexcept??? does not name a type
> operator _Tp() const noexcept
> ^
> /usr/include/c++/4.8/atomic:178:28: error: expected ???;??? at end of member declaration
> operator _Tp() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:178:37: error: ???noexcept??? does not name a type
> operator _Tp() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:357:21: error: expected ???;??? at end of member declaration
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:182:24: error: expected ???;??? at end of member declaration
> operator=(_Tp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:357:23: error: ???noexcept??? does not name a type
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:182:26: error: ???noexcept??? does not name a type
> operator=(_Tp __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:358:22: error: expected ???;??? at end of member declaration
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:186:26: error: expected ???;??? at end of member declaration
> operator=(_Tp __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:186:35: error: ???noexcept??? does not name a type
> operator=(_Tp __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:358:24: error: ???noexcept??? does not name a type
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:190:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:190:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:364:7: error: ???constexpr??? does not name a type
> constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
> ^
> /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
> /usr/include/c++/4.8/atomic:194:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:194:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:366:29: error: expected ???;??? at end of member declaration
> operator __int_type() const noexcept
> ^
> /usr/include/c++/4.8/atomic:198:60: error: expected ???;??? at end of member declaration
> store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:366:35: error: ???noexcept??? does not name a type
> operator __int_type() const noexcept
> ^
> /usr/include/c++/4.8/atomic:198:62: error: ???noexcept??? does not name a type
> store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:369:35: error: expected ???;??? at end of member declaration
> operator __int_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:202:62: error: expected ???;??? at end of member declaration
> store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:369:44: error: ???noexcept??? does not name a type
> operator __int_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:202:71: error: ???noexcept??? does not name a type
> store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:206:52: error: expected ???;??? at end of member declaration
> load(memory_order _m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:373:31: error: expected ???;??? at end of member declaration
> operator=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:206:58: error: ???noexcept??? does not name a type
> load(memory_order _m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:373:33: error: ???noexcept??? does not name a type
> operator=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:214:58: error: expected ???;??? at end of member declaration
> load(memory_order _m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:380:33: error: expected ???;??? at end of member declaration
> operator=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:214:67: error: ???noexcept??? does not name a type
> load(memory_order _m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:380:42: error: ???noexcept??? does not name a type
> operator=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:222:63: error: expected ???;??? at end of member declaration
> exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:387:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:222:65: error: ???noexcept??? does not name a type
> exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:387:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:231:49: error: expected ???;??? at end of member declaration
> memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:231:58: error: ???noexcept??? does not name a type
> memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:391:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:391:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:240:24: error: expected ???;??? at end of member declaration
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:240:26: error: ???noexcept??? does not name a type
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:395:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:395:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:247:26: error: expected ???;??? at end of member declaration
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:247:35: error: ???noexcept??? does not name a type
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:399:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:399:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:254:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:254:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:403:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:259:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:403:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:259:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:407:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:264:26: error: expected ???;??? at end of member declaration
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:407:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:264:28: error: ???noexcept??? does not name a type
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:411:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:271:28: error: expected ???;??? at end of member declaration
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:411:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:271:37: error: ???noexcept??? does not name a type
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:415:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:278:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:415:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:278:52: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:419:32: error: expected ???;??? at end of member declaration
> operator+=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:283:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:419:34: error: ???noexcept??? does not name a type
> operator+=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:283:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:423:34: error: expected ???;??? at end of member declaration
> operator+=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:423:43: error: ???noexcept??? does not name a type
> operator+=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:296:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:427:32: error: expected ???;??? at end of member declaration
> operator-=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:296:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:427:34: error: ???noexcept??? does not name a type
> operator-=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:297:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:431:34: error: expected ???;??? at end of member declaration
> operator-=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:297:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:431:43: error: ???noexcept??? does not name a type
> operator-=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:302:7: error: ???constexpr??? does not name a type
> constexpr atomic(__pointer_type __p) noexcept : _M_b(__p) { }
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:435:32: error: expected ???;??? at end of member declaration
> operator&=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:302:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/bits/atomic_base.h:435:34: error: ???noexcept??? does not name a type
> operator&=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:304:33: error: expected ???;??? at end of member declaration
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/atomic:304:39: error: ???noexcept??? does not name a type
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:439:34: error: expected ???;??? at end of member declaration
> operator&=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:439:43: error: ???noexcept??? does not name a type
> operator&=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:307:39: error: expected ???;??? at end of member declaration
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:307:48: error: ???noexcept??? does not name a type
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:443:32: error: expected ???;??? at end of member declaration
> operator|=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:311:35: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:443:34: error: ???noexcept??? does not name a type
> operator|=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:311:37: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:447:34: error: expected ???;??? at end of member declaration
> operator|=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:315:37: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:447:43: error: ???noexcept??? does not name a type
> operator|=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:315:46: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:451:32: error: expected ???;??? at end of member declaration
> operator^=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:319:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:451:34: error: ???noexcept??? does not name a type
> operator^=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:319:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:323:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:455:34: error: expected ???;??? at end of member declaration
> operator^=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:323:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:455:43: error: ???noexcept??? does not name a type
> operator^=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:327:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:459:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:327:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:459:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:331:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:463:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:331:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:463:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:335:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:335:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:467:68: error: expected ???;??? at end of member declaration
> store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:339:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:467:70: error: ???noexcept??? does not name a type
> store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:339:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:479:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:343:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:479:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:343:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:347:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:490:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:347:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:490:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:351:31: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:500:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:351:33: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:500:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:355:33: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:355:42: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:511:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:511:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:359:31: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:359:33: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:519:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:363:33: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:519:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:363:42: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:526:44: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:367:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:367:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:526:46: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:371:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:540:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:371:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:540:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:376:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:376:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:553:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:381:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:553:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:381:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:561:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:385:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:561:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:385:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:389:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:569:46: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:389:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:569:48: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:394:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:394:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:583:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:583:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:399:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:399:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:597:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:404:44: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:597:51: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:404:46: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:605:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:410:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:605:54: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:410:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:613:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:415:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:415:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:613:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:423:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:618:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:423:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:618:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:431:46: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:623:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:431:48: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:623:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:437:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:628:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:437:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:628:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:442:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:442:51: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:633:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:450:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:633:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:450:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:638:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:458:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:638:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:458:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:643:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:463:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:643:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:463:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:468:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:648:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:468:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:648:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:473:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:653:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:473:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:653:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:485:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:658:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:485:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:658:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:486:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:486:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:673:7: error: ???constexpr??? does not name a type
> constexpr ptrdiff_t
> ^
> /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
> /usr/include/c++/4.8/atomic:491:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:491:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/bits/atomic_base.h:676:7: error: ???constexpr??? does not name a type
> constexpr ptrdiff_t
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:680:21: error: expected ???;??? at end of member declaration
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:680:23: error: ???noexcept??? does not name a type
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:681:22: error: expected ???;??? at end of member declaration
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:681:24: error: ???noexcept??? does not name a type
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:687:7: error: ???constexpr??? does not name a type
> constexpr __atomic_base(__pointer_type __p) noexcept : _M_p (__p) { }
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:689:33: error: expected ???;??? at end of member declaration
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:689:39: error: ???noexcept??? does not name a type
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:692:39: error: expected ???;??? at end of member declaration
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:692:48: error: ???noexcept??? does not name a type
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:696:35: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/atomic:504:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:696:37: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/atomic:504:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:505:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:703:37: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:505:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:703:46: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:710:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:510:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:510:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/bits/atomic_base.h:710:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:714:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:714:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:718:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:718:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:722:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:722:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:726:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:726:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:523:14: error: expected ???;??? at end of member declaration
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:731:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:523:16: error: ???noexcept??? does not name a type
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:731:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:524:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:736:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:524:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:736:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:529:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:529:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/bits/atomic_base.h:741:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:741:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:746:31: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:746:33: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:751:33: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:751:42: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:756:31: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:756:33: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:761:33: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:542:14: error: expected ???;??? at end of member declaration
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:761:42: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:542:16: error: ???noexcept??? does not name a type
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:543:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:766:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:543:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:766:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:770:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:548:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:548:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/bits/atomic_base.h:770:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:775:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:775:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:788:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:788:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:799:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:799:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:809:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:561:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:809:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:561:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:820:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:562:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:820:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:562:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:828:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:567:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:567:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/bits/atomic_base.h:828:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:836:27: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:836:29: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:850:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:850:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:864:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:864:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:869:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:580:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:869:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:580:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:874:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:581:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:581:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:874:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:879:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:586:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:586:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/bits/atomic_base.h:879:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:599:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:599:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> In file included from /opt/root-6.02.08/include/Rtypes.h:37:0,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /usr/include/c++/4.8/atomic:60:17: error: expected ???;??? at end of member declaration
> atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:600:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:60:19: error: ???noexcept??? does not name a type
> atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:600:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:61:18: error: expected ???;??? at end of member declaration
> ~atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:61:20: error: ???noexcept??? does not name a type
> ~atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:66:5: error: ???constexpr??? does not name a type
> constexpr atomic_bool(bool __i) noexcept : _M_base(__i) { }
> ^
> /usr/include/c++/4.8/atomic:66:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:605:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:605:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:69:23: error: expected ???;??? at end of member declaration
> operator=(bool __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:69:25: error: ???noexcept??? does not name a type
> operator=(bool __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:73:25: error: expected ???;??? at end of member declaration
> operator=(bool __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:73:34: error: ???noexcept??? does not name a type
> operator=(bool __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:76:21: error: expected ???;??? at end of member declaration
> operator bool() const noexcept
> ^
> /usr/include/c++/4.8/atomic:76:27: error: ???noexcept??? does not name a type
> operator bool() const noexcept
> ^
> /usr/include/c++/4.8/atomic:79:27: error: expected ???;??? at end of member declaration
> operator bool() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:79:36: error: ???noexcept??? does not name a type
> operator bool() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:83:20: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:83:26: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:86:26: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:86:35: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:89:60: error: expected ???;??? at end of member declaration
> store(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:89:62: error: ???noexcept??? does not name a type
> store(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:93:62: error: expected ???;??? at end of member declaration
> store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:93:71: error: ???noexcept??? does not name a type
> store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:97:51: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:97:57: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:101:57: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:618:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:101:66: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:105:63: error: expected ???;??? at end of member declaration
> exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:618:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:105:65: error: ???noexcept??? does not name a type
> exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:110:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:619:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:110:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:115:23: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:619:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:115:25: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:120:25: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:120:34: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:624:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:624:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:125:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:125:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:130:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:130:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:135:25: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:135:27: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:140:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:140:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:145:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:145:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:150:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:150:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:167:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:167:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:168:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:637:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:168:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:637:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:173:7: error: ???constexpr??? does not name a type
> constexpr atomic(_Tp __i) noexcept : _M_i(__i) { }
> ^
> /usr/include/c++/4.8/atomic:173:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:175:22: error: expected ???;??? at end of member declaration
> operator _Tp() const noexcept
> ^
> /usr/include/c++/4.8/atomic:638:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:175:28: error: ???noexcept??? does not name a type
> operator _Tp() const noexcept
> ^
> /usr/include/c++/4.8/atomic:638:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:178:28: error: expected ???;??? at end of member declaration
> operator _Tp() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:178:37: error: ???noexcept??? does not name a type
> operator _Tp() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:182:24: error: expected ???;??? at end of member declaration
> operator=(_Tp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:643:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:182:26: error: ???noexcept??? does not name a type
> operator=(_Tp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:643:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:186:26: error: expected ???;??? at end of member declaration
> operator=(_Tp __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:186:35: error: ???noexcept??? does not name a type
> operator=(_Tp __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:190:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:190:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:194:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:194:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:198:60: error: expected ???;??? at end of member declaration
> store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:198:62: error: ???noexcept??? does not name a type
> store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:202:62: error: expected ???;??? at end of member declaration
> store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:202:71: error: ???noexcept??? does not name a type
> store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:206:52: error: expected ???;??? at end of member declaration
> load(memory_order _m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:206:58: error: ???noexcept??? does not name a type
> load(memory_order _m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:214:58: error: expected ???;??? at end of member declaration
> load(memory_order _m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:214:67: error: ???noexcept??? does not name a type
> load(memory_order _m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:222:63: error: expected ???;??? at end of member declaration
> exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:222:65: error: ???noexcept??? does not name a type
> exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:656:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:231:49: error: expected ???;??? at end of member declaration
> memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:656:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:231:58: error: ???noexcept??? does not name a type
> memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:240:24: error: expected ???;??? at end of member declaration
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:657:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:240:26: error: ???noexcept??? does not name a type
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:657:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:247:26: error: expected ???;??? at end of member declaration
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:247:35: error: ???noexcept??? does not name a type
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:254:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:662:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:662:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:254:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:259:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:259:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:264:26: error: expected ???;??? at end of member declaration
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:264:28: error: ???noexcept??? does not name a type
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:271:28: error: expected ???;??? at end of member declaration
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:271:37: error: ???noexcept??? does not name a type
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:278:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:278:52: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:283:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:283:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:296:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:675:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:296:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:297:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:675:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:297:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:676:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:302:7: error: ???constexpr??? does not name a type
> constexpr atomic(__pointer_type __p) noexcept : _M_b(__p) { }
> ^
> /usr/include/c++/4.8/atomic:302:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:676:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:304:33: error: expected ???;??? at end of member declaration
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/atomic:304:39: error: ???noexcept??? does not name a type
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/atomic:307:39: error: expected ???;??? at end of member declaration
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:681:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:681:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:307:48: error: ???noexcept??? does not name a type
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:311:35: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/atomic:311:37: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/atomic:315:37: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:315:46: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:319:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:319:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:323:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:323:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:327:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:327:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:331:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:331:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:335:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:335:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:694:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:339:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:694:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:339:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:343:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:695:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:343:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:695:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:347:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:347:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:351:31: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:700:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:700:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:351:33: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:355:33: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:355:42: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:359:31: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:359:33: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:363:33: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:363:42: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:367:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:367:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:371:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:371:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:376:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:376:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:713:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:381:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:381:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:713:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:385:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:714:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:385:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:714:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:389:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:389:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:394:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:719:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:719:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:394:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:399:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:727:19: error: ???char16_t??? was not declared in this scope
> struct atomic<char16_t> : public atomic_char16_t
> ^
> /usr/include/c++/4.8/atomic:399:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:727:27: error: template argument 1 is invalid
> struct atomic<char16_t> : public atomic_char16_t
> ^
> /usr/include/c++/4.8/atomic:404:44: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:728:5: error: expected class-name before ???{??? token
> {
> ^
> /usr/include/c++/4.8/atomic:404:46: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:746:19: error: ???char32_t??? was not declared in this scope
> struct atomic<char32_t> : public atomic_char32_t
> ^
> /usr/include/c++/4.8/atomic:410:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:410:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:746:27: error: template argument 1 is invalid
> struct atomic<char32_t> : public atomic_char32_t
> ^
> /usr/include/c++/4.8/atomic:415:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:747:5: error: expected class-name before ???{??? token
> {
> ^
> /usr/include/c++/4.8/atomic:415:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:767:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:423:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:772:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:423:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:776:66: error: expected initializer before ???noexcept???
> atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:431:46: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:431:48: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:781:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:437:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:785:46: error: expected initializer before ???noexcept???
> atomic_flag_test_and_set(atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:437:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:789:55: error: expected initializer before ???noexcept???
> atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:442:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:442:51: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:793:39: error: expected initializer before ???noexcept???
> atomic_flag_clear(atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:450:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:797:48: error: expected initializer before ???noexcept???
> atomic_flag_clear(volatile atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:450:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:804:50: error: expected initializer before ???noexcept???
> atomic_is_lock_free(const atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:458:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:458:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:809:59: error: expected initializer before ???noexcept???
> atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:463:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:814:46: error: expected initializer before ???noexcept???
> atomic_init(atomic<_ITp>* __a, _ITp __i) noexcept;
> ^
> /usr/include/c++/4.8/atomic:463:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:818:55: error: expected initializer before ???noexcept???
> atomic_init(volatile atomic<_ITp>* __a, _ITp __i) noexcept;
> ^
> /usr/include/c++/4.8/atomic:468:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:468:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:823:24: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:473:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:829:24: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:473:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:834:69: error: expected initializer before ???noexcept???
> atomic_load_explicit(const atomic<_ITp>* __a, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:485:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:840:23: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:485:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:486:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:846:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:486:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:852:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:491:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:491:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:860:27: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:868:27: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:876:29: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:884:29: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:890:47: error: expected initializer before ???noexcept???
> atomic_store(atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:895:56: error: expected initializer before ???noexcept???
> atomic_store(volatile atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:900:42: error: expected initializer before ???noexcept???
> atomic_load(const atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:905:51: error: expected initializer before ???noexcept???
> atomic_load(const volatile atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:504:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:504:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:910:50: error: expected initializer before ???noexcept???
> atomic_exchange(atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:505:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:915:59: error: expected initializer before ???noexcept???
> atomic_exchange(volatile atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:505:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:921:29: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:510:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:510:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:931:29: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:941:31: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:951:31: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:965:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:971:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:977:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:523:14: error: expected ???;??? at end of member declaration
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:983:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:523:16: error: ???noexcept??? does not name a type
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:989:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:524:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:524:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:995:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:529:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:1001:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:529:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:1007:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1013:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1019:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1024:58: error: expected initializer before ???noexcept???
> atomic_fetch_add(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1029:67: error: expected initializer before ???noexcept???
> atomic_fetch_add(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1034:58: error: expected initializer before ???noexcept???
> atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:542:14: error: expected ???;??? at end of member declaration
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:1039:67: error: expected initializer before ???noexcept???
> atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:542:16: error: ???noexcept??? does not name a type
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:543:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:1044:58: error: expected initializer before ???noexcept???
> atomic_fetch_and(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:543:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:1049:67: error: expected initializer before ???noexcept???
> atomic_fetch_and(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:548:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:548:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:1054:57: error: expected initializer before ???noexcept???
> atomic_fetch_or(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1059:66: error: expected initializer before ???noexcept???
> atomic_fetch_or(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1064:58: error: expected initializer before ???noexcept???
> atomic_fetch_xor(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1069:67: error: expected initializer before ???noexcept???
> atomic_fetch_xor(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1077:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1083:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:561:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:1088:66: error: expected initializer before ???noexcept???
> atomic_fetch_add(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:561:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:1093:57: error: expected initializer before ???noexcept???
> atomic_fetch_add(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:562:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:562:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:1099:43: error: expected initializer before ???noexcept???
> ptrdiff_t __d, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:567:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:567:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:1105:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1110:66: error: expected initializer before ???noexcept???
> atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:1115:57: error: expected initializer before ???noexcept???
> atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:580:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:580:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:581:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:581:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:586:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:586:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:599:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:599:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:600:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:600:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:605:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:605:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /opt/root-6.02.08/include/TNtuple.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /opt/root-6.02.08/include/TClass.h: At global scope:
> /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]
> Int_t fVerbLevel=0;
> ^
> /opt/root-6.02.08/include/TClass.h:155:7: error: ???unordered_set??? in namespace ???std??? does not name a type
> std::unordered_set<std::string> fClassNamesSet;
> ^
> /usr/include/c++/4.8/atomic:618:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:618:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:619:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:619:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:624:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:624:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:637:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:637:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:638:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:638:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:643:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:643:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:656:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:656:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:657:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:657:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:662:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:662:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /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]
> TClass(const TClass& tc) = delete;
> ^
> /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]
> TClass& operator=(const TClass&) = delete;
> ^
> /usr/include/c++/4.8/atomic:675:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:675:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:676:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:676:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:681:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:681:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:694:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:694:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:695:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:695:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:700:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:700:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:713:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:713:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:714:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:714:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:719:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:719:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:727:19: error: ???char16_t??? was not declared in this scope
> struct atomic<char16_t> : public atomic_char16_t
> ^
> /usr/include/c++/4.8/atomic:727:27: error: template argument 1 is invalid
> struct atomic<char16_t> : public atomic_char16_t
> ^
> /usr/include/c++/4.8/atomic:728:5: error: expected class-name before ???{??? token
> {
> ^
> /usr/include/c++/4.8/atomic:746:19: error: ???char32_t??? was not declared in this scope
> struct atomic<char32_t> : public atomic_char32_t
> ^
> /usr/include/c++/4.8/atomic:746:27: error: template argument 1 is invalid
> struct atomic<char32_t> : public atomic_char32_t
> ^
> /usr/include/c++/4.8/atomic:747:5: error: expected class-name before ???{??? token
> {
> ^
> /usr/include/c++/4.8/atomic:767:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:772:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:776:66: error: expected initializer before ???noexcept???
> atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m) noexcept
> ^
> In file included from /usr/include/c++/4.8/atomic:41:0,
> from /opt/root-6.02.08/include/Rtypes.h:37,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /opt/root-6.02.08/include/TClass.h:156:44: error: could not convert ???{0}??? from ???<brace-enclosed initializer list>??? to ???std::atomic_flag???
> mutable std::atomic_flag fSpinLock = ATOMIC_FLAG_INIT;
> ^
> /usr/include/c++/4.8/atomic:781:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:785:46: error: expected initializer before ???noexcept???
> atomic_flag_test_and_set(atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:789:55: error: expected initializer before ???noexcept???
> atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:793:39: error: expected initializer before ???noexcept???
> atomic_flag_clear(atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:797:48: error: expected initializer before ???noexcept???
> atomic_flag_clear(volatile atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:804:50: error: expected initializer before ???noexcept???
> atomic_is_lock_free(const atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:809:59: error: expected initializer before ???noexcept???
> atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:814:46: error: expected initializer before ???noexcept???
> atomic_init(atomic<_ITp>* __a, _ITp __i) noexcept;
> ^
> /usr/include/c++/4.8/atomic:818:55: error: expected initializer before ???noexcept???
> atomic_init(volatile atomic<_ITp>* __a, _ITp __i) noexcept;
> ^
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /opt/root-6.02.08/include/TNtuple.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRoot.cc:13:
> /opt/root-6.02.08/include/TClass.h: In member function ???void TClass::Streamer(void*, TBuffer&, const TClass*) const???:
> /opt/root-6.02.08/include/TClass.h:542:7: warning: ???auto??? changes meaning in C++11; please remove it [-Wc++0x-compat]
> auto t = fStreamerImpl.load();
> ^
> /usr/include/c++/4.8/atomic:823:24: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /opt/root-6.02.08/include/TClass.h:542:12: error: ???t??? does not name a type
> auto t = fStreamerImpl.load();
> ^
> /opt/root-6.02.08/include/TClass.h:543:32: error: ???t??? was not declared in this scope
> t(this,obj,b,onfile_class);
> ^
> /usr/include/c++/4.8/atomic:829:24: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:834:69: error: expected initializer before ???noexcept???
> atomic_load_explicit(const atomic<_ITp>* __a, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:840:23: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:846:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:852:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:860:27: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:868:27: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:876:29: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:884:29: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:890:47: error: expected initializer before ???noexcept???
> atomic_store(atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:895:56: error: expected initializer before ???noexcept???
> atomic_store(volatile atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:900:42: error: expected initializer before ???noexcept???
> atomic_load(const atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:905:51: error: expected initializer before ???noexcept???
> atomic_load(const volatile atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:910:50: error: expected initializer before ???noexcept???
> atomic_exchange(atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:915:59: error: expected initializer before ???noexcept???
> atomic_exchange(volatile atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:921:29: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:931:29: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:941:31: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:951:31: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:965:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:971:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:977:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:983:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:989:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:995:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1001:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1007:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1013:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1019:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1024:58: error: expected initializer before ???noexcept???
> atomic_fetch_add(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1029:67: error: expected initializer before ???noexcept???
> atomic_fetch_add(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1034:58: error: expected initializer before ???noexcept???
> atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1039:67: error: expected initializer before ???noexcept???
> atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1044:58: error: expected initializer before ???noexcept???
> atomic_fetch_and(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1049:67: error: expected initializer before ???noexcept???
> atomic_fetch_and(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1054:57: error: expected initializer before ???noexcept???
> atomic_fetch_or(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1059:66: error: expected initializer before ???noexcept???
> atomic_fetch_or(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1064:58: error: expected initializer before ???noexcept???
> atomic_fetch_xor(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1069:67: error: expected initializer before ???noexcept???
> atomic_fetch_xor(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1077:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1083:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1088:66: error: expected initializer before ???noexcept???
> atomic_fetch_add(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:1093:57: error: expected initializer before ???noexcept???
> atomic_fetch_add(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:1099:43: error: expected initializer before ???noexcept???
> ptrdiff_t __d, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1105:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1110:66: error: expected initializer before ???noexcept???
> atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:1115:57: error: expected initializer before ???noexcept???
> atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> In file included from /opt/root-6.02.08/include/TString.h:36:0,
> from /opt/root-6.02.08/include/TNamed.h:29,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /opt/root-6.02.08/include/TMathBase.h: In function ???Float_t TMath::Sign(Float_t, Float_t)???:
> /opt/root-6.02.08/include/TMathBase.h:144:13: error: ???copysign??? is not a member of ???std???
> { return std::copysign(a,b); }
> ^
> /opt/root-6.02.08/include/TMathBase.h:144:13: note: suggested alternative:
> In file included from /usr/include/features.h:374:0,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,
> from /usr/include/c++/4.8/complex:41,
> from /usr/local/include/Geant4/G4Types.hh:67,
> from /usr/local/include/Geant4/G4ios.hh:39,
> from /usr/local/include/Geant4/globals.hh:49,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSDMessenger.hh:12,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:13:
> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note: ???copysign???
> __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
> ^
> In file included from /opt/root-6.02.08/include/TString.h:36:0,
> from /opt/root-6.02.08/include/TNamed.h:29,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /opt/root-6.02.08/include/TMathBase.h: In function ???Double_t TMath::Sign(Double_t, Double_t)???:
> /opt/root-6.02.08/include/TMathBase.h:147:13: error: ???copysign??? is not a member of ???std???
> { return std::copysign(a,b); }
> ^
> /opt/root-6.02.08/include/TMathBase.h:147:13: note: suggested alternative:
> In file included from /usr/include/features.h:374:0,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,
> from /usr/include/c++/4.8/complex:41,
> from /usr/local/include/Geant4/G4Types.hh:67,
> from /usr/local/include/Geant4/G4ios.hh:39,
> from /usr/local/include/Geant4/globals.hh:49,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSDMessenger.hh:12,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:13:
> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note: ???copysign???
> __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
> ^
> In file included from /opt/root-6.02.08/include/TString.h:36:0,
> from /opt/root-6.02.08/include/TNamed.h:29,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /opt/root-6.02.08/include/TMathBase.h: In function ???Float_t TMath::Sign(Float_t, Float_t)???:
> /opt/root-6.02.08/include/TMathBase.h:144:13: error: ???copysign??? is not a member of ???std???
> { return std::copysign(a,b); }
> ^
> /opt/root-6.02.08/include/TMathBase.h:144:13: note: suggested alternative:
> In file included from /usr/include/features.h:374:0,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,
> from /usr/include/c++/4.8/complex:41,
> from /usr/local/include/Geant4/G4Types.hh:67,
> from /usr/local/include/Geant4/G4ios.hh:39,
> from /usr/local/include/Geant4/globals.hh:49,
> from /usr/local/include/Geant4/G4VHit.hh:33,
> from /usr/local/include/Geant4/G4VSensitiveDetector.hh:33,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:16,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note: ???copysign???
> __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
> ^
> In file included from /opt/root-6.02.08/include/TString.h:36:0,
> from /opt/root-6.02.08/include/TNamed.h:29,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /opt/root-6.02.08/include/TMathBase.h: In function ???Double_t TMath::Sign(Double_t, Double_t)???:
> /opt/root-6.02.08/include/TMathBase.h:147:13: error: ???copysign??? is not a member of ???std???
> { return std::copysign(a,b); }
> ^
> /opt/root-6.02.08/include/TMathBase.h:147:13: note: suggested alternative:
> In file included from /usr/include/features.h:374:0,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/os_defines.h:39,
> from /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h:426,
> from /usr/include/c++/4.8/complex:41,
> from /usr/local/include/Geant4/G4Types.hh:67,
> from /usr/local/include/Geant4/G4ios.hh:39,
> from /usr/local/include/Geant4/globals.hh:49,
> from /usr/local/include/Geant4/G4VHit.hh:33,
> from /usr/local/include/Geant4/G4VSensitiveDetector.hh:33,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:16,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note: ???copysign???
> __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
> ^
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /opt/root-6.02.08/include/TNtuple.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /opt/root-6.02.08/include/TClass.h: At global scope:
> /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]
> Int_t fVerbLevel=0;
> ^
> /opt/root-6.02.08/include/TClass.h:155:7: error: ???unordered_set??? in namespace ???std??? does not name a type
> std::unordered_set<std::string> fClassNamesSet;
> ^
> /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]
> TClass(const TClass& tc) = delete;
> ^
> /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]
> TClass& operator=(const TClass&) = delete;
> ^
> In file included from /usr/include/c++/4.8/atomic:41:0,
> from /opt/root-6.02.08/include/Rtypes.h:37,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /opt/root-6.02.08/include/TClass.h:156:44: error: could not convert ???{0}??? from ???<brace-enclosed initializer list>??? to ???std::atomic_flag???
> mutable std::atomic_flag fSpinLock = ATOMIC_FLAG_INIT;
> ^
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /opt/root-6.02.08/include/TNtuple.h:25,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRoot.hh:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFDataToRootMessenger.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFDataToRootMessenger.cc:12:
> /opt/root-6.02.08/include/TClass.h: In member function ???void TClass::Streamer(void*, TBuffer&, const TClass*) const???:
> /opt/root-6.02.08/include/TClass.h:542:7: warning: ???auto??? changes meaning in C++11; please remove it [-Wc++0x-compat]
> auto t = fStreamerImpl.load();
> ^
> /opt/root-6.02.08/include/TClass.h:542:12: error: ???t??? does not name a type
> auto t = fStreamerImpl.load();
> ^
> /opt/root-6.02.08/include/TClass.h:543:32: error: ???t??? was not declared in this scope
> t(this,obj,b,onfile_class);
> ^
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /opt/root-6.02.08/include/TClass.h: At global scope:
> /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]
> Int_t fVerbLevel=0;
> ^
> /opt/root-6.02.08/include/TClass.h:155:7: error: ???unordered_set??? in namespace ???std??? does not name a type
> std::unordered_set<std::string> fClassNamesSet;
> ^
> /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]
> TClass(const TClass& tc) = delete;
> ^
> /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]
> TClass& operator=(const TClass&) = delete;
> ^
> In file included from /usr/include/c++/4.8/atomic:41:0,
> from /opt/root-6.02.08/include/Rtypes.h:37,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /opt/root-6.02.08/include/TClass.h:156:44: error: could not convert ???{0}??? from ???<brace-enclosed initializer list>??? to ???std::atomic_flag???
> mutable std::atomic_flag fSpinLock = ATOMIC_FLAG_INIT;
> ^
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /opt/root-6.02.08/include/TClass.h: At global scope:
> /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]
> Int_t fVerbLevel=0;
> ^
> /opt/root-6.02.08/include/TClass.h:155:7: error: ???unordered_set??? in namespace ???std??? does not name a type
> std::unordered_set<std::string> fClassNamesSet;
> ^
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSDMessenger.cc:15:
> /opt/root-6.02.08/include/TClass.h: In member function ???void TClass::Streamer(void*, TBuffer&, const TClass*) const???:
> /opt/root-6.02.08/include/TClass.h:542:7: warning: ???auto??? changes meaning in C++11; please remove it [-Wc++0x-compat]
> auto t = fStreamerImpl.load();
> ^
> /opt/root-6.02.08/include/TClass.h:542:12: error: ???t??? does not name a type
> auto t = fStreamerImpl.load();
> ^
> /opt/root-6.02.08/include/TClass.h:543:32: error: ???t??? was not declared in this scope
> t(this,obj,b,onfile_class);
> ^
> /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]
> TClass(const TClass& tc) = delete;
> ^
> /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]
> TClass& operator=(const TClass&) = delete;
> ^
> In file included from /usr/include/c++/4.8/atomic:41:0,
> from /opt/root-6.02.08/include/Rtypes.h:37,
> from /opt/root-6.02.08/include/TObject.h:31,
> from /opt/root-6.02.08/include/TNamed.h:26,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TROOT.h:29,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:19,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /opt/root-6.02.08/include/TClass.h:156:44: error: could not convert ???{0}??? from ???<brace-enclosed initializer list>??? to ???std::atomic_flag???
> mutable std::atomic_flag fSpinLock = ATOMIC_FLAG_INIT;
> ^
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFSD.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFSD.cc:12:
> /opt/root-6.02.08/include/TClass.h: In member function ???void TClass::Streamer(void*, TBuffer&, const TClass*) const???:
> /opt/root-6.02.08/include/TClass.h:542:7: warning: ???auto??? changes meaning in C++11; please remove it [-Wc++0x-compat]
> auto t = fStreamerImpl.load();
> ^
> /opt/root-6.02.08/include/TClass.h:542:12: error: ???t??? does not name a type
> auto t = fStreamerImpl.load();
> ^
> /opt/root-6.02.08/include/TClass.h:543:32: error: ???t??? was not declared in this scope
> t(this,obj,b,onfile_class);
> ^
> In file included from /usr/include/c++/4.8/atomic:41:0,
> from /opt/root-6.02.08/include/TFile.h:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /usr/include/c++/4.8/bits/atomic_base.h:70:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:76:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:83:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:90:3: error: ???constexpr??? does not name a type
> constexpr memory_order
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:98:41: error: expected initializer before ???noexcept???
> atomic_thread_fence(memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:102:41: error: expected initializer before ???noexcept???
> atomic_signal_fence(memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:108:30: error: expected initializer before ???noexcept???
> kill_dependency(_Tp __y) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:25: error: ???char16_t??? was not declared in this scope
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:33: error: template argument 1 is invalid
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:156:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char16_t> atomic_char16_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:25: error: ???char32_t??? was not declared in this scope
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:33: error: template argument 1 is invalid
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:159:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:25: error: ???char32_t??? was not declared in this scope
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:33: error: template argument 1 is invalid
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:162:53: error: invalid type in declaration before ???;??? token
> typedef __atomic_base<char32_t> atomic_char32_t;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:273:17: error: expected ???;??? at end of member declaration
> atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:273:19: error: ???noexcept??? does not name a type
> atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:274:18: error: expected ???;??? at end of member declaration
> ~atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:274:20: error: ???noexcept??? does not name a type
> ~atomic_flag() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:280:5: error: ???constexpr??? does not name a type
> constexpr atomic_flag(bool __i) noexcept
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:282:5: error: expected unqualified-id before ???{??? token
> { }
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:285:57: error: expected ???;??? at end of member declaration
> test_and_set(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:285:59: error: ???noexcept??? does not name a type
> test_and_set(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:291:59: error: expected ???;??? at end of member declaration
> test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:291:68: error: ???noexcept??? does not name a type
> test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:297:50: error: expected ???;??? at end of member declaration
> clear(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:297:52: error: ???noexcept??? does not name a type
> clear(memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:308:52: error: expected ???;??? at end of member declaration
> clear(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:308:61: error: ???noexcept??? does not name a type
> clear(memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:319:12: error: ???constexpr??? does not name a type
> static constexpr __atomic_flag_data_type
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:357:21: error: expected ???;??? at end of member declaration
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:357:23: error: ???noexcept??? does not name a type
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:358:22: error: expected ???;??? at end of member declaration
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:358:24: error: ???noexcept??? does not name a type
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:364:7: error: ???constexpr??? does not name a type
> constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { }
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:366:29: error: expected ???;??? at end of member declaration
> operator __int_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:366:35: error: ???noexcept??? does not name a type
> operator __int_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:369:35: error: expected ???;??? at end of member declaration
> operator __int_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:369:44: error: ???noexcept??? does not name a type
> operator __int_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:373:31: error: expected ???;??? at end of member declaration
> operator=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:373:33: error: ???noexcept??? does not name a type
> operator=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:380:33: error: expected ???;??? at end of member declaration
> operator=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:380:42: error: ???noexcept??? does not name a type
> operator=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:387:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:387:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:391:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:391:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:395:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:395:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:399:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:399:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:403:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:403:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:407:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:407:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:411:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:411:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:415:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:415:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:419:32: error: expected ???;??? at end of member declaration
> operator+=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:419:34: error: ???noexcept??? does not name a type
> operator+=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:423:34: error: expected ???;??? at end of member declaration
> operator+=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:423:43: error: ???noexcept??? does not name a type
> operator+=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:427:32: error: expected ???;??? at end of member declaration
> operator-=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:427:34: error: ???noexcept??? does not name a type
> operator-=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:431:34: error: expected ???;??? at end of member declaration
> operator-=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:431:43: error: ???noexcept??? does not name a type
> operator-=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:435:32: error: expected ???;??? at end of member declaration
> operator&=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:435:34: error: ???noexcept??? does not name a type
> operator&=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:439:34: error: expected ???;??? at end of member declaration
> operator&=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:439:43: error: ???noexcept??? does not name a type
> operator&=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:443:32: error: expected ???;??? at end of member declaration
> operator|=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:443:34: error: ???noexcept??? does not name a type
> operator|=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:447:34: error: expected ???;??? at end of member declaration
> operator|=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:447:43: error: ???noexcept??? does not name a type
> operator|=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:451:32: error: expected ???;??? at end of member declaration
> operator^=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:451:34: error: ???noexcept??? does not name a type
> operator^=(__int_type __i) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:455:34: error: expected ???;??? at end of member declaration
> operator^=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:455:43: error: ???noexcept??? does not name a type
> operator^=(__int_type __i) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:459:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:459:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:463:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:463:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:467:68: error: expected ???;??? at end of member declaration
> store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:467:70: error: ???noexcept??? does not name a type
> store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:479:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:479:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:490:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:490:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:500:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:500:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:511:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:511:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:519:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:519:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:526:44: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:526:46: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:540:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:540:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:553:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:553:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:561:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:561:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:569:46: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:569:48: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:583:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:583:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:597:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:597:51: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:605:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:605:54: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:613:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:613:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:618:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:618:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:623:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:623:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:628:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:628:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:633:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:633:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:638:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:638:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:643:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:643:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:648:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:648:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:653:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:653:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:658:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:658:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:673:7: error: ???constexpr??? does not name a type
> constexpr ptrdiff_t
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:676:7: error: ???constexpr??? does not name a type
> constexpr ptrdiff_t
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:680:21: error: expected ???;??? at end of member declaration
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:680:23: error: ???noexcept??? does not name a type
> __atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:681:22: error: expected ???;??? at end of member declaration
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:681:24: error: ???noexcept??? does not name a type
> ~__atomic_base() noexcept = default;
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:687:7: error: ???constexpr??? does not name a type
> constexpr __atomic_base(__pointer_type __p) noexcept : _M_p (__p) { }
> ^
> /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
> /usr/include/c++/4.8/bits/atomic_base.h:689:33: error: expected ???;??? at end of member declaration
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:689:39: error: ???noexcept??? does not name a type
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:692:39: error: expected ???;??? at end of member declaration
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:692:48: error: ???noexcept??? does not name a type
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:696:35: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:696:37: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:703:37: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:703:46: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:710:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:710:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:714:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:714:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:718:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:718:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:722:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:722:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:726:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:726:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:731:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:731:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:736:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:736:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:741:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:741:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:746:31: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:746:33: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:751:33: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:751:42: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:756:31: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:756:33: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:761:33: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:761:42: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:766:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:766:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:770:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:770:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:775:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:775:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:788:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:788:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:799:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:799:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:809:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:809:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:820:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:820:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:828:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:828:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:836:27: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:836:29: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:850:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:850:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:864:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:864:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:869:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:869:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:874:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:874:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:879:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/bits/atomic_base.h:879:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> In file included from /opt/root-6.02.08/include/TFile.h:24:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /usr/include/c++/4.8/atomic:60:17: error: expected ???;??? at end of member declaration
> atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:60:19: error: ???noexcept??? does not name a type
> atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:61:18: error: expected ???;??? at end of member declaration
> ~atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:61:20: error: ???noexcept??? does not name a type
> ~atomic_bool() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:66:5: error: ???constexpr??? does not name a type
> constexpr atomic_bool(bool __i) noexcept : _M_base(__i) { }
> ^
> /usr/include/c++/4.8/atomic:66:5: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:69:23: error: expected ???;??? at end of member declaration
> operator=(bool __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:69:25: error: ???noexcept??? does not name a type
> operator=(bool __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:73:25: error: expected ???;??? at end of member declaration
> operator=(bool __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:73:34: error: ???noexcept??? does not name a type
> operator=(bool __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:76:21: error: expected ???;??? at end of member declaration
> operator bool() const noexcept
> ^
> /usr/include/c++/4.8/atomic:76:27: error: ???noexcept??? does not name a type
> operator bool() const noexcept
> ^
> /usr/include/c++/4.8/atomic:79:27: error: expected ???;??? at end of member declaration
> operator bool() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:79:36: error: ???noexcept??? does not name a type
> operator bool() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:83:20: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:83:26: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:86:26: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:86:35: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept { return _M_base.is_lock_free(); }
> ^
> /usr/include/c++/4.8/atomic:89:60: error: expected ???;??? at end of member declaration
> store(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:89:62: error: ???noexcept??? does not name a type
> store(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:93:62: error: expected ???;??? at end of member declaration
> store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:93:71: error: ???noexcept??? does not name a type
> store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:97:51: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:97:57: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:101:57: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:101:66: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:105:63: error: expected ???;??? at end of member declaration
> exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:105:65: error: ???noexcept??? does not name a type
> exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:110:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:110:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:115:23: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:115:25: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:120:25: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:120:34: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:125:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:125:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:130:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:130:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:135:25: error: expected ???;??? at end of member declaration
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:135:27: error: ???noexcept??? does not name a type
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:140:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:140:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:145:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:145:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:150:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:150:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:167:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:167:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:168:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:168:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:173:7: error: ???constexpr??? does not name a type
> constexpr atomic(_Tp __i) noexcept : _M_i(__i) { }
> ^
> /usr/include/c++/4.8/atomic:173:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:175:22: error: expected ???;??? at end of member declaration
> operator _Tp() const noexcept
> ^
> /usr/include/c++/4.8/atomic:175:28: error: ???noexcept??? does not name a type
> operator _Tp() const noexcept
> ^
> /usr/include/c++/4.8/atomic:178:28: error: expected ???;??? at end of member declaration
> operator _Tp() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:178:37: error: ???noexcept??? does not name a type
> operator _Tp() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:182:24: error: expected ???;??? at end of member declaration
> operator=(_Tp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:182:26: error: ???noexcept??? does not name a type
> operator=(_Tp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:186:26: error: expected ???;??? at end of member declaration
> operator=(_Tp __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:186:35: error: ???noexcept??? does not name a type
> operator=(_Tp __i) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:190:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:190:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:194:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:194:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:198:60: error: expected ???;??? at end of member declaration
> store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:198:62: error: ???noexcept??? does not name a type
> store(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:202:62: error: expected ???;??? at end of member declaration
> store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:202:71: error: ???noexcept??? does not name a type
> store(_Tp __i, memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:206:52: error: expected ???;??? at end of member declaration
> load(memory_order _m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:206:58: error: ???noexcept??? does not name a type
> load(memory_order _m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:214:58: error: expected ???;??? at end of member declaration
> load(memory_order _m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:214:67: error: ???noexcept??? does not name a type
> load(memory_order _m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:222:63: error: expected ???;??? at end of member declaration
> exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:222:65: error: ???noexcept??? does not name a type
> exchange(_Tp __i, memory_order _m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:231:49: error: expected ???;??? at end of member declaration
> memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:231:58: error: ???noexcept??? does not name a type
> memory_order _m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:240:24: error: expected ???;??? at end of member declaration
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:240:26: error: ???noexcept??? does not name a type
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:247:26: error: expected ???;??? at end of member declaration
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:247:35: error: ???noexcept??? does not name a type
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:254:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:254:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:259:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:259:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:264:26: error: expected ???;??? at end of member declaration
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:264:28: error: ???noexcept??? does not name a type
> memory_order __f) noexcept
> ^
> /usr/include/c++/4.8/atomic:271:28: error: expected ???;??? at end of member declaration
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:271:37: error: ???noexcept??? does not name a type
> memory_order __f) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:278:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:278:52: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:283:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:283:58: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:296:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:296:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:297:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:297:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:302:7: error: ???constexpr??? does not name a type
> constexpr atomic(__pointer_type __p) noexcept : _M_b(__p) { }
> ^
> /usr/include/c++/4.8/atomic:302:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:304:33: error: expected ???;??? at end of member declaration
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/atomic:304:39: error: ???noexcept??? does not name a type
> operator __pointer_type() const noexcept
> ^
> /usr/include/c++/4.8/atomic:307:39: error: expected ???;??? at end of member declaration
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:307:48: error: ???noexcept??? does not name a type
> operator __pointer_type() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:311:35: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/atomic:311:37: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) noexcept
> ^
> /usr/include/c++/4.8/atomic:315:37: error: expected ???;??? at end of member declaration
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:315:46: error: ???noexcept??? does not name a type
> operator=(__pointer_type __p) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:319:21: error: expected ???;??? at end of member declaration
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:319:23: error: ???noexcept??? does not name a type
> operator++(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:323:23: error: expected ???;??? at end of member declaration
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:323:32: error: ???noexcept??? does not name a type
> operator++(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:327:21: error: expected ???;??? at end of member declaration
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:327:23: error: ???noexcept??? does not name a type
> operator--(int) noexcept
> ^
> /usr/include/c++/4.8/atomic:331:23: error: expected ???;??? at end of member declaration
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:331:32: error: ???noexcept??? does not name a type
> operator--(int) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:335:18: error: expected ???;??? at end of member declaration
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:335:20: error: ???noexcept??? does not name a type
> operator++() noexcept
> ^
> /usr/include/c++/4.8/atomic:339:20: error: expected ???;??? at end of member declaration
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:339:29: error: ???noexcept??? does not name a type
> operator++() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:343:18: error: expected ???;??? at end of member declaration
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:343:20: error: ???noexcept??? does not name a type
> operator--() noexcept
> ^
> /usr/include/c++/4.8/atomic:347:20: error: expected ???;??? at end of member declaration
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:347:29: error: ???noexcept??? does not name a type
> operator--() volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:351:31: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:351:33: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:355:33: error: expected ???;??? at end of member declaration
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:355:42: error: ???noexcept??? does not name a type
> operator+=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:359:31: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:359:33: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:363:33: error: expected ???;??? at end of member declaration
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:363:42: error: ???noexcept??? does not name a type
> operator-=(ptrdiff_t __d) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:367:22: error: expected ???;??? at end of member declaration
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:367:28: error: ???noexcept??? does not name a type
> is_lock_free() const noexcept
> ^
> /usr/include/c++/4.8/atomic:371:28: error: expected ???;??? at end of member declaration
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:371:37: error: ???noexcept??? does not name a type
> is_lock_free() const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:376:45: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:376:47: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:381:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:381:56: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:385:53: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:385:59: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const noexcept
> ^
> /usr/include/c++/4.8/atomic:389:59: error: expected ???;??? at end of member declaration
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:389:68: error: ???noexcept??? does not name a type
> load(memory_order __m = memory_order_seq_cst) const volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:394:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:394:50: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:399:50: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:399:59: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:404:44: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:404:46: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:410:27: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:410:36: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:415:47: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:415:49: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:423:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:423:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:431:46: error: expected ???;??? at end of member declaration
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:431:48: error: ???noexcept??? does not name a type
> memory_order __m1, memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:437:29: error: expected ???;??? at end of member declaration
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:437:38: error: ???noexcept??? does not name a type
> memory_order __m2) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:442:49: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:442:51: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:450:48: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:450:57: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:458:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:458:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:463:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:463:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:468:42: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:468:44: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) noexcept
> ^
> /usr/include/c++/4.8/atomic:473:44: error: expected ???;??? at end of member declaration
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:473:53: error: ???noexcept??? does not name a type
> memory_order __m = memory_order_seq_cst) volatile noexcept
> ^
> /usr/include/c++/4.8/atomic:485:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:485:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:486:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:486:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:491:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:491:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:504:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:504:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:505:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:505:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:510:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:510:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:523:14: error: expected ???;??? at end of member declaration
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:523:16: error: ???noexcept??? does not name a type
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:524:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:524:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:529:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:529:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:542:14: error: expected ???;??? at end of member declaration
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:542:16: error: ???noexcept??? does not name a type
> atomic() noexcept= default;
> ^
> /usr/include/c++/4.8/atomic:543:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:543:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:548:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:548:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:561:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:561:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:562:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:562:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:567:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:567:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:580:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:580:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:581:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:581:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:586:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:586:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:599:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:599:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:600:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:600:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:605:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:605:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:618:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:618:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:619:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:619:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:624:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:624:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:637:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:637:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:638:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:638:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:643:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:643:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:656:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:656:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:657:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:657:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:662:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:662:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:675:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:675:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:676:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:676:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:681:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:681:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:694:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:694:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:695:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:695:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:700:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:700:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:713:14: error: expected ???;??? at end of member declaration
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:713:16: error: ???noexcept??? does not name a type
> atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:714:15: error: expected ???;??? at end of member declaration
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:714:17: error: ???noexcept??? does not name a type
> ~atomic() noexcept = default;
> ^
> /usr/include/c++/4.8/atomic:719:7: error: ???constexpr??? does not name a type
> constexpr atomic(__integral_type __i) noexcept : __base_type(__i) { }
> ^
> /usr/include/c++/4.8/atomic:719:7: note: C++11 ???constexpr??? only available with -std=c++11 or -std=gnu++11
> /usr/include/c++/4.8/atomic:727:19: error: ???char16_t??? was not declared in this scope
> struct atomic<char16_t> : public atomic_char16_t
> ^
> /usr/include/c++/4.8/atomic:727:27: error: template argument 1 is invalid
> struct atomic<char16_t> : public atomic_char16_t
> ^
> /usr/include/c++/4.8/atomic:728:5: error: expected class-name before ???{??? token
> {
> ^
> /usr/include/c++/4.8/atomic:746:19: error: ???char32_t??? was not declared in this scope
> struct atomic<char32_t> : public atomic_char32_t
> ^
> /usr/include/c++/4.8/atomic:746:27: error: template argument 1 is invalid
> struct atomic<char32_t> : public atomic_char32_t
> ^
> /usr/include/c++/4.8/atomic:747:5: error: expected class-name before ???{??? token
> {
> ^
> /usr/include/c++/4.8/atomic:767:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:772:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:776:66: error: expected initializer before ???noexcept???
> atomic_flag_clear_explicit(atomic_flag* __a, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:781:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:785:46: error: expected initializer before ???noexcept???
> atomic_flag_test_and_set(atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:789:55: error: expected initializer before ???noexcept???
> atomic_flag_test_and_set(volatile atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:793:39: error: expected initializer before ???noexcept???
> atomic_flag_clear(atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:797:48: error: expected initializer before ???noexcept???
> atomic_flag_clear(volatile atomic_flag* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:804:50: error: expected initializer before ???noexcept???
> atomic_is_lock_free(const atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:809:59: error: expected initializer before ???noexcept???
> atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:814:46: error: expected initializer before ???noexcept???
> atomic_init(atomic<_ITp>* __a, _ITp __i) noexcept;
> ^
> /usr/include/c++/4.8/atomic:818:55: error: expected initializer before ???noexcept???
> atomic_init(volatile atomic<_ITp>* __a, _ITp __i) noexcept;
> ^
> /usr/include/c++/4.8/atomic:823:24: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:829:24: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:834:69: error: expected initializer before ???noexcept???
> atomic_load_explicit(const atomic<_ITp>* __a, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:840:23: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:846:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:852:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:860:27: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:868:27: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:876:29: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:884:29: error: expected initializer before ???noexcept???
> memory_order __m2) noexcept
> ^
> /usr/include/c++/4.8/atomic:890:47: error: expected initializer before ???noexcept???
> atomic_store(atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:895:56: error: expected initializer before ???noexcept???
> atomic_store(volatile atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:900:42: error: expected initializer before ???noexcept???
> atomic_load(const atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:905:51: error: expected initializer before ???noexcept???
> atomic_load(const volatile atomic<_ITp>* __a) noexcept
> ^
> /usr/include/c++/4.8/atomic:910:50: error: expected initializer before ???noexcept???
> atomic_exchange(atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:915:59: error: expected initializer before ???noexcept???
> atomic_exchange(volatile atomic<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:921:29: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:931:29: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:941:31: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:951:31: error: expected initializer before ???noexcept???
> _ITp* __i1, _ITp __i2) noexcept
> ^
> /usr/include/c++/4.8/atomic:965:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:971:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:977:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:983:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:989:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:995:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1001:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1007:27: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1013:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1019:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1024:58: error: expected initializer before ???noexcept???
> atomic_fetch_add(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1029:67: error: expected initializer before ???noexcept???
> atomic_fetch_add(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1034:58: error: expected initializer before ???noexcept???
> atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1039:67: error: expected initializer before ???noexcept???
> atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1044:58: error: expected initializer before ???noexcept???
> atomic_fetch_and(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1049:67: error: expected initializer before ???noexcept???
> atomic_fetch_and(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1054:57: error: expected initializer before ???noexcept???
> atomic_fetch_or(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1059:66: error: expected initializer before ???noexcept???
> atomic_fetch_or(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1064:58: error: expected initializer before ???noexcept???
> atomic_fetch_xor(__atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1069:67: error: expected initializer before ???noexcept???
> atomic_fetch_xor(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
> ^
> /usr/include/c++/4.8/atomic:1077:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1083:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1088:66: error: expected initializer before ???noexcept???
> atomic_fetch_add(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:1093:57: error: expected initializer before ???noexcept???
> atomic_fetch_add(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:1099:43: error: expected initializer before ???noexcept???
> ptrdiff_t __d, memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1105:28: error: expected initializer before ???noexcept???
> memory_order __m) noexcept
> ^
> /usr/include/c++/4.8/atomic:1110:66: error: expected initializer before ???noexcept???
> atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> /usr/include/c++/4.8/atomic:1115:57: error: expected initializer before ???noexcept???
> atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept
> ^
> In file included from /opt/root-6.02.08/include/TString.h:36:0,
> from /opt/root-6.02.08/include/TNamed.h:29,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /opt/root-6.02.08/include/TMathBase.h: In function ???Float_t TMath::Sign(Float_t, Float_t)???:
> /opt/root-6.02.08/include/TMathBase.h:144:13: error: ???copysign??? is not a member of ???std???
> { return std::copysign(a,b); }
> ^
> /opt/root-6.02.08/include/TMathBase.h:144:13: note: suggested alternative:
> In file included from /usr/include/features.h:374:0,
> from /usr/include/ctype.h:25,
> from /usr/include/getopt.h:33,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:16:
> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note: ???copysign???
> __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
> ^
> In file included from /opt/root-6.02.08/include/TString.h:36:0,
> from /opt/root-6.02.08/include/TNamed.h:29,
> from /opt/root-6.02.08/include/TDirectory.h:25,
> from /opt/root-6.02.08/include/TDirectoryFile.h:25,
> from /opt/root-6.02.08/include/TFile.h:26,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /opt/root-6.02.08/include/TMathBase.h: In function ???Double_t TMath::Sign(Double_t, Double_t)???:
> /opt/root-6.02.08/include/TMathBase.h:147:13: error: ???copysign??? is not a member of ???std???
> { return std::copysign(a,b); }
> ^
> /opt/root-6.02.08/include/TMathBase.h:147:13: note: suggested alternative:
> In file included from /usr/include/features.h:374:0,
> from /usr/include/ctype.h:25,
> from /usr/include/getopt.h:33,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:16:
> /usr/include/x86_64-linux-gnu/bits/mathcalls.h:217:1: note: ???copysign???
> __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
> ^
> make[2]: *** [CMakeFiles/Gate.dir/source/arf/src/GateARFDataToRoot.cc.o] Error 1
> make[2]: *** [CMakeFiles/Gate.dir/source/arf/src/GateARFDataToRootMessenger.cc.o] Error 1
> make[2]: *** [CMakeFiles/Gate.dir/source/geometry/src/GateImageRegionalizedVolumeMessenger.cc.o] Error 1
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:16,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /opt/root-6.02.08/include/TClass.h: At global scope:
> /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]
> Int_t fVerbLevel=0;
> ^
> /opt/root-6.02.08/include/TClass.h:155:7: error: ???unordered_set??? in namespace ???std??? does not name a type
> std::unordered_set<std::string> fClassNamesSet;
> ^
> /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]
> TClass(const TClass& tc) = delete;
> ^
> /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]
> TClass& operator=(const TClass&) = delete;
> ^
> In file included from /usr/include/c++/4.8/atomic:41:0,
> from /opt/root-6.02.08/include/TFile.h:24,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImageT.hh:36,
> from /home/thomas/Downloads/gate-git/opengate-public/source/general/include/GateImage.hh:22,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateVSource.hh:27,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:17,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /opt/root-6.02.08/include/TClass.h:156:44: error: could not convert ???{0}??? from ???<brace-enclosed initializer list>??? to ???std::atomic_flag???
> mutable std::atomic_flag fSpinLock = ATOMIC_FLAG_INIT;
> ^
> In file included from /opt/root-6.02.08/include/TTree.h:62:0,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourcePhaseSpace.hh:16,
> from /home/thomas/Downloads/gate-git/opengate-public/source/physics/include/GateSourceMgr.hh:18,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:30:
> /opt/root-6.02.08/include/TClass.h: In member function ???void TClass::Streamer(void*, TBuffer&, const TClass*) const???:
> /opt/root-6.02.08/include/TClass.h:542:7: warning: ???auto??? changes meaning in C++11; please remove it [-Wc++0x-compat]
> auto t = fStreamerImpl.load();
> ^
> /opt/root-6.02.08/include/TClass.h:542:12: error: ???t??? does not name a type
> auto t = fStreamerImpl.load();
> ^
> /opt/root-6.02.08/include/TClass.h:543:32: error: ???t??? was not declared in this scope
> t(this,obj,b,onfile_class);
> ^
> /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc: In member function ???void GateARFTableMgr::SaveARFToBinaryFile()???:
> /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:225:1: error: ???ofstream??? was not declared in this scope
> ofstream dest;
> ^
> /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:225:1: note: suggested alternative:
> In file included from /usr/include/c++/4.8/ios:38:0,
> from /usr/include/c++/4.8/istream:38,
> from /usr/include/c++/4.8/sstream:38,
> from /usr/include/c++/4.8/complex:45,
> from /usr/local/include/Geant4/G4Types.hh:67,
> from /usr/local/include/Geant4/G4ios.hh:39,
> from /usr/local/include/Geant4/globals.hh:49,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTableMgr.hh:12,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:13:
> /usr/include/c++/4.8/iosfwd:160:34: note: ???std::ofstream???
> typedef basic_ofstream<char> ofstream;
> ^
> /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:225:10: error: expected ???;??? before ???dest???
> ofstream dest;
> ^
> /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:226:1: error: ???dest??? was not declared in this scope
> dest.open ( theFN.c_str() );
> ^
> /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc: In member function ???void GateARFTableMgr::LoadARFFromBinaryFile(G4String)???:
> /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:301:3: error: ???ifstream??? was not declared in this scope
> ifstream dest;
> ^
> /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:301:3: note: suggested alternative:
> In file included from /usr/include/c++/4.8/ios:38:0,
> from /usr/include/c++/4.8/istream:38,
> from /usr/include/c++/4.8/sstream:38,
> from /usr/include/c++/4.8/complex:45,
> from /usr/local/include/Geant4/G4Types.hh:67,
> from /usr/local/include/Geant4/G4ios.hh:39,
> from /usr/local/include/Geant4/globals.hh:49,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/include/GateARFTableMgr.hh:12,
> from /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:13:
> /usr/include/c++/4.8/iosfwd:157:34: note: ???std::ifstream???
> typedef basic_ifstream<char> ifstream;
> ^
> /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:301:12: error: expected ???;??? before ???dest???
> ifstream dest;
> ^
> /home/thomas/Downloads/gate-git/opengate-public/source/arf/src/GateARFTableMgr.cc:302:3: error: ???dest??? was not declared in this scope
> dest.open ( theFileName.c_str(),std::ios::binary );
> ^
> make[2]: *** [CMakeFiles/Gate.dir/source/arf/src/GateARFTableMgr.cc.o] Error 1
> make[2]: *** [CMakeFiles/Gate.dir/source/arf/src/GateARFSD.cc.o] Error 1
> make[2]: *** [CMakeFiles/Gate.dir/source/arf/src/GateARFSDMessenger.cc.o] Error 1
> In file included from /opt/root-6.02.08/include/TInterpreter.h:30:0,
> from /opt/root-6.02.08/include/TMethodCall.h:35,
> from /opt/root-6.02.08/include/TPluginManager.h:95,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:45:
> /opt/root-6.02.08/include/TVirtualMutex.h: In member function ???Int_t TLockGuard::UnLock()???:
> /opt/root-6.02.08/include/TVirtualMutex.h:82:7: warning: ???auto??? changes meaning in C++11; please remove it [-Wc++0x-compat]
> auto tmp = fMutex;
> ^
> /opt/root-6.02.08/include/TVirtualMutex.h:82:12: error: ???tmp??? does not name a type
> auto tmp = fMutex;
> ^
> /opt/root-6.02.08/include/TVirtualMutex.h:84:14: error: ???tmp??? was not declared in this scope
> return tmp->UnLock();
> ^
> In file included from /opt/root-6.02.08/include/TMethodCall.h:35:0,
> from /opt/root-6.02.08/include/TPluginManager.h:95,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:45:
> /opt/root-6.02.08/include/TInterpreter.h: At global scope:
> /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]
> enum class EReturnType { kLong, kDouble, kString, kOther, kNoReturnType };
> ^
> In file included from /opt/root-6.02.08/include/TMethodCall.h:35:0,
> from /opt/root-6.02.08/include/TPluginManager.h:95,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:45:
> /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]
> template <typename U, typename... T>
> ^
> /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]
> void CallFunc_SetArgImpl(CallFunc_t *func, const U& head, const T&... tail)
> ^
> /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]
> template <typename... T>
> ^
> /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]
> void CallFunc_SetArguments(CallFunc_t *func, const T&... args)
> ^
> In file included from /opt/root-6.02.08/include/TPluginManager.h:95:0,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:45:
> /opt/root-6.02.08/include/TMethodCall.h:44:10: error: expected nested-name-specifier before ???EReturnType???
> using EReturnType = TInterpreter::EReturnType;
> ^
> /opt/root-6.02.08/include/TMethodCall.h:44:10: error: using-declaration for non-member at class scope
> /opt/root-6.02.08/include/TMethodCall.h:44:22: error: expected ???;??? before ???=??? token
> using EReturnType = TInterpreter::EReturnType;
> ^
> /opt/root-6.02.08/include/TMethodCall.h:44:22: error: expected unqualified-id before ???=??? token
> /opt/root-6.02.08/include/TMethodCall.h:47:17: error: ???EReturnType??? does not name a type
> static const EReturnType kLong = TInterpreter::EReturnType::kLong;
> ^
> /opt/root-6.02.08/include/TMethodCall.h:48:17: error: ???EReturnType??? does not name a type
> static const EReturnType kDouble = TInterpreter::EReturnType::kDouble;
> ^
> /opt/root-6.02.08/include/TMethodCall.h:49:17: error: ???EReturnType??? does not name a type
> static const EReturnType kString = TInterpreter::EReturnType::kString;
> ^
> /opt/root-6.02.08/include/TMethodCall.h:50:17: error: ???EReturnType??? does not name a type
> static const EReturnType kOther = TInterpreter::EReturnType::kOther;
> ^
> /opt/root-6.02.08/include/TMethodCall.h:51:17: error: ???EReturnType??? does not name a type
> static const EReturnType kNoReturnType = TInterpreter::EReturnType::kNoReturnType;
> ^
> /opt/root-6.02.08/include/TMethodCall.h:53:17: error: ???EReturnType??? does not name a type
> static const EReturnType kNone = TInterpreter::EReturnType::kNoReturnType;
> ^
> /opt/root-6.02.08/include/TMethodCall.h:66:4: error: ???EReturnType??? does not name a type
> EReturnType fRetType; //method return type
> ^
> In file included from /opt/root-6.02.08/include/TPluginManager.h:95:0,
> from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:45:
> /opt/root-6.02.08/include/TMethodCall.h:97:4: error: ???EReturnType??? does not name a type
> EReturnType ReturnType();
> ^
> /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]
> template <typename... T> void SetParams(const T&... params) {
> ^
> /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]
> template <typename... T> void SetParams(const T&... params) {
> ^
> In file included from /home/thomas/Downloads/gate-git/opengate-public/Gate.cc:45:0:
> /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]
> template <typename... T> Long_t ExecPluginImpl(const T&... params)
> ^
> /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]
> template <typename... T> Long_t ExecPluginImpl(const T&... params)
> ^
> /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]
> template <typename... T> Long_t ExecPlugin(int nargs, const T&... params)
> ^
> /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]
> template <typename... T> Long_t ExecPlugin(int nargs, const T&... params)
> ^
> /opt/root-6.02.08/include/TPluginManager.h: In member function ???Long_t TPluginHandler::ExecPluginImpl(const T& ...)???:
> /opt/root-6.02.08/include/TPluginManager.h:158:7: warning: ???auto??? changes meaning in C++11; please remove it [-Wc++0x-compat]
> auto nargs = sizeof...(params);
> ^
> /opt/root-6.02.08/include/TPluginManager.h:158:12: error: ???nargs??? does not name a type
> auto nargs = sizeof...(params);
> ^
> /opt/root-6.02.08/include/TPluginManager.h:159:31: error: ???nargs??? was not declared in this scope
> if (!CheckForExecPlugin(nargs)) return 0;
> ^
> /opt/root-6.02.08/include/TPluginManager.h: In member function ???Long_t TPluginHandler::ExecPlugin(int, const T& ...)???:
> /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]
> nargs, (unsigned long)sizeof...(params) );
> ^
> make[2]: *** [CMakeFiles/Gate.dir/Gate.cc.o] Error 1
> make[1]: *** [CMakeFiles/Gate.dir/all] Error 2
> make: *** [all] Error 2
>
> ------------------------------
>
> _______________________________________________
> Gate-users mailing list
> Gate-users at lists.opengatecollaboration.org
> http://lists.opengatecollaboration.org/mailman/listinfo/gate-users
>
> End of Gate-users Digest, Vol 107, Issue 47
> *******************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opengatecollaboration.org/mailman/private/gate-users/attachments/20150428/724b5ddf/attachment-0001.html>
More information about the Gate-users
mailing list