Advertisement
Guest User

Untitled

a guest
Dec 4th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. calculator
  2. <
  3. boost::proto::exprns_::basic_expr
  4. <
  5. boost::proto::tagns_::tag::multiplies,
  6. boost::proto::argsns_::list2
  7. <
  8. calculator
  9. <
  10. boost::proto::exprns_::basic_expr
  11. <
  12. boost::proto::tagns_::tag::divides,
  13. boost::proto::argsns_::list2
  14. <
  15. calculator
  16. <
  17. boost::proto::exprns_::basic_expr
  18. <
  19. boost::proto::tagns_::tag::minus,
  20. boost::proto::argsns_::list2
  21. <
  22. calculator
  23. <
  24. boost::proto::exprns_::expr
  25. <
  26. boost::proto::tagns_::tag::terminal,
  27. boost::proto::argsns_::term
  28. <
  29. placeholder<1>
  30. >,
  31. 0l
  32. >
  33. > const&,
  34. calculator
  35. <
  36. boost::proto::exprns_::expr
  37. <
  38. boost::proto::tagns_::tag::terminal,
  39. boost::proto::argsns_::term
  40. <
  41. placeholder<0>
  42. >,
  43. 0l
  44. >
  45. > const&
  46. >,
  47. 2l
  48. >
  49. > const&,
  50. calculator
  51. <
  52. boost::proto::exprns_::expr
  53. <
  54. boost::proto::tagns_::tag::terminal,
  55. boost::proto::argsns_::term
  56. <
  57. placeholder<1>
  58. >,
  59. 0l
  60. >
  61. > const&
  62. >,
  63. 2l
  64. >
  65. > const&,
  66. calculator
  67. <
  68. boost::proto::exprns_::basic_expr
  69. <
  70. boost::proto::tagns_::tag::terminal,
  71. boost::proto::argsns_::term<int const&>,
  72. 0l
  73. >
  74. >
  75. >,
  76. 2l
  77. >
  78. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement