This commit is contained in:
Jeff Becker
2016-09-03 16:16:16 -04:00
parent 2f61dd1c41
commit d336d920e8
2 changed files with 2 additions and 2 deletions

2
Tag.h
View File

@@ -20,7 +20,7 @@ namespace data {
{
public:
Tag (const uint8_t * buf) { memcpy (m_Buf, buf, sz); };
Tag (const uint8_t * buf) { memcpy (m_Buf, buf, sz); };
Tag (const Tag<sz>& ) = default;
#ifndef _WIN32 // FIXME!!! msvs 2013 can't compile it
Tag (Tag<sz>&& ) = default;