DBizz22
DBizz22
ok, Here is the result [main] Building folder: C:/Users/BIZZ/Documents/Vscode/Projects/Stock_Market_Simulator/build/MinGW Debug Config [build] Starting build [proc] Executing command: C:\msys64\ucrt64\bin\cmake.EXE --build "C:/Users/BIZZ/Documents/Vscode/Projects/Stock_Market_Simulator/build/MinGW Debug Config" --target alphavantageApiTest -- [build] [ 50%] Built target...
#ifndef BOOST_CONTAINER_DETAIL_PLACEMENT_NEW_HPP #define BOOST_CONTAINER_DETAIL_PLACEMENT_NEW_HPP /////////////////////////////////////////////////////////////////////////////// // // (C) Copyright Ion Gaztanaga 2014-2015. Distributed under the Boost // Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)...
#include "cstddef"
[main] Building folder: C:/Users/BIZZ/Documents/Vscode/Projects/Stock_Market_Simulator/build/MinGW Debug Config [build] Starting build [proc] Executing command: C:\msys64\ucrt64\bin\cmake.EXE --build "C:/Users/BIZZ/Documents/Vscode/Projects/Stock_Market_Simulator/build/MinGW Debug Config" --target alphavantageApiTest -- [build] [ 50%] Built target CppUTest [build] [100%] Built target...
[main] Building folder: C:/Users/BIZZ/Documents/Vscode/Projects/Stock_Market_Simulator/build/MinGW Debug Config [build] Starting build [proc] Executing command: C:\msys64\ucrt64\bin\cmake.EXE --build "C:/Users/BIZZ/Documents/Vscode/Projects/Stock_Market_Simulator/build/MinGW Debug Config" --target alphavantageApiTest -- [build] [ 0%] Built target httpClientInterface [build] [ 0%] Built...
> I am at a loss. Are you sure > > ```c++ > #include > std::size_t n = 1; > ``` > > compiles? > > The only reason for...
> What @pdimov said. CppUTest defines a macro that messes up `operator new` declarations. Please, do you have any suggestions?
> You need to include the CppUTest headers last, after the Boost.JSON headers (and probably after everything else to avoid similar issues elsewhere.) Unfortunately, that does not seem to fix...
includes in the UnitTest.cpp ``` #include #include #include "httpClientMock.cpp" #include "alphavantage.hpp" #include #include #include ``` boost/json/src.hpp is declared in the alphavantage.hpp The errors are still the same