mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Run wpiformat on merged repo (#1021)
This commit is contained in:
committed by
Peter Johnson
parent
0babbf317c
commit
6729a7d6b1
@@ -7,11 +7,13 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
// clang-format off
|
||||
#ifdef _MSC_VER
|
||||
#pragma message "warning: llvm/raw_os_ostream.h is deprecated; include wpi/raw_os_ostream.h instead"
|
||||
#else
|
||||
#warning "llvm/raw_os_ostream.h is deprecated; include wpi/raw_os_ostream.h instead"
|
||||
#endif
|
||||
// clang-format on
|
||||
|
||||
#include "wpi/raw_os_ostream.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user