HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1014-azure #14~24.04.1-Ubuntu SMP Fri Oct 3 20:52:11 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: //usr/include/Imath/halfLimits.h
//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//

#ifndef INCLUDED_HALF_LIMITS_H
#define INCLUDED_HALF_LIMITS_H

// Warn if half.h hasn't being included
#ifndef IMATH_HALF_H_
//
// This file is now deprecated. It previously included the
// specialization of std::numeric_limits<half>, but those now appear
// directly in half.h, because they should be regarded as inseperable
// from the half class.
//

#ifdef __GNUC__
#warning "ImathLimits is deprecated; use #include <half.h>"
#else
#pragma message("ImathLimits is deprecated; use #include <half.h>")
#endif

#include "half.h"
#endif
#endif