Guest User

Untitled

a guest
Dec 7th, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.40 KB | None | 0 0
  1. void foo(Some::Namespaced::Parameter<Some::Namespaced::Type> value1,
  2.   Some::Namespaced::Parameter<Some::Namespaced::Type> value1) {
  3.   Some::Namespaced::Parameter<Some::Namespaced::Type> something;
  4. }
  5.  
  6. void foo(Some::Namespaced::Parameter<Some::Namespaced::Type> value1,
  7.   Some::Namespaced::Parameter<Some::Namespaced::Type> value1)
  8. {
  9.   Some::Namespaced::Parameter<Some::Namespaced::Type> something;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment