! \brief Reset the default. * * This sets @c default_ to an empty value to support cleanup in * the unit test framework. * This function is not thread safe. */
| 2711 | * This function is not thread safe. |
| 2712 | */ |
| 2713 | static void unitTestClearDefault() { |
| 2714 | default_ = Platform(); |
| 2715 | } |
| 2716 | #endif // #ifdef CL_HPP_UNIT_TEST_ENABLE |
| 2717 | |
| 2718 | //! \brief Default constructor - initializes to nullptr. |