Merged PR 4559: use .hpp instead of .h for C++ for the sake of parsers

use .hpp instead of .h for C++ headers, so parsers operating on them independently (Like CPPToJSON via clang) know they are C++, not C.
This commit is contained in:
Jamie Gordon 2019-06-14 17:35:59 +00:00
Родитель 6944ca7b8b
Коммит f98c3a85e8
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@
// ----------------------------------------------------------------------
#include <stdint.h>
#include "arithmetic.h"
#include "arithmetic.hpp"
/* Defined in enclosed namespace */
namespace DataPipelines {