mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-14 05:20:50 -05:00
10 lines
110 B
C++
10 lines
110 B
C++
|
|
#include "someclass.h"
|
|
|
|
#ifndef NODEPRECATEDLIB_NO_DEPRECATED
|
|
void SomeClass::someMethod() const
|
|
{
|
|
|
|
}
|
|
#endif
|