Fix missing 'const' keyword for containers methods
Functions modified in this patch do not modify the object so they should be marked as const. This fixes compilation on VS 2019.
parent
d352b29f
Please register or sign in to comment
Functions modified in this patch do not modify the object so they should be marked as const. This fixes compilation on VS 2019.