[Global]: loading init
This commit is contained in:
10
deps/json/docs/examples/number_unsigned_t.cpp
vendored
Normal file
10
deps/json/docs/examples/number_unsigned_t.cpp
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << std::boolalpha << std::is_same<std::uint64_t, json::number_unsigned_t>::value << std::endl;
|
||||
}
|
Reference in New Issue
Block a user