This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree 13 files changed +24
-19
lines changed
13 files changed +24
-19
lines changed Original file line number Diff line number Diff line change 7
7
#include < emscripten/val.h>
8
8
#include " flat_set.h"
9
9
#include " marker-index.h"
10
- #include " optional.h"
10
+ #include < optional>
11
+ using std::optional;
11
12
#include " point.h"
12
13
#include " text.h"
13
14
Original file line number Diff line number Diff line change 3
3
#include " marker-index.h"
4
4
#include " nan.h"
5
5
#include " noop.h"
6
- #include " optional.h"
6
+ #include < optional>
7
+ using std::optional;
7
8
#include " point-wrapper.h"
8
9
#include " range.h"
9
10
Original file line number Diff line number Diff line change 1
1
#include " nan.h"
2
2
#include " marker-index.h"
3
- #include " optional.h"
3
+ #include < optional>
4
+ using std::optional;
4
5
#include " range.h"
5
6
6
7
class MarkerIndexWrapper : public Nan ::ObjectWrap {
Original file line number Diff line number Diff line change 2
2
#define SUPERSTRING_NUMBER_CONVERSION_H
3
3
4
4
#include " nan.h"
5
- #include " optional.h"
5
+ #include < optional>
6
+ using std::optional;
6
7
7
8
namespace number_conversion {
8
9
template <typename T>
Original file line number Diff line number Diff line change 2
2
#define SUPERSTRING_POINT_WRAPPER_H
3
3
4
4
#include " nan.h"
5
- #include " optional.h"
5
+ #include < optional>
6
+ using std::optional;
6
7
#include " point.h"
7
8
8
9
class PointWrapper : public Nan ::ObjectWrap {
Original file line number Diff line number Diff line change 2
2
#define SUPERSTRING_RANGE_WRAPPER_H
3
3
4
4
#include " nan.h"
5
- #include " optional.h"
5
+ #include < optional>
6
+ using std::optional;
6
7
#include " point.h"
7
8
#include " range.h"
8
9
Original file line number Diff line number Diff line change 3
3
4
4
#include < string>
5
5
#include " nan.h"
6
- #include " optional.h"
6
+ #include < optional>
7
+ using std::optional;
7
8
#include " text.h"
8
9
9
10
namespace string_conversion {
Original file line number Diff line number Diff line change 1
1
#ifndef SUPERSTRING_ENCODING_CONVERSION_H_
2
2
#define SUPERSTRING_ENCODING_CONVERSION_H_
3
3
4
- #include " optional.h"
4
+ #include < optional>
5
+ using std::optional;
5
6
#include " text.h"
6
7
#include < stdio.h>
7
8
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
#include " patch.h"
2
- #include " optional.h"
2
+ #include < optional>
3
+ using std::optional;
3
4
#include " text.h"
4
5
#include " text-slice.h"
5
6
#include < assert.h>
Original file line number Diff line number Diff line change 1
1
#ifndef PATCH_H_
2
2
#define PATCH_H_
3
3
4
- #include " optional.h"
4
+ #include < optional>
5
+ using std::optional;
5
6
#include " point.h"
6
7
#include " serializer.h"
7
8
#include " text.h"
Original file line number Diff line number Diff line change 1
1
#ifndef REGEX_H_
2
2
#define REGEX_H_
3
3
4
- #include " optional.h"
4
+ #include < optional>
5
+ using std::optional;
5
6
#include < string>
6
7
7
8
struct pcre2_real_code_16 ;
Original file line number Diff line number Diff line change 7
7
#include < ostream>
8
8
#include " serializer.h"
9
9
#include " point.h"
10
- #include " optional.h"
10
+ #include < optional>
11
+ using std::optional;
11
12
12
13
class TextSlice ;
13
14
You can’t perform that action at this time.
0 commit comments