mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 18:28:20 +00:00
Remove old TODO
This commit is contained in:
parent
f5b3c9cbec
commit
3c388185c0
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user