P2905R2 Fix - Refactor rvalue arguments into lvalues for std::make_format_args (#3194)

Co-authored-by: xiaoxiao921 <837334+xiaoxiao921@users.noreply.github.com>
This commit is contained in:
R.K
2024-05-29 10:50:59 -07:00
committed by GitHub
parent 84aae84b36
commit dcf50fffa8
11 changed files with 47 additions and 26 deletions

View File

@ -1,10 +1,12 @@
include(FetchContent)
add_compile_definitions(CXX_FORMAT_SUPPORT)
message("AsyncLogger")
FetchContent_Declare(
AsyncLogger
GIT_REPOSITORY https://github.com/Yimura/AsyncLogger.git
GIT_TAG v0.0.6
GIT_TAG 80ce938277acd44767f858099920ae20f1df42ca
GIT_PROGRESS TRUE
)
FetchContent_MakeAvailable(AsyncLogger)