davidsiaw / luacppinterface

A Simple C++ Interface to Lua
MIT License
167 stars 27 forks source link

Removed boost dependencies #4

Closed alextrevisan closed 10 years ago

alextrevisan commented 10 years ago

Removed boost includes:

include <boost/tr1/memory.hpp>

include <boost/tr1/functional.hpp>

Added C++ includes

include

include

davidsiaw commented 10 years ago

Thanks for your pull request. Please send in one that Travis CI is happy with, and I will merge it.

coveralls commented 10 years ago

Coverage Status

Coverage increased (+0.43%) when pulling 76210a4396bbdcc14859acad8b3962837a878609 on H3xaCod3:master into d411c406e54d8d48a6cd99ecd8f3b0c9dc7fdaec on davidsiaw:master.

alextrevisan commented 10 years ago

I think it's ok now =)

davidsiaw commented 10 years ago

Thanks.