소스 검색

Fix GCC compilation issue.

pull/1/head
Sam Hocevar 4 년 전
부모
커밋
d21392096a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      include/lol/private/base/string.h

+ 1
- 1
include/lol/private/base/string.h 파일 보기

@@ -178,7 +178,7 @@ std::basic_string<T> vformat(char const *fmt, va_list ap)
// XXX: we cheat by setting the argument time to char instead of T, because
// I found no other way to use the printf attribute.
template<typename T = char>
std::basic_string<T> format(char const *fmt, ...) lol_attr_printf_format(1, 2)
std::basic_string<T> lol_attr_printf_format(1, 2) format(char const *fmt, ...)
{
va_list ap;
va_start(ap, fmt);


불러오는 중...
취소
저장