1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-24 22:13:15 +00:00

Fix for new clang-format behavior

This commit is contained in:
Carles Fernandez 2020-11-22 11:08:47 +01:00
parent e6d802d3e8
commit ef7ad1c492
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -49,6 +49,7 @@
#include <cuda_runtime.h>
#endif
// clang-format off
#if HAS_STD_FILESYSTEM
#include <system_error>
namespace errorlib = std;
@ -67,6 +68,8 @@ namespace fs = std::filesystem;
namespace fs = boost::filesystem;
namespace errorlib = boost::system;
#endif
// clang-format on
#if GFLAGS_OLD_NAMESPACE
namespace gflags
{