Open kuzminrobin opened 3 years ago
from https://github.com/microsoft/qsharp-runtime/pull/479/files#r564862295
#include <assert.h>
Typically the C++ files do not include the C standard headers directly (#include <assert.h>) but instead the C++ files include the C++-wrappers of those (#include <cassert>).
#include <cassert>
from https://github.com/microsoft/qsharp-runtime/pull/479/files#r564934984 Switch to using nested namespaces https://github.com/AnthonyCalandra/modern-cpp-features#nested-namespaces
Standardize line endings across all files
Use std::int64_t and consistently #include ? (from https://github.com/microsoft/qsharp-runtime/pull/475/files#r561004734)
std::int64_t
Related/similar: https://github.com/microsoft/qsharp-runtime/issues/484
from https://github.com/microsoft/qsharp-runtime/pull/479/files#r564862295
from https://github.com/microsoft/qsharp-runtime/pull/479/files#r564934984 Switch to using nested namespaces https://github.com/AnthonyCalandra/modern-cpp-features#nested-namespaces
Standardize line endings across all files
Use? (from https://github.com/microsoft/qsharp-runtime/pull/475/files#r561004734)
std::int64_t
and consistently #include