WPILibC++
2020.3.2
deprecated.h
1
/*----------------------------------------------------------------------------*/
2
/* Copyright (c) 2015-2019 FIRST. All Rights Reserved. */
3
/* Open Source Software - may be modified and shared by FRC teams. The code */
4
/* must be accompanied by the FIRST BSD license file in the root directory of */
5
/* the project. */
6
/*----------------------------------------------------------------------------*/
7
8
#ifndef WPIUTIL_WPI_DEPRECATED_H_
9
#define WPIUTIL_WPI_DEPRECATED_H_
10
11
#ifndef WPI_DEPRECATED
12
#define WPI_DEPRECATED(msg) [[deprecated(msg)]]
13
#endif
14
15
#endif // WPIUTIL_WPI_DEPRECATED_H_
wpiutil
src
main
native
include
wpi
deprecated.h
Generated on Fri Feb 21 2020 08:50:36 for WPILibC++ by
1.8.16