UniquePointerTests.h 116 B

12345678
  1. #ifndef UNIQUEPOINTERTESTS_H
  2. #define UNIQUEPOINTERTESTS_H
  3. namespace UniquePointerTests {
  4. void test();
  5. }
  6. #endif