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 0a23b4d6a6
commit d2bfda8308
13 changed files with 375 additions and 1 deletions

12
test/isempty.cpp Normal file
View File

@ -0,0 +1,12 @@
# /* **************************************************************************
# * *
# * (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)
# * *
# ************************************************************************** */
#
# /* See http://www.boost.org for most recent version. */
#
# include <libs/preprocessor/test/isempty.cxx>