Skip to content
Merged
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
3 changes: 3 additions & 0 deletions include/fmt/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,9 @@ class locale_ref {
}

inline explicit operator bool() const noexcept { return locale_ != nullptr; }
#else
public:
inline explicit operator bool() const noexcept { return false; }
#endif // FMT_USE_LOCALE

public:
Expand Down