mirror of
https://github.com/boostorg/yap.git
synced 2026-02-23 16:22:09 +00:00
Swap order of template params to terminal<> and expression_ref<> aliases to match the convention of the rest of the library.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
|
||||
template <typename T>
|
||||
using term = boost::yap::terminal<T>;
|
||||
using term = boost::yap::terminal<boost::yap::expression, T>;
|
||||
|
||||
namespace yap = boost::yap;
|
||||
namespace bh = boost::hana;
|
||||
|
||||
Reference in New Issue
Block a user