Compare commits
3 Commits
6c3090f3c6
...
3add03dcc0
| Author | SHA1 | Date | |
|---|---|---|---|
| 3add03dcc0 | |||
| f7d4b28744 | |||
| 9f9991494e |
@ -22,6 +22,7 @@
|
||||
|
||||
namespace ia
|
||||
{
|
||||
template<typename _value_type> using InitializerList = std::initializer_list<_value_type>;
|
||||
template<typename _value_type> using initializer_list = std::initializer_list<_value_type>;
|
||||
|
||||
#undef VOID
|
||||
|
||||
Reference in New Issue
Block a user