Skip to content

Lose space before && in template #1002

@jlee975

Description

@jlee975

But not in the definition of value

template< class B1 = void, class B2 = void >
struct conjunction : foo< B1::value && B2::value >
{
	static const bool value = B1::value && B2::value;
};

See conditional.cpp, conditional.cpp.uncrustify, conditional.debug in https://github.com/jlee975/uncrustify-tests

Using uncrustify v0.64_d 1f53888

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions