So I try to port some Boost.Extension samples for standart IDEs - to make tham free from BJAM and to be able to work with them in standard ways across platforms.
So a while ago I were playing with Boost.Extension example. They used std::map<std::string, factory<computer> > computers;
How to receive map<string, factory<BaseClass, ConstructorType> > from such function? So I have
so i use BOOST.EXTENTION to load modules. I have a special file that describes each module. I read variables from that file.
We have a WPF app that has a DataGrid inside a ListView. private DataTable table_; We do a bunch or dynamic column generation ( depending on the report we are showing )