Changeset 209:765619b7cbb2 in lemon for test/error_test.cc
- Timestamp:
- 07/13/08 20:51:02 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/error_test.cc
r171 r209 1 /* -*- C++-*-1 /* -*- mode: C++; indent-tabs-mode: nil; -*- 2 2 * 3 * This file is a part of LEMON, a generic C++ optimization library 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 5 * Copyright (C) 2003-2008 … … 59 59 60 60 static int cnt = 0; 61 void my_assert_handler(const char*, int, const char*, 62 61 void my_assert_handler(const char*, int, const char*, 62 const char*, const char*) { 63 63 ++cnt; 64 64 }
Note: See TracChangeset
for help on using the changeset viewer.