mirror of
https://github.com/yse/easy_profiler.git
synced 2025-01-14 00:27:55 +08:00
Removed a type-dependent false type that is no longer used.
This commit is contained in:
parent
88a401a280
commit
d8f2663e01
@ -146,10 +146,6 @@ namespace profiler {
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
template <typename T>
|
||||
struct False : std::false_type {};
|
||||
|
||||
//! Checks if a pointer is aligned.
|
||||
//! \param ptr The pointer to check.
|
||||
//! \param alignment The alignement (must be a power of 2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user