From: Ralph T. <ra...@gm...> - 2005-03-24 07:45:08
|
> headers/mac/ui_core_implementation.hpp:168: error: `struct > adobe::window_t::implementation_t' is private This one is a bit odd -- implementation_t is public for every other widget in ui_core, except window_t where it's private except when BOOST_MSVC is defined. Is there any motivation for keeping it private for any build? I don't think that anything will break on Metrowerks if it's public, right? Ralph |