Skip to content
Snippets Groups Projects
Commit f5ecaf19 authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

fixed double inline reported by test

[[Imported from SVN: r1075]]
parent 69bb11d4
Branches
Tags
No related merge requests found
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
// $Id$
#ifndef __DUNE_POOLALLOCATOR_HH__
#define __DUNE_POOLALLOCATOR_HH__
#ifndef DUNE_COMMON_POOLALLOCATOR_HH
#define DUNE_COMMON_POOLALLOCATOR_HH
#include <dune/common/alignment.hh>
#include <iostream>
......@@ -130,7 +130,7 @@ namespace Dune
Pool(const Pool<MemberType,s>&);
void operator=(const Pool<MemberType,s>& pool) const;
/** @brief Grow our pool.*/
inline inline void grow();
inline void grow();
/** @brief The first free element. */
Reference *head_;
/** @brief Our memory chunks. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment