Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtschump committed Mar 17, 2024
1 parent 3edba66 commit aed67fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CImg.h
Original file line number Diff line number Diff line change
Expand Up @@ -23407,7 +23407,8 @@ namespace cimg_library {
(rcode_back[0]==(ulongT)mp_string_init ||
rcode_back[0]==(ulongT)mp_vector_init) &&
!is_comp_vector(arg2) && variable_def.size()==p2;
// ^^ Tricky part: detect if 'arg2' is a newly constructed vector not assigned to a variable.
// ^^ Tricky part: detect if 'arg2' is a newly constructed vector not assigned to a variable
// (i.e. a vector-valued literal).
} else {
CImg<ulongT>::vector(arg2).move_to(l_opcode);
++arg1;
Expand Down

0 comments on commit aed67fe

Please sign in to comment.