diff --git a/share/cpp2b.cppm.tpl b/share/cpp2b.cppm.tpl index f0c9ec2..fed2fc6 100644 --- a/share/cpp2b.cppm.tpl +++ b/share/cpp2b.cppm.tpl @@ -100,7 +100,7 @@ inline auto get_var(auto name) -> std::optional { return cpp2b::env::get_var(std::string{name}); } -export class vars { +class vars { public: struct entry { std::string_view name;