Salome HOME
Fix compilation error when using GCC 4.9.
authorPascal Obry <pascal.obry@edf.fr>
Mon, 30 Mar 2015 09:33:32 +0000 (11:33 +0200)
committerOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Thu, 2 Apr 2015 11:51:54 +0000 (13:51 +0200)
commit0b5a4f497a11837c9162526518bcbc8045a46f33
tree3f6ef43b7bccdc792ec7738b9365d35de79fff46
parent987727679e142635e919506db2eb1c61edf3e226
Fix compilation error when using GCC 4.9.

The error was:

/usr/include/c++/4.9/bits/cpp_type_traits.h:103:3: error: template with C linkage
   template<typename, typename>
   ^

Removing the external C seems safe as this is already taken care
of in the included header (libxml/parser.h)
src/yacsloader/xmlParserBase.hxx