Skip to content

Commit

Permalink
fix: remove excessive 'export'
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Aug 22, 2024
1 parent d32182b commit f071d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/cpp2b.cppm.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ inline auto get_var(auto name) -> std::optional<std::string> {
return cpp2b::env::get_var(std::string{name});
}

export class vars {
class vars {
public:
struct entry {
std::string_view name;
Expand Down

0 comments on commit f071d6c

Please sign in to comment.