Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Commit b95acd2

Browse files
author
gek
committedNov 21, 2023
gitap
1 parent 8e90b52 commit b95acd2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎library/stdmeta/cgstl.hbas

+7
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,13 @@ codegen u64 cg_seabass_stl_instance_counter = 1;
550550
//
551551
cgstrll* gotten_type
552552
@cg_bldr_foldout_arg gotten_type result
553+
if(gotten_type == 0)
554+
@pprint[
555+
/ "Seabass cguniqueptr STL Error!"
556+
/ "Empty TYPE field..."
557+
/ "(Cannot display line number or anything... sorry!)"
558+
]
559+
end
553560
if(
554561
!(
555562
gotten_type.d == CG_TOK_IDENT || //is an identifier- typedecl...

0 commit comments

Comments
 (0)
This repository has been archived.