simongeilfus / Cinder-ImGui

Dear ImGui Renderer/Wrapper for Cinder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boost noncopyable for scoped goodness

hluisi opened this issue · comments

Cinder is moving away from boost, so you may want update using #include "cinder/Noncopyable.h" instead. :)

That's the only way it compiles without error for me (Cinder 0.9.0 / vcpp 2015). Include "cinder/Noncopyable.h" and replace all instances of boost::noncopyable with ci::Noncopyable.

Thanks guys and sorry for the slow update!