aboutsummaryrefslogtreecommitdiff
path: root/cutl/details/boost/preprocessor/punctuation/comma.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/details/boost/preprocessor/punctuation/comma.hpp')
-rw-r--r--cutl/details/boost/preprocessor/punctuation/comma.hpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/cutl/details/boost/preprocessor/punctuation/comma.hpp b/cutl/details/boost/preprocessor/punctuation/comma.hpp
deleted file mode 100644
index 38c2e0e..0000000
--- a/cutl/details/boost/preprocessor/punctuation/comma.hpp
+++ /dev/null
@@ -1,21 +0,0 @@
-# /* 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 BOOST_PREPROCESSOR_PUNCTUATION_COMMA_HPP
-# define BOOST_PREPROCESSOR_PUNCTUATION_COMMA_HPP
-#
-# /* BOOST_PP_COMMA */
-#
-# define BOOST_PP_COMMA() ,
-#
-# endif