mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Correct according to remarks of reviewer: - Assign() and operator=() should implement equal approach to allocators - Protect all collections against assignment to itself with operator=() Test-case for issue #25348
12 lines
346 B
Plaintext
12 lines
346 B
Plaintext
puts "========"
|
|
puts "OCC25348"
|
|
puts "========"
|
|
puts ""
|
|
#######################################################################################
|
|
# Method Assign of NCollection containers must not change own allocator of the target
|
|
#######################################################################################
|
|
|
|
pload QAcommands
|
|
|
|
OCC25348
|