undo previous changes to compile for precise, lucid, squeeze
This commit is contained in:
		@@ -97,7 +97,7 @@ namespace mrw {
 | 
			
		||||
           typename FUNCTION_PTR,
 | 
			
		||||
           FUNCTION_PTR FREE_FUNCTION,
 | 
			
		||||
           typename INITIAL_VALUE_TYPE = RESOURCE_TYPE,
 | 
			
		||||
      INITIAL_VALUE_TYPE INITIAL_VALUE = INITIAL_VALUE_TYPE(0),
 | 
			
		||||
      INITIAL_VALUE_TYPE INITIAL_VALUE = 0,
 | 
			
		||||
           typename FREE_TYPE = RESOURCE_TYPE>
 | 
			
		||||
  class AutoResource {
 | 
			
		||||
    public:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user