Skip to content

Commit cfbbafd

Browse files
committed
update is_final comment
1 parent 17382cb commit cfbbafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/builtin/hlsl/type_traits.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
template<class T> struct is_empty; (DONE? sizeof(T) == 0)
6363
template<class T> struct is_polymorphic; (NOTHING IS)
6464
template<class T> struct is_abstract; (NOTHING IS)
65-
template<class T> struct is_final; (NOTHING IS)
65+
template<class T> struct is_final; (NOTHING IS until they add the final keyword)
6666
template<class T> struct is_aggregate; (DONE)
6767
6868
template<class T> struct is_signed; (DONE)

0 commit comments

Comments
 (0)