Преглед на файлове

Using a type alias.

main
offa преди 7 години
родител
ревизия
7f2b506318
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. +3
    -1
      test/UniqueResourceTest.cpp

+ 3
- 1
test/UniqueResourceTest.cpp Целия файл

@@ -21,10 +21,12 @@
#include "unique_resource.h"
#include <catch.hpp>

using Handle = int;

TEST_CASE("deleter called on destruction", "[UniqueResource]")
{
std::size_t calls{0};
constexpr int handle{3};
constexpr Handle handle{3};

{
auto guard = sr::unique_resource(handle, [&calls] { ++calls; });

Loading…
Отказ
Запис