mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
fix inline
add container/indexes.hpp add tuple/indexes.hpp
This commit is contained in:
parent
ba6482d1ec
commit
c6bd230ee4
340 changed files with 1087 additions and 979 deletions
|
@ -13,7 +13,7 @@ namespace sprout {
|
|||
// make_expr
|
||||
//
|
||||
template<typename Tag, typename... Args>
|
||||
SPROUT_CONSTEXPR inline typename sprout::weed::traits::expr_of<Tag, Args...>::type
|
||||
inline SPROUT_CONSTEXPR typename sprout::weed::traits::expr_of<Tag, Args...>::type
|
||||
make_expr(Args&&... args) {
|
||||
return typename sprout::weed::traits::expr_of<Tag, Args...>::type(
|
||||
sprout::weed::make_terminal_or_expr(sprout::forward<Args>(args))...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue