diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-15 16:57:12 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-15 16:57:12 +0100 |
| commit | 7096a2b477782db54d9e0829b6ad7c6a3314dc2c (patch) | |
| tree | 1d9b126d1f2aa3c749242217b37962391695327d /examples/option_example/example.cc | |
| parent | 0424f52c142e64cfadaa37288feee775fafc2bf0 (diff) | |
chore: new elements and breaking API changes in is_same, option.hpp.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'examples/option_example/example.cc')
| -rw-r--r-- | examples/option_example/example.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/option_example/example.cc b/examples/option_example/example.cc index 7649438..0da9d49 100644 --- a/examples/option_example/example.cc +++ b/examples/option_example/example.cc @@ -7,5 +7,8 @@ int main(int argc, char** argv) ocl::option opt{ocl::eval_eq(nullptr, nullptr)}; opt.expect("is incorrect"); + ocl::option opt2{ocl::eval_eq(argv, nullptr)}; + opt2.expect("is incorrect"); + return 0; } |
