43#ifndef LASS_GUARDIAN_OF_INCLUSION_UTIL_NON_COPYABLE_H
44#define LASS_GUARDIAN_OF_INCLUSION_UTIL_NON_COPYABLE_H
58 NonCopyable() =
default;
59 ~NonCopyable() =
default;
61 NonCopyable(
const NonCopyable&) =
delete;
62 NonCopyable& operator=(
const NonCopyable&) =
delete;
#define LASS_DLL
DLL interface: import or export symbols?
general utility, debug facilities, ...
Library for Assembled Shared Sources.