Skip to content

Commit

Permalink
Implement deprecation trick
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <methylDragon@gmail.com>
  • Loading branch information
methylDragon committed May 18, 2022
1 parent e59911c commit 801dc4b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions include/ignition/math/config.hh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,14 @@
*
*/

#ifndef IGNITION_MATH__CONFIG_HH_
#define IGNITION_MATH__CONFIG_HH_

#include <gz/math/config.hh>

namespace [[deprecated("Use gz namespace.")]] ignition
{
using namespace gz;
}

#endif

0 comments on commit 801dc4b

Please sign in to comment.