Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/platformdirs.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
namespace platformdirs {

/** Renamed slightly because there's a module name (namespace) and function name with the same "version" identifier. */
constexpr auto &version_ = platformdirs::version::version;
constexpr auto version_ = platformdirs::version::version;

constexpr auto &version_info = platformdirs::version::version_tuple;
constexpr auto version_info = platformdirs::version::version_tuple;

#if __COSMOPOLITAN__
/**
Expand Down