libinvdb/source/include/cxx-semantics_impl.hh

16 lines
260 B
C++

#ifndef INVENTORY_CXX_SEMANTICS_IMPL_HH_
#define INVENTORY_CXX_SEMANTICS_IMPL_HH_
#include "cxx-semantics.hh"
#include <cstddef>
namespace inventory {
namespace semantics {
template<class Derived>
Derived *singleton<Derived>::s_instance = NULL;
}
}
#endif