Comment 0 for bug 1067577

Revision history for this message
Brandon Schaefer (brandontschaefer) wrote : Compiz fails to build due to explicit instantiation

Compiz fails to build the grid plugin due 2 different standards being used. The grid plugin uses std=c++0x, while the compiz core does not. The problem being explicit instantiation of templates which breaks the ABI for any plugin that uses the std=c++0x standard. (This includes unity).