mirror of
https://github.com/boostorg/function.git
synced 2025-07-29 12:27:15 +02:00
General cleanups
[SVN r11791]
This commit is contained in:
@ -459,10 +459,9 @@ namespace boost {
|
||||
function(const Functor& f) : base_type(f) {}
|
||||
|
||||
#ifdef __BORLANDC__
|
||||
template<typename Functor>
|
||||
function(Functor* f) : base_type(f) {}
|
||||
template<typename Functor> function(Functor* f) : base_type(f) {}
|
||||
#endif // __BORLANDC__
|
||||
|
||||
|
||||
function(const self_type& f) : base_type(static_cast<const base_type&>(f)){}
|
||||
|
||||
template<typename Functor>
|
||||
|
Reference in New Issue
Block a user