]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/quickbook/test/template_arguments2-1_1-fail.quickbook
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / quickbook / test / template_arguments2-1_1-fail.quickbook
1 [article Expect template to fail because there are not enough arguments.
2 ]
3
4 [template ternary[x y z] [x][y][z]]
5
6 [section Failure]
7
8 [ternary a b ]
9
10 [endsect]