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:
Родитель
6944ca7b8b
Коммит
f98c3a85e8
|
@ -4,7 +4,7 @@
|
|||
// ----------------------------------------------------------------------
|
||||
|
||||
#include <stdint.h>
|
||||
#include "arithmetic.h"
|
||||
#include "arithmetic.hpp"
|
||||
|
||||
/* Defined in enclosed namespace */
|
||||
namespace DataPipelines {
|
||||
|
|
Загрузка…
Ссылка в новой задаче