blob: 6e14af465f201b4092f0b67f43a9d72dd18a4e44 [file] [log] [blame]
# /* Copyright (C) 2001
# * Housemarque Oy
# * http://www.housemarque.com
# *
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt or copy at
# * http://www.boost.org/LICENSE_1_0.txt)
# */
#
# /* Revised by Paul Mensonides (2002) */
#
# /* See http://www.boost.org for most recent version. */
#
# ifndef NDNBOOST_PREPROCESSOR_FACILITIES_IDENTITY_HPP
# define NDNBOOST_PREPROCESSOR_FACILITIES_IDENTITY_HPP
#
# include <ndnboost/preprocessor/facilities/empty.hpp>
#
# /* NDNBOOST_PP_IDENTITY */
#
# define NDNBOOST_PP_IDENTITY(item) item NDNBOOST_PP_EMPTY
#
# endif