From 8f3a7cebf42911cd6a7bb8a2a995ca0afbbfbbc4 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 23 Sep 2016 18:48:45 -0400 Subject: Add declaration for specialization Configuration::Block::Set, gcc bug #56480 --- include/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/config.h b/include/config.h index 7ca8caaf4..dccadbe79 100644 --- a/include/config.h +++ b/include/config.h @@ -77,6 +77,8 @@ namespace Configuration template<> CoreExport bool Block::Get(const Anope::string &tag, const Anope::string &def) const; template<> CoreExport unsigned int Block::Get(const Anope::string &tag, const Anope::string &def) const; + template<> void Block::Set(const Anope::string &tag, const Anope::string &value); + /** Represents a configuration file */ class File -- cgit