Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5f6e9ee

Browse files
committed
Changes to make things build
1 parent44bd36b commit5f6e9ee

26 files changed

+414
-460
lines changed

‎boost/network.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
// (See accompanying file LICENSE_1_0.txt or copy at
55
// http://www.boost.org/LICENSE_1_0.txt)
66

7-
#ifndef__NETWORK_HPP__
8-
#define__NETWORK_HPP__
7+
#ifndefBOOST_NETWORK_HPP__
8+
#defineBOOST_NETWORK_HPP__
99

1010
// Include all headers in network/
1111
// Author: Dean Michael Berris
@@ -14,4 +14,4 @@
1414
#include<boost/network/message.hpp>// message type implementation
1515
#include<boost/network/protocol.hpp>// protocols implementation
1616

17-
#endif//__NETWORK_HPP__
17+
#endif//BOOST_NETWORK_HPP__

‎boost/network/detail/debug.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include<iostream>
1616
#ifndef BOOST_NETWORK_MESSAGE
1717
#defineBOOST_NETWORK_MESSAGE(msg) \
18-
std::cerr <<"[DEBUG" << __FILE__ <<':' << __LINE__ <<"]:" <<(msg) \
18+
std::cerr <<"[DEBUG" << __FILE__ <<':' << __LINE__ <<"]:" << msg \
1919
<< std::endl;
2020
#endif
2121
#else

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp