Skip to content

Commit

Permalink
Update libfmt to 10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakcron committed Dec 31, 2023
1 parent 13a97ee commit b03b081
Show file tree
Hide file tree
Showing 18 changed files with 3,637 additions and 3,266 deletions.
1 change: 0 additions & 1 deletion build/visualstudio/libfmt/libfmt.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@
<ClInclude Include="..\..\..\include\fmt\core.h" />
<ClInclude Include="..\..\..\include\fmt\format-inl.h" />
<ClInclude Include="..\..\..\include\fmt\format.h" />
<ClInclude Include="..\..\..\include\fmt\locale.h" />
<ClInclude Include="..\..\..\include\fmt\os.h" />
<ClInclude Include="..\..\..\include\fmt\ostream.h" />
<ClInclude Include="..\..\..\include\fmt\printf.h" />
Expand Down
3 changes: 0 additions & 3 deletions build/visualstudio/libfmt/libfmt.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
<ClInclude Include="..\..\..\include\fmt\format-inl.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\include\fmt\locale.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\include\fmt\os.h">
<Filter>Header Files</Filter>
</ClInclude>
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit b03b081

Please sign in to comment.