KTL
empty_base.h
Go to the documentation of this file.
1 #pragma once
2 
3 #if defined(__has_cpp_attribute) && __has_cpp_attribute(no_unique_address)
4 #define KTL_EMPTY_BASE [[no_unique_address]]
5 #else // __has_cpp_attribute(no_unique_address)
6 #define KTL_EMPTY_BASE
7 #endif // __has_cpp_attribute(no_unique_address)