Skip to content

Commit

Permalink
Reduced note output at compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
kcc-oniki committed Oct 3, 2023
1 parent d420301 commit f0113d0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/dao/json/db_session_manager_json.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#include <filesystem>

#define BOOST_BIND_GLOBAL_PLACEHOLDERS
#include <boost/property_tree/json_parser.hpp>

#include "manager/metadata/common/message.h"
Expand Down
1 change: 1 addition & 0 deletions src/helper/ptree_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/
#include "manager/metadata/helper/ptree_helper.h"

#define BOOST_BIND_GLOBAL_PLACEHOLDERS
#include <boost/property_tree/json_parser.hpp>

#include "manager/metadata/common/message.h"
Expand Down
3 changes: 2 additions & 1 deletion test/extended/json/table_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
#include <boost/foreach.hpp>
#include <boost/optional.hpp>
#include <boost/property_tree/exceptions.hpp>
#include <boost/property_tree/json_parser.hpp>
#include <boost/property_tree/ptree.hpp>
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
#include <boost/property_tree/json_parser.hpp>

#include "manager/metadata/dao/json/object_id_json.h"
#include "manager/metadata/metadata_factory.h"
Expand Down
3 changes: 2 additions & 1 deletion test/src/helper/json/metadata_helper_json.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@

#include <boost/foreach.hpp>
#include <boost/format.hpp>
#include <boost/property_tree/json_parser.hpp>
#include <boost/property_tree/ptree.hpp>
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
#include <boost/property_tree/json_parser.hpp>

#include "manager/metadata/common/config.h"

Expand Down
1 change: 1 addition & 0 deletions test/src/helper/table_metadata_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <vector>

#include <boost/foreach.hpp>
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
#include <boost/property_tree/json_parser.hpp>

#include "manager/metadata/datatypes.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <memory>
#include <string>

#define BOOST_BIND_GLOBAL_PLACEHOLDERS
#include <boost/property_tree/json_parser.hpp>

#include "manager/metadata/common/message.h"
Expand Down

0 comments on commit f0113d0

Please sign in to comment.