forked from boostorg/preprocessor
set -> seq
[SVN r16149]
This commit is contained in:
20
include/boost/preprocessor/seq/push_front.hpp
Normal file
20
include/boost/preprocessor/seq/push_front.hpp
Normal file
@ -0,0 +1,20 @@
|
||||
# /* **************************************************************************
|
||||
# * *
|
||||
# * (C) Copyright Paul Mensonides 2002. Permission to copy, use, *
|
||||
# * modify, sell, and distribute this software is granted provided *
|
||||
# * this copyright notice appears in all copies. This software is *
|
||||
# * provided "as is" without express or implied warranty, and with *
|
||||
# * no claim at to its suitability for any purpose. *
|
||||
# * *
|
||||
# ************************************************************************** */
|
||||
#
|
||||
# /* See http://www.boost.org for most recent version. */
|
||||
#
|
||||
# ifndef BOOST_PREPROCESSOR_SEQ_PUSH_FRONT_HPP
|
||||
# define BOOST_PREPROCESSOR_SEQ_PUSH_FRONT_HPP
|
||||
#
|
||||
# /* BOOST_PP_SEQ_PUSH_FRONT */
|
||||
#
|
||||
# define BOOST_PP_SEQ_PUSH_FRONT(seq, elem) (elem)seq
|
||||
#
|
||||
# endif
|
Reference in New Issue
Block a user