mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-02 22:34:31 +02:00
Merge whitespace fix.
This commit is contained in:
@@ -22,7 +22,7 @@ MPL_TEST_CASE()
|
|||||||
{
|
{
|
||||||
typedef always<true_> always_true;
|
typedef always<true_> always_true;
|
||||||
|
|
||||||
MPL_ASSERT(( apply< always_true > ));
|
MPL_ASSERT(( apply< always_true > ));
|
||||||
MPL_ASSERT(( apply0< always_true > ));
|
MPL_ASSERT(( apply0< always_true > ));
|
||||||
MPL_ASSERT(( apply1< always_true,false_ > ));
|
MPL_ASSERT(( apply1< always_true,false_ > ));
|
||||||
MPL_ASSERT(( apply2< always_true,false_,false_ > ));
|
MPL_ASSERT(( apply2< always_true,false_,false_ > ));
|
||||||
|
Reference in New Issue
Block a user