コード例 #1
0
ファイル: test_pool_alloc.cpp プロジェクト: Cabriter/abelkhan
    tester(bool throw_except = false)
    {
        if(throw_except)
        {
            throw std::logic_error("Deliberate constructor exception");
        }

        mem.check_in(this);
    }
コード例 #2
0
ファイル: test_pool_alloc.cpp プロジェクト: Cabriter/abelkhan
 tester(const tester &)
 {
     mem.check_in(this);
 }