mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08: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
|