Document what the include of type_traits is used for

Co-authored-by: Niels Lohmann <niels.lohmann@gmail.com>
This commit is contained in:
Raphael Grimm 2021-11-01 15:36:27 +01:00 committed by barcode
parent e41e315164
commit f43c6b433d

View File

@ -1,6 +1,6 @@
#pragma once
#include <type_traits>
#include <type_traits> // conditional, is_same
namespace nlohmann
{