mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix detail/* directory structures.
This commit is contained in:
parent
1636398742
commit
c6fb8af0c5
16 changed files with 24 additions and 24 deletions
|
@ -269,7 +269,7 @@ namespace sprout {
|
|||
// binder
|
||||
//
|
||||
template<typename Signature>
|
||||
struct binder;
|
||||
class binder;
|
||||
template<typename Functor, typename... BoundArgs>
|
||||
class binder<Functor(BoundArgs...)>
|
||||
: public sprout::weak_result_type<Functor>
|
||||
|
@ -379,7 +379,7 @@ namespace sprout {
|
|||
// bind_result
|
||||
//
|
||||
template<typename Result, typename Signature>
|
||||
struct bind_result;
|
||||
class bind_result;
|
||||
template<typename Result, typename Functor, typename... BoundArgs>
|
||||
class bind_result<Result, Functor(BoundArgs...)> {
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue