mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 17:26:55 +08:00
Correct g++ compilation error caused by r308, fix for casting to const boost::shared_ptr<> &.
This commit is contained in:
parent
727dc7b0d6
commit
9b733b2621
@ -442,7 +442,7 @@ namespace dispatchkit
|
||||
* Cast_Helper for casting to a boost::shared_ptr<> type
|
||||
*/
|
||||
template<typename Result>
|
||||
struct Cast_Helper<typename const boost::shared_ptr<Result> &>
|
||||
struct Cast_Helper<const boost::shared_ptr<Result> &>
|
||||
{
|
||||
typedef typename boost::shared_ptr<Result> Result_Type;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user