Skip to content

Commit

Permalink
update to fmt 10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Nov 30, 2023
1 parent 64b5c8d commit 0f58225
Show file tree
Hide file tree
Showing 17 changed files with 2,617 additions and 2,831 deletions.
2 changes: 2 additions & 0 deletions include/helpers/lang.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ class LangStr {
std::string m_str;
};

inline std::string format_as(LangStr s) { return s; }

const ImWchar* getLangGlyphRanges();

std::map<std::string, LangData>& getLangs();
Expand Down
2 changes: 1 addition & 1 deletion third_party/fmt/LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion third_party/fmt/include/fmt/args.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Formatting library for C++ - dynamic format arguments
// Formatting library for C++ - dynamic argument lists
//
// Copyright (c) 2012 - present, Victor Zverovich
// All rights reserved.
Expand Down
Loading

0 comments on commit 0f58225

Please sign in to comment.