From 8e866579cb459c5104c532d5e41d562d45236ea5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Jun 2015 19:20:16 +0200 Subject: Implement loader --- brep/module.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'brep/module.cxx') diff --git a/brep/module.cxx b/brep/module.cxx index 32988e0..ceadc23 100644 --- a/brep/module.cxx +++ b/brep/module.cxx @@ -4,8 +4,8 @@ #include -#include -#include +#include +#include #include #include @@ -89,7 +89,7 @@ namespace brep argv.push_back (nv.value.c_str ()); } - int argc (argv.size()); + int argc (argv.size ()); try { @@ -140,7 +140,7 @@ namespace brep // using A = B (*)(int,int); // A func(B (*)(char),B (*)(wchar_t)); // __PRETTY_FUNCTION__ looks like this: -// virtual std::string (* (* brep::search::func(std::string (* (*)(char))(int)\ +// virtual std::string (* (* brep::search::func(std::string (* (*)(char))(int) // ,std::string (* (*)(wchar_t))(int)) const)(int, int))(int) // string module:: -- cgit v1.1