[vtk-developers] vtkAtomic vs std::atomic, can we change yet?
    Sean McBride 
    sean at rogue-research.com
       
    Mon Oct  2 17:14:32 EDT 2017
    
    
  
Hi all,
Now that C++11 is required in VTK, could vtkAtomic switch to using std::atomic instead of the current 3 implementations (gcc atomics, Apple atomics, or Windows atomics)?  Or are our minimum required environments not ready for that?
I ask because the APIs currently used in the macOS case are deprecated, and thus it would be best to stop using them...
Thanks,
-- 
____________________________________________________________
Sean McBride, B. Eng                 sean at rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada
    
    
More information about the vtk-developers
mailing list