index
:
CastXML.git
master
Clone from: https://github.com/CastXML/CastXML.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
input
/
OperatorFunction-deprecated.cxx
blob: 3f203db18d905f8c93af3cab1b3ef1a73bf0ed91 (
plain
)
1
2
3
4
class
A
;
namespace
start
{
__attribute__
((
deprecated
))
A
&
operator
<<(
A
&,
int
);
}