From b088d47cdc1514d5f92801481cbb412d1e01aeeb Mon Sep 17 00:00:00 2001 From: Arthur Cohen Date: Thu, 5 May 2022 15:18:08 +0200 Subject: util: Add Optional wrapper class The class provides an easy to use alternative to raw pointers or member + bool pairs. It should be easy to extend and improve upon. --- gcc/rust/parse/rust-parse-impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/rust/parse/rust-parse-impl.h') diff --git a/gcc/rust/parse/rust-parse-impl.h b/gcc/rust/parse/rust-parse-impl.h index 23ab32c..f74c6612 100644 --- a/gcc/rust/parse/rust-parse-impl.h +++ b/gcc/rust/parse/rust-parse-impl.h @@ -22,7 +22,7 @@ along with GCC; see the file COPYING3. If not see #define INCLUDE_ALGORITHM #include "rust-diagnostics.h" -#include "util/rust-make-unique.h" +#include "rust-make-unique.h" namespace Rust { // Left binding powers of operations. -- cgit v1.1