Program Listing for File enable.hpp

Return to documentation for file (include/dish2/debug/enable.hpp)

#pragma once
#ifndef DISH2_DEBUG_ENABLE_HPP_INCLUDE
#define DISH2_DEBUG_ENABLE_HPP_INCLUDE

#ifndef NDEBUG
#ifndef DISH2_LOG_DISABLE

#ifndef DISH2_LOG_ENABLE
#define DISH2_LOG_ENABLE
#endif // #ifndef DISH2_LOG_ENABLE

#endif // #ifdef DISH2_LOG_DISABLE
#endif // #ifdef NDEBUG

#endif // #ifndef DISH2_DEBUG_ENABLE_HPP_INCLUDE