renamed to Comparator.h from CompOperator.h

This commit is contained in:
hyzboy 2024-12-05 13:55:06 +08:00
parent 6e1f32f38e
commit ae1be856b9
5 changed files with 4 additions and 4 deletions

View File

@ -12,6 +12,6 @@
#include<hgl/math/TimeConst.h> // 时间常数
#include<hgl/math/PhysicsConst.h> // 物理常数
#include<hgl/Endian.h> // 编码序定义
#include<hgl/CompOperator.h> // 比较操作符实现定义
#include<hgl/Comparator.h> // 比较操作符实现定义
#endif//HGL_DATATYPE_INCLUDE

View File

@ -2,7 +2,7 @@
#define HGL_EXTENT_2D_INCLUDE
#include<hgl/type/DataType.h>
#include<hgl/CompOperator.h>
#include<hgl/Comparator.h>
namespace hgl
{
template<typename T> union Extent2D

View File

@ -2,7 +2,7 @@
#define HGL_TYPE_PAIR_INCLUDE
#include<hgl/platform/Platform.h>
#include<hgl/CompOperator.h>
#include<hgl/Comparator.h>
namespace hgl
{

View File

@ -3,7 +3,7 @@
#include<hgl/type/StringInstance.h>
#include<hgl/io/InputStream.h>
#include<hgl/CompOperator.h>
#include<hgl/Comparator.h>
#include<hgl/type/Smart.h>
namespace hgl