Ticket #37 (new enhancement)

Opened 2 years ago

Last modified 1 year ago

Replace OpenSG's custom metaprogramming functions with boost mpl and boost type_traits

Reported by: allenb Assigned to: vossg
Priority: major Milestone: 2.0 Beta
Component: System Version: 2.0
Keywords: Cc:
Completion:

Description

I think it would be a good idea to start using boost.mpl and boost type_traits for OpenSG's meta programming needs. This would remove code from OpenSG (ie. less code to support) and would use some very well documented and well tested alternatives from boost.

In particular I suggest using mpl to replace osgIF and possibly some other metaprogramming constructs in OpenSG.

Change History

01/10/07 16:09:52 changed by anonymous

  • owner changed from vossg to anonymous.
  • status changed from new to assigned.
  • estimated_completion changed.

01/21/07 22:49:05 changed by vossg

  • owner changed from anonymous to vossg.
  • status changed from assigned to new.

partially done for the mpl part.

gerrit