Commit d9be12b5 by András Bodor

előkészítés

 - gtest_lite warningok
 - üres fájlok, mert CMake-nek kellenek
 - doxygen warning: @param -> @tparam
parent aa3ae867
......@@ -13,8 +13,8 @@
/**
* Fix méretű generikus tömb.
* @param T - tárolt adattípus
* @param maxsiz - maximális méret
* @tparam T - tárolt adattípus
* @tparam maxsiz - maximális méret
*/
template<class T, size_t maxsiz = 6>
class Array {
......
......@@ -225,6 +225,7 @@ public:
}
/// Teszt vége
std::ostream& end(bool memchk = false) {
(void)memchk;
#ifdef MEMTRACE
if (memchk && ablocks != memtrace::allocated_blocks()) {
status = false;
......
/*
* \file sablonok.hpp
*/
#ifndef SABLONOK_HPP
#define SABLONOK_HPP
#endif
......@@ -225,6 +225,7 @@ public:
}
/// Teszt vége
std::ostream& end(bool memchk = false) {
(void) memchk;
#ifdef MEMTRACE
if (memchk && ablocks != memtrace::allocated_blocks()) {
status = false;
......
/*
* \file sablonok.hpp
*/
#ifndef SABLONOK_HPP
#define SABLONOK_HPP
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment