Answers/Solutions to Exercises in Chapter 8, Exercise 6

E6: Using placement-new in our program, we should also define a corresponding placement-delete. Can we use it in our program?

A6: No, placement-delete is only called implicitely (be compiler), it cannot be called explicitely.

Back to Answers/Solutions Index                          Back to Answers/Solutions for Chapter 8 Index