ALPSCore reference
Main Page
Related Pages
Classes
Files
File List
File Members
alps
utilities
deprecated.hpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
3
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
4
* For use in publications, see ACKNOWLEDGE.TXT
5
*/
6
7
#ifndef ALPS_UTILITIES_DEPRECATED_HPP
8
#define ALPS_UTILITIES_DEPRECATED_HPP
9
10
// FIXME: Test for other compilers here
11
#if __GNUG__
12
#define ALPS_DEPRECATED __attribute__((deprecated))
13
#else
14
#define ALPS_DEPRECATED
15
#endif
16
17
#endif
/* ALPS_UTILITIES_DEPRECATED_HPP */
Generated on Sun Oct 14 2018 12:18:30 for ALPSCore reference by
1.8.11