Andrey Gladilin

Results 2 issues of Andrey Gladilin

Could you add the code below in order to support the `using namespace` directive? ```diff diff --git a/pub/cppwriter.h b/pub/cppwriter.h index 5b9e3a81..e2541d48 100644 --- a/pub/cppwriter.h +++ b/pub/cppwriter.h @@ -66,6 +66,9 @@...

Ubuntu 22.04 supplies Boost 1.74. I would like to link the cppparser with it. Can we have this supported? The code below does this. ```diff diff --git a/CMakeLists.txt b/CMakeLists.txt index...