1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/fclasses/bug25348
msv 5e452c37ee 0025348: Method Assign of NCollection containers must not change own allocator of the target
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
2014-10-23 16:20:40 +04:00

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