- Класс для экспериментов
class Demo {
public:
void testVector();
}
int main(int argc, char**argv) {
Demo d;
d.testVector();| UpdateCTestConfiguration from :D:/winbuilds_d/osm2pgsql/build/DartConfiguration.tcl | |
| Parse Config file:D:/winbuilds_d/osm2pgsql/build/DartConfiguration.tcl | |
| UpdateCTestConfiguration from :D:/winbuilds_d/osm2pgsql/build/DartConfiguration.tcl | |
| Parse Config file:D:/winbuilds_d/osm2pgsql/build/DartConfiguration.tcl | |
| Test project D:/winbuilds_d/osm2pgsql/build | |
| Constructing a list of tests | |
| Done constructing a list of tests | |
| Checking test dependency graph... | |
| Checking test dependency graph end | |
| test 8 |
| ak@bsd102:~/alacarte/build % make | |
| -- Boost version: 1.55.0 | |
| -- Found the following Boost libraries: | |
| -- system | |
| -- filesystem | |
| -- thread | |
| -- unit_test_framework | |
| -- program_options | |
| -- serialization |
| ============= MSVC2015 -- Debug --- d:\libs2015d --- ============== | |
| fatal: destination path 'alacarte' already exists and is not an empty directory. | |
| fatal: remote my already exists. | |
| ― ― ¨«¨ δ ©« build γ¦ αγιαβʼγβ. | |
| -- Boost version: 1.59.0 | |
| -- Found the following Boost libraries: | |
| -- system | |
| -- filesystem | |
| -- thread | |
| -- unit_test_framework |
| [ 0%] Building CXX object CMakeFiles/alacarte-importer.dir/src/alacarte_importer.cpp.o | |
| /home/ak/alacarte/src/alacarte_importer.cpp:99:33: error: invalid operands to binary expression ('basic_record_ostream<char_type>' and 'excp::ErrorOut<excp::InfoWhat>') | |
| LOG_SEV(importer_log, error) << excp::ErrorOut<excp::InfoWhat>(e); | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /home/ak/alacarte/include/utils/cached_string.hpp:219:9: note: candidate function [with Stream = boost::log::v2_mt_posix::basic_record_ostream<char>] not viable: no known conversion from 'excp::ErrorOut<excp::InfoWhat>' to 'const CachedString' for 2nd argument | |
| Stream& operator << (Stream& stream, const CachedString& str) | |
| ^ | |
| /usr/local/include/boost/exception/info_tuple.hpp:25:5: note: candidate function [with E = boost::log::v2_mt_posix::basic_record_ostream<char>] not viable: no known conversion from 'excp::ErrorOut<excp::InfoWhat>' to 'const tuple<>' for 2nd argument | |
| UpdateCTestConfiguration from :D:/winbuilds_r/libosmium/build/DartConfiguration.tcl | |
| UpdateCTestConfiguration from :D:/winbuilds_r/libosmium/build/DartConfiguration.tcl | |
| Test project D:/winbuilds_r/libosmium/build | |
| Constructing a list of tests | |
| Done constructing a list of tests | |
| Checking test dependency graph... | |
| Checking test dependency graph end | |
| test 1 | |
| Start 1: area_test_area_id |
class Demo {
public:
void testVector();
}
int main(int argc, char**argv) {
Demo d;
d.testVector();| diff --git a/Algorithms/schematized_subpath_embedding.cpp b/Algorithms/schematized_subpath_embedding.cpp | |
| index 65090ed..bbfb93b 100644 | |
| --- a/Algorithms/schematized_subpath_embedding.cpp | |
| +++ b/Algorithms/schematized_subpath_embedding.cpp | |
| @@ -1,9 +1,5 @@ | |
| #include "schematized_subpath_embedding.hpp" | |
| -#include "../DataStructures/SymbolicCoordinate.h" | |
| -#include "../DataStructures/SchematizedPlane.h" | |
| -#include "../DataStructures/SubPath.h" |
| Setting environment for using Microsoft Visual Studio 2010 x86 tools. | |
| ============= MSVC2010-32 -- Debug --- d:\libs16d --- ============== | |
| Cloning into 'protobuf-c'... | |
| -- The C compiler identification is MSVC 16.0.30319.1 | |
| -- The CXX compiler identification is MSVC 16.0.30319.1 | |
| -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/cl.exe | |
| -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/cl.exe -- works | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/cl.exe |
| D:\tmp>call settings.bat | |
| D:\tmp>SET COMPILER=MSVC2008-32 | |
| D:\tmp>SET PREFIX=d:\libs16d | |
| D:\tmp>SET BOOST_ROOT=d:\boost | |
| D:\tmp>SET VARIANT=Debug |
| UpdateCTestConfiguration from :D:/winbuilds_d/libosmium/build-cmake/DartConfiguration.tcl | |
| Parse Config file:D:/winbuilds_d/libosmium/build-cmake/DartConfiguration.tcl | |
| UpdateCTestConfiguration from :D:/winbuilds_d/libosmium/build-cmake/DartConfiguration.tcl | |
| Parse Config file:D:/winbuilds_d/libosmium/build-cmake/DartConfiguration.tcl | |
| Test project D:/winbuilds_d/libosmium/build-cmake | |
| Constructing a list of tests | |
| Done constructing a list of tests | |
| Checking test dependency graph... | |
| Checking test dependency graph end | |
| test 1 |