STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
unused.h
Go to the documentation of this file.
1 /***************************************************************************
2  * include/stxxl/bits/unused.h
3  *
4  * Part of the STXXL. See http://stxxl.sourceforge.net
5  *
6  * Copyright (C) 2007 Andreas Beckmann <[email protected]>
7  * Copyright (C) 2009 Johannes Singler <[email protected]>
8  *
9  * Distributed under the Boost Software License, Version 1.0.
10  * (See accompanying file LICENSE_1_0.txt or copy at
11  * http://www.boost.org/LICENSE_1_0.txt)
12  **************************************************************************/
13 
14 #ifndef STXXL_UNUSED_HEADER
15 #define STXXL_UNUSED_HEADER
16 
17 #include <stxxl/bits/namespace.h>
18 
20 
21 template <typename U>
22 inline void STXXL_UNUSED(const U&)
23 { }
24 
26 
27 #endif // !STXXL_UNUSED_HEADER
28 // vim: et:ts=4:sw=4
#define STXXL_BEGIN_NAMESPACE
Definition: namespace.h:16
void STXXL_UNUSED(const U &)
Definition: unused.h:22
#define STXXL_END_NAMESPACE
Definition: namespace.h:17