util/ShallowCopy: rename header to TagStructs.hxx
This new header will be a collection of more structs like ShallowCopy.
This commit is contained in:
parent
194ecd69e0
commit
936611b47c
@ -9,7 +9,7 @@
|
|||||||
#include "MemberPointer.hxx"
|
#include "MemberPointer.hxx"
|
||||||
#include "OptionalCounter.hxx"
|
#include "OptionalCounter.hxx"
|
||||||
#include "OptionalField.hxx"
|
#include "OptionalField.hxx"
|
||||||
#include "ShallowCopy.hxx"
|
#include "TagStructs.hxx"
|
||||||
|
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
@ -4,6 +4,11 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This header contains empty struct definitiosn that are supposed to
|
||||||
|
* select special overloads of functions/methods/constructors.
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A tag for overloading copying constructors, telling them to make
|
* A tag for overloading copying constructors, telling them to make
|
||||||
* shallow copies of source data (e.g. copy pointers instead of
|
* shallow copies of source data (e.g. copy pointers instead of
|
Loading…
x
Reference in New Issue
Block a user