mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-14 12:40:32 +00:00
Tyop
This commit is contained in:
parent
ee3e68dc16
commit
223575b567
2
format.h
2
format.h
@ -967,7 +967,7 @@ struct Conditional { typedef T type; };
|
||||
template<class T, class F>
|
||||
struct Conditional<false, T, F> { typedef F type; };
|
||||
|
||||
// For bcc32 which doesn't understand ! in template argumetns.
|
||||
// For bcc32 which doesn't understand ! in template arguments.
|
||||
template<bool>
|
||||
struct Not { enum { value = 0 }; };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user