mirror of
https://github.com/boostorg/mpl.git
synced 2026-07-21 13:23:31 +00:00
Remove static (#90)
This commit is contained in:
committed by
GitHub
parent
02ec362f5c
commit
2358570f2d
@@ -39,7 +39,7 @@
|
||||
|
||||
namespace boost { namespace mpl { namespace aux {
|
||||
|
||||
template< typename T > static T const& ptr_to_ref(T*);
|
||||
template< typename T > T const& ptr_to_ref(T*);
|
||||
|
||||
}}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user