mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
Remove old TODO
This commit is contained in:
1
format.h
1
format.h
@ -1096,7 +1096,6 @@ class ArgList {
|
|||||||
|
|
||||||
ArgList() : types_(0) {}
|
ArgList() : types_(0) {}
|
||||||
|
|
||||||
// TODO: MakeArgList(const Args &...)
|
|
||||||
ArgList(ULongLong types, const internal::Value *values)
|
ArgList(ULongLong types, const internal::Value *values)
|
||||||
: types_(types), values_(values) {}
|
: types_(types), values_(values) {}
|
||||||
ArgList(ULongLong types, const internal::Arg *args)
|
ArgList(ULongLong types, const internal::Arg *args)
|
||||||
|
Reference in New Issue
Block a user