diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-19 19:03:11 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-19 19:06:36 +0100 |
| commit | 342e5b1b5aa555d7a910e2fdc150c6fe0823e065 (patch) | |
| tree | 4c99cc76bf028589c238f0daba8e9229ff89ffd8 /example/option_example/example.cc | |
| parent | c87aa0ceca04810350c0bf1dfcefad1286982e26 (diff) | |
feat! equiv.hpp include, which deprecates is_same.hpp.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'example/option_example/example.cc')
| -rw-r--r-- | example/option_example/example.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/option_example/example.cc b/example/option_example/example.cc index 0da9d49..e35f73b 100644 --- a/example/option_example/example.cc +++ b/example/option_example/example.cc @@ -1,6 +1,7 @@ #include <ocl/crc_hash.hpp> #include <ocl/print.hpp> #include <ocl/option.hpp> +// #include <ocl/is_same.hpp> int main(int argc, char** argv) { |
