Skip to content

Commit

Permalink
#2062: pool: rename file to fix link on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
nlslatt committed Jan 13, 2023
1 parent d0b2408 commit 9dd85f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//@HEADER
// *****************************************************************************
//
// memory_pool_equal.cc
// memory_pool_equal.impl.h
// DARMA/vt => Virtual Transport
//
// Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC
Expand Down Expand Up @@ -41,6 +41,9 @@
//@HEADER
*/

#if !defined INCLUDED_VT_POOL_STATIC_SIZED_MEMORY_POOL_EQUAL_IMPL_H
#define INCLUDED_VT_POOL_STATIC_SIZED_MEMORY_POOL_EQUAL_IMPL_H

#include "vt/config.h"
#include "vt/pool/static_sized/memory_pool_equal.h"
#include "vt/pool/header/pool_header.h"
Expand Down Expand Up @@ -152,3 +155,5 @@ template struct MemoryPoolEqual<memory_size_small, true>;
template struct MemoryPoolEqual<memory_size_medium, true>;

}} //end namespace vt::pool

#endif /*INCLUDED_VT_POOL_STATIC_SIZED_MEMORY_POOL_EQUAL_IMPL_H*/
2 changes: 1 addition & 1 deletion src/vt/runnable/runnable.cc
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,4 @@ RunnableNewAlloc::runnable = std::make_unique<

}} /* end namespace vt::runnable */

#include "vt/pool/static_sized/memory_pool_equal.cc"
#include "vt/pool/static_sized/memory_pool_equal.impl.h"

0 comments on commit 9dd85f9

Please sign in to comment.