Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill undefined declaration.
[simgrid.git] / src / xbt / config.cpp
index 425a9fb..2caa254 100644 (file)
@@ -270,8 +270,6 @@ public:
   Config& operator=(Config const&) = delete;
 
   ConfigurationElement& operator[](const char* name);
-  template<class T>
-  TypedConfigurationElement<T>& getTyped(const char* name);
   void alias(const char* realname, const char* aliasname);
 
   template<class T, class... A>