Fixed Tuple.inl including Utility debug headers
Former-commit-id: 259b43f54669c6b58e04ee16719df73b441b72dd
This commit is contained in:
parent
516bf7b3b9
commit
b219b19710
|
|
@ -6,7 +6,7 @@
|
|||
// Merci à Ryan "FullMetal Alchemist" Lahfa
|
||||
// Merci aussi à Freedom de siteduzero.com
|
||||
|
||||
#include <Nazara/Utility/Debug.hpp>
|
||||
#include <Nazara/Core/Debug.hpp>
|
||||
|
||||
template<unsigned int N>
|
||||
struct NzTupleUnpack
|
||||
|
|
@ -34,4 +34,4 @@ void NzUnpackTuple(F func, const std::tuple<ArgsT...>& t)
|
|||
NzTupleUnpack<sizeof...(ArgsT)>()(func, t);
|
||||
}
|
||||
|
||||
#include <Nazara/Utility/DebugOff.hpp>
|
||||
#include <Nazara/Core/DebugOff.hpp>
|
||||
|
|
|
|||
Loading…
Reference in New Issue