hash.h revision de4c26a5923c9f2e707ac8aa9bf4d395fa214aac
/** @file
* Hash function for various things
*/
/* Authors:
* Krzysztof KosiĆski <tweenk.pl@gmail.com>
*
* Copyright (C) 2009 Authors
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#ifndef SEEN_UTIL_HASH_H
#define SEEN_UTIL_HASH_H
#include <boost/shared_ptr.hpp>
/** Hash function for Boost shared pointers */
}
};
} // namespace __gnu_cxx
#endif
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :