Skip to content

Commit 0f58225

Browse files
committed
update to fmt 10.1.1
1 parent 64b5c8d commit 0f58225

17 files changed

Lines changed: 2617 additions & 2831 deletions

File tree

include/helpers/lang.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ class LangStr {
3434
std::string m_str;
3535
};
3636

37+
inline std::string format_as(LangStr s) { return s; }
38+
3739
const ImWchar* getLangGlyphRanges();
3840

3941
std::map<std::string, LangData>& getLangs();

third_party/fmt/LICENSE.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012 - present, Victor Zverovich
1+
Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

third_party/fmt/include/fmt/args.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Formatting library for C++ - dynamic format arguments
1+
// Formatting library for C++ - dynamic argument lists
22
//
33
// Copyright (c) 2012 - present, Victor Zverovich
44
// All rights reserved.

0 commit comments

Comments
 (0)