You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can tell, the former states the caller must explicitly provide the source code location, whereas the latter (which is from the source) states that if no source is provided, it will default to the #caller_location.
The text was updated successfully, but these errors were encountered:
The documentation on the website shows the procedure to be:
default_temp_allocator_temp_begin :: proc(loc: Source_Code_Location) -> (temp: Arena_Temp) {…}
The actual source code is as such:
As you can tell, the former states the caller must explicitly provide the source code location, whereas the latter (which is from the source) states that if no source is provided, it will default to the
#caller_location
.The text was updated successfully, but these errors were encountered: