Revision 1dc6f6f8a18be8e9eaaf7e114c47c9d30c352ffd authored by Brad King on 17 December 2014, 19:04:47 UTC, committed by Brad King on 17 December 2014, 19:04:47 UTC
2 parent s ddd193f + c118816
Raw File
cxx_attribute_deprecated.cpp

[[deprecated]]
int foo()
{
  return 0;
}

int someFunc()
{
  return foo();
}
back to top