Skip to content
Snippets Groups Projects
Commit ae1b4ff7 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

add missing header guard to invoke.h (mr !459)

Backport of !457

* main/merge-requests/459:
  Merge branch 'add-missing-headerguard' into 'master'
parents 9de0b4da 5fe6c9d5
No related branches found
No related tags found
No related merge requests found
#ifndef GAUDIKERNEL_INVOKE_H
#define GAUDIKERNEL_INVOKE_H
#include <functional>
#include <type_traits>
#include <utility>
......@@ -88,3 +90,4 @@ namespace Gaudi
return detail2::INVOKE( std::forward<F>( f ), std::forward<ArgTypes>( args )... );
}
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment