From 3475f45ce7feb00a2921c9a846312473ee52d986 Mon Sep 17 00:00:00 2001 From: paboyle Date: Wed, 31 Aug 2016 00:23:48 +0100 Subject: [PATCH] Demangle support for typeid stuff --- lib/Init.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Init.h b/lib/Init.h index 25fda569..6eb07a49 100644 --- a/lib/Init.h +++ b/lib/Init.h @@ -52,6 +52,8 @@ namespace Grid { void GridCmdOptionCSL(std::string str,std::vector & vec); void GridCmdOptionIntVector(std::string &str,std::vector & vec); + std::string demangle(const char* name) ; + void GridParseLayout(char **argv,int argc, std::vector &latt, std::vector &simd,