take args
parent
e5a3c9d669
commit
bc34be9496
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.20)
|
||||
include(cmake/color.cmake)
|
||||
set(BLT_VERSION 5.4.2)
|
||||
set(BLT_VERSION 5.4.3)
|
||||
|
||||
set(BLT_TARGET BLT)
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ namespace blt
|
|||
#define BLT_MAKE_GETTER_RVALUE(TYPE, NAME) \
|
||||
TYPE get_##NAME() const { return NAME; }
|
||||
|
||||
#define BLT_MAKE_GETTER() \
|
||||
#define BLT_MAKE_GETTER(TYPE, NAME) \
|
||||
BLT_MAKE_GETTER_LVALUE(TYPE, NAME) \
|
||||
BLT_MAKE_GETTER_CLVALUE(TYPE, NAME)
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8a889d3699b3c09ade435641fb034427f3fd12b6
|
||||
Subproject commit 154c63489e84d5569d3b466342a2ae8fd99e4734
|
Loading…
Reference in New Issue