tuple/index: fix incorrect header guard

This commit is contained in:
Danny Robson 2018-04-05 16:05:47 +10:00
parent d69a567431
commit 1bafe204b6

View File

@ -14,8 +14,8 @@
* Copyright 2018 Danny Robson <danny@nerdcruft.net>
*/
#ifndef CRUFT_UTIL_TUPLE_VALUE_HPP
#define CRUFT_UTIL_TUPLE_VALUE_HPP
#ifndef CRUFT_UTIL_TUPLE_INDEX_HPP
#define CRUFT_UTIL_TUPLE_INDEX_HPP
#include <cstddef>