File tree 11 files changed +22
-1
lines changed
11 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 7
7
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8
8
//
9
9
#include < functional>
10
- #include < v8.h>
11
10
12
11
#include " v8pp/utility.hpp"
13
12
#include " test.hpp"
Original file line number Diff line number Diff line change 11
11
12
12
#include < functional>
13
13
14
+ #pragma warning(push, 0)
14
15
#include < v8.h>
16
+ #pragma warning(pop)
15
17
16
18
#include " v8pp/convert.hpp"
17
19
#include " v8pp/utility.hpp"
Original file line number Diff line number Diff line change 9
9
#ifndef V8PP_CALL_V8_HPP_INCLUDED
10
10
#define V8PP_CALL_V8_HPP_INCLUDED
11
11
12
+ #pragma warning(push, 0)
12
13
#include < v8.h>
14
+ #pragma warning(pop)
13
15
14
16
#include " v8pp/convert.hpp"
15
17
Original file line number Diff line number Diff line change 12
12
#include < string>
13
13
#include < map>
14
14
15
+ #pragma warning(push, 0)
15
16
#include < v8.h>
17
+ #pragma warning(pop)
16
18
17
19
#include " v8pp/convert.hpp"
18
20
Original file line number Diff line number Diff line change 9
9
#ifndef V8PP_CONVERT_HPP_INCLUDED
10
10
#define V8PP_CONVERT_HPP_INCLUDED
11
11
12
+ #pragma warning(push, 0)
12
13
#include < v8.h>
14
+ #pragma warning(pop)
13
15
14
16
#include < climits>
15
17
#include < string>
Original file line number Diff line number Diff line change 11
11
12
12
#include < utility>
13
13
14
+ #pragma warning(push, 0)
14
15
#include < v8.h>
16
+ #pragma warning(pop)
15
17
16
18
namespace v8pp {
17
19
Original file line number Diff line number Diff line change 10
10
#define V8PP_JSON_HPP_INCLUDED
11
11
12
12
#include < string>
13
+
14
+ #pragma warning(push, 0)
13
15
#include < v8.h>
16
+ #pragma warning(pop)
14
17
15
18
namespace v8pp {
16
19
Original file line number Diff line number Diff line change 9
9
#ifndef V8PP_MODULE_HPP_INCLUDED
10
10
#define V8PP_MODULE_HPP_INCLUDED
11
11
12
+ #pragma warning(push, 0)
12
13
#include < v8.h>
14
+ #pragma warning(pop)
13
15
14
16
#include " v8pp/config.hpp"
15
17
#include " v8pp/function.hpp"
Original file line number Diff line number Diff line change 10
10
#define V8PP_OBJECT_HPP_INCLUDED
11
11
12
12
#include < cstring>
13
+
14
+ #pragma warning(push, 0)
13
15
#include < v8.h>
16
+ #pragma warning(pop)
14
17
15
18
#include " v8pp/convert.hpp"
16
19
Original file line number Diff line number Diff line change 9
9
#ifndef V8PP_PERSISTENT_HPP_INCLUDED
10
10
#define V8PP_PERSISTENT_HPP_INCLUDED
11
11
12
+ #pragma warning(push, 0)
12
13
#include < v8.h>
14
+ #pragma warning(pop)
13
15
14
16
#include " v8pp/convert.hpp"
15
17
Original file line number Diff line number Diff line change 12
12
#include < string>
13
13
#include < vector>
14
14
15
+ #pragma warning(push, 0)
15
16
#include < v8.h>
17
+ #pragma warning(pop)
16
18
17
19
#ifdef WIN32
18
20
#include < windows.h>
You can’t perform that action at this time.
0 commit comments