mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-13 03:30:33 +00:00
Fix for new clang-format behavior
This commit is contained in:
parent
e6d802d3e8
commit
ef7ad1c492
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user