Added variadic is_empty and is_begin_parens along with tests.

This commit is contained in:
Edward Diener
2014-04-28 19:24:42 -04:00
parent f80bb83f3b
commit 975c39b910
13 changed files with 375 additions and 1 deletions

14
test/punctuation.cpp Normal file
View File

@ -0,0 +1,14 @@
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2002.
# * 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 Edward Diener (2011) */
#
# /* See http://www.boost.org for most recent version. */
#
# include <libs/preprocessor/test/punctuation.cxx>