Skip to content

Commit

Permalink
Merge pull request #239 from wdconinc/patch-2
Browse files Browse the repository at this point in the history
fix: remove malignant alignas
  • Loading branch information
faustus123 authored Sep 11, 2023
2 parents 22a0323 + 36dcd49 commit ea9ebf5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/libraries/JANA/Utils/JResourcePool.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@
*
**********************************************************************************************************************/

// Apple compiler does not currently support alignas. Make this an empty definition if it is not already defined.
#ifndef alignas
#define alignas(A)
#endif

template <typename DType> class JResourcePool
{
//TYPE TRAIT REQUIREMENTS
Expand Down

0 comments on commit ea9ebf5

Please sign in to comment.