From f071d6cf0eaa0416ebb5d2eef8c6c7a6e457bc83 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Wed, 21 Aug 2024 23:56:22 -0700 Subject: [PATCH] fix: remove excessive 'export' --- share/cpp2b.cppm.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;