I've cloned the repository, opened the solution file with Visual Studio 2019, changed the Platform Toolset to v142 for both RegExp
and WTLHelper
, and tried to build it. The result is:
745 errors:
Severity Code Description Project File Line Suppression State
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 15
Error C3536 '<begin>$L0': cannot be used before it is initialized RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 47
Error C3536 '<end>$L0': cannot be used before it is initialized RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 47
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 8
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 9
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 10
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 11
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 12
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 13
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 14
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 15
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 16
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 8
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 9
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 10
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 11
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 12
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 13
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 14
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 16
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 8
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 9
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 10
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 11
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 12
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 13
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 14
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 15
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 16
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 8
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 9
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 10
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 11
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 12
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 13
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 14
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 15
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 16
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 8
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 9
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 10
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 11
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 12
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 13
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 14
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 15
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 16
Error C2440 '<function-style-cast>': cannot convert from 'initializer list' to 'Setting' RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 27
Error C2864 'CNumberValueDlg::m_Format': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline' RegExp C:\path\to\repo\RegExp\RegExp\NumberValueDlg.h 49
Error C2864 'CNumberValueDlg::m_Format': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline' RegExp C:\path\to\repo\RegExp\RegExp\NumberValueDlg.h 49
Error C3316 'const Registry::<unnamed-type-Keys> []': an array of unknown size cannot be used in a range-based for statement RegExp C:\path\to\repo\RegExp\RegExp\MainFrame.cpp 448
Error C3316 'const Registry::<unnamed-type-Keys> []': an array of unknown size cannot be used in a range-based for statement RegExp C:\path\to\repo\RegExp\RegExp\RegistrySearcher.cpp 188
Error C2784 'const _Elem *std::begin(std::initializer_list<_Elem>) noexcept': could not deduce template argument for 'std::initializer_list<_Elem>' from 'const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 112
Error C2784 'const _Elem *std::begin(std::initializer_list<_Elem>) noexcept': could not deduce template argument for 'std::initializer_list<_Elem>' from 'const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 141
Error C2784 'const _Elem *std::end(std::initializer_list<_Elem>) noexcept': could not deduce template argument for 'std::initializer_list<_Elem>' from 'const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 112
Error C2784 'const _Elem *std::end(std::initializer_list<_Elem>) noexcept': could not deduce template argument for 'std::initializer_list<_Elem>' from 'const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 113
Error C2784 'const _Elem *std::end(std::initializer_list<_Elem>) noexcept': could not deduce template argument for 'std::initializer_list<_Elem>' from 'const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 141
Error C2784 'const _Elem *std::end(std::initializer_list<_Elem>) noexcept': could not deduce template argument for 'std::initializer_list<_Elem>' from 'const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 142
Error C2664 'DWORD Registry::EnumKeyValues(HKEY,const std::function<void (DWORD,PCWSTR,DWORD)> &)': cannot convert argument 2 from 'Registry::GetHiveList::<lambda_8ce697c968621346b5416afb3a199dd7>' to 'const std::function<void (DWORD,PCWSTR,DWORD)> &' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 168
Error C3536 'error': cannot be used before it is initialized RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 116
Error C3536 'error': cannot be used before it is initialized RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 145
Error C2039 'GetString': is not a member of 'Settings' RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 68
Error C3646 'GetString': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C3646 'GetString': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C3646 'GetString': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C3646 'GetString': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C3646 'GetString': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C3646 'GetString': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C2440 'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey' RegExp C:\path\to\repo\RegExp\RegExp\ChangeValueCommand.cpp 12
Error C2440 'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey' RegExp C:\path\to\repo\RegExp\RegExp\CopyKeyCommand.cpp 14
Error C2440 'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey' RegExp C:\path\to\repo\RegExp\RegExp\CopyKeyCommand.cpp 18
Error C2440 'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey' RegExp C:\path\to\repo\RegExp\RegExp\CopyKeyCommand.cpp 29
Error C2440 'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey' RegExp C:\path\to\repo\RegExp\RegExp\CopyValueCommand.cpp 10
Error C2440 'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey' RegExp C:\path\to\repo\RegExp\RegExp\CopyValueCommand.cpp 14
Error C2440 'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey' RegExp C:\path\to\repo\RegExp\RegExp\CopyValueCommand.cpp 42
Error C2440 'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey' RegExp C:\path\to\repo\RegExp\RegExp\CreateKeyCommand.cpp 10
Error C2440 'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey' RegExp C:\path\to\repo\RegExp\RegExp\CreateKeyCommand.cpp 28
Error C2440 'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey' RegExp C:\path\to\repo\RegExp\RegExp\CreateValueCommand.cpp 10
Error C2440 'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey' RegExp C:\path\to\repo\RegExp\RegExp\CreateValueCommand.cpp 37
Error C2440 'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey' RegExp C:\path\to\repo\RegExp\RegExp\DeleteKeyCommand.cpp 11
Error C2440 'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey' RegExp C:\path\to\repo\RegExp\RegExp\DeleteKeyCommand.cpp 37
Error C2440 'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey' RegExp C:\path\to\repo\RegExp\RegExp\DeleteValueCommand.cpp 10
Error C2440 'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey' RegExp C:\path\to\repo\RegExp\RegExp\DeleteValueCommand.cpp 41
Error C2440 'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey' RegExp C:\path\to\repo\RegExp\RegExp\RenameKeyCommand.cpp 10
Error C2440 'initializing': cannot convert from 'ATL::CRegKey' to 'ATL::CRegKey' RegExp C:\path\to\repo\RegExp\RegExp\RenameValueCommand.cpp 10
Error C3536 'it': cannot be used before it is initialized RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 26
Error C3536 'it': cannot be used before it is initialized RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 59
Error C3531 'k': a symbol whose type contains 'auto' must have an initializer RegExp C:\path\to\repo\RegExp\RegExp\MainFrame.cpp 448
Error C2530 'k': references must be initialized RegExp C:\path\to\repo\RegExp\RegExp\MainFrame.cpp 448
Error C3531 'key': a symbol whose type contains 'auto' must have an initializer RegExp C:\path\to\repo\RegExp\RegExp\RegistrySearcher.cpp 188
Error C7582 'Key': default member initializers for bit-fields requires at least '/std:c++latest' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 14
Error C7582 'Key': default member initializers for bit-fields requires at least '/std:c++latest' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 14
Error C7582 'Key': default member initializers for bit-fields requires at least '/std:c++latest' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 14
Error C7582 'Key': default member initializers for bit-fields requires at least '/std:c++latest' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 14
Error C7582 'Key': default member initializers for bit-fields requires at least '/std:c++latest' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 14
Error C7582 'Key': default member initializers for bit-fields requires at least '/std:c++latest' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 14
Error C7582 'Key': default member initializers for bit-fields requires at least '/std:c++latest' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 14
Error C7582 'Key': default member initializers for bit-fields requires at least '/std:c++latest' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 14
Error C7582 'Key': default member initializers for bit-fields requires at least '/std:c++latest' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 14
Error C7582 'Key': default member initializers for bit-fields requires at least '/std:c++latest' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 14
Error C7582 'Key': default member initializers for bit-fields requires at least '/std:c++latest' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 14
Error C7582 'Key': default member initializers for bit-fields requires at least '/std:c++latest' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 14
Error C7582 'Key': default member initializers for bit-fields requires at least '/std:c++latest' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 14
Error C3646 'Key': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C3646 'Key': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C3646 'Key': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C3646 'Key': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C3646 'Key': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C3646 'Key': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C3646 'Key': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C3646 'Key': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C3646 'Key': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C3646 'Key': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C3646 'Key': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C3646 'Key': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C2660 'memcpy': function does not take 2 arguments RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 19
Error C2660 'memcpy': function does not take 2 arguments RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 19
Error C2660 'memcpy': function does not take 2 arguments RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 19
Error C2660 'memcpy': function does not take 2 arguments RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 19
Error C2660 'memcpy': function does not take 2 arguments RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 19
Error C2660 'memcpy': function does not take 2 arguments RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 19
Error C3861 'Name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 81
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 86
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 87
Error C3861 'Name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 81
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 86
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 87
Error C3861 'Name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 81
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 86
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 87
Error C3861 'Name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 81
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 86
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 87
Error C3861 'Name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 81
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 86
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 87
Error C3861 'Name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 81
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 86
Error C3861 'name': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 87
Error C2065 'name': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2065 'name': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2065 'name': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2065 'name': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2065 'name': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2065 'name': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2065 'name': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2065 'name': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2065 'name': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2065 'name': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2065 'name': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2065 'name': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C3646 'Name': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 12
Error C3646 'Name': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 12
Error C3646 'Name': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 12
Error C3646 'Name': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 12
Error C3646 'Name': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 12
Error C3646 'Name': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 12
Error C3536 'pair': cannot be used before it is initialized RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 113
Error C3536 'pair': cannot be used before it is initialized RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 142
Error C3646 'Path': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C3646 'Path': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C3646 'Path': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C3646 'Path': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C3646 'Path': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C3646 'Path': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C3646 'Path': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C3646 'Path': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C3646 'Path': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C3646 'Path': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C3646 'Path': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C3646 'Path': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C2864 'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C2864 'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C2864 'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C2864 'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C2864 'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C2864 'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C2864 'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C2864 'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C2864 'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C2864 'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C2864 'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C2864 'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C2864 'Registry::Keys': a static data member with an in-class initializer must have non-volatile const integral type or be specified as 'inline' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C2660 'RegistrySearcher::FindNextWorker': function does not take 1 arguments RegExp C:\path\to\repo\RegExp\RegExp\RegistrySearcher.cpp 189
Error C2065 's1': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 135
Error C2065 's1': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 135
Error C2065 's1': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 135
Error C2065 's1': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 135
Error C2065 's1': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 135
Error C2065 's1': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 135
Error C2065 's2': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 135
Error C2065 's2': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 135
Error C2065 's2': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 135
Error C2065 's2': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 135
Error C2065 's2': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 135
Error C2065 's2': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 135
Error C2614 'Setting': illegal member initialization: 'Name' is not a base or member RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2614 'Setting': illegal member initialization: 'Name' is not a base or member RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2614 'Setting': illegal member initialization: 'Name' is not a base or member RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2614 'Setting': illegal member initialization: 'Name' is not a base or member RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2614 'Setting': illegal member initialization: 'Name' is not a base or member RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2614 'Setting': illegal member initialization: 'Name' is not a base or member RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2614 'Setting': illegal member initialization: 'Name' is not a base or member RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2614 'Setting': illegal member initialization: 'Name' is not a base or member RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2614 'Setting': illegal member initialization: 'Name' is not a base or member RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2614 'Setting': illegal member initialization: 'Name' is not a base or member RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2614 'Setting': illegal member initialization: 'Name' is not a base or member RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2614 'Setting': illegal member initialization: 'Name' is not a base or member RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2661 'Setting::Setting': no overloaded function takes 2 arguments RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 63
Error C2535 'Setting::Setting(void)': member function already defined or declared RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2535 'Setting::Setting(void)': member function already defined or declared RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2535 'Setting::Setting(void)': member function already defined or declared RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2535 'Setting::Setting(void)': member function already defined or declared RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2535 'Setting::Setting(void)': member function already defined or declared RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2535 'Setting::Setting(void)': member function already defined or declared RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2660 'Settings::Set': function does not take 3 arguments RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 54
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 19
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 20
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 21
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 22
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 23
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 24
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 25
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 26
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 27
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 19
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 20
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 21
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 22
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 23
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 24
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 25
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 26
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 27
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 19
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 20
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 21
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 22
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 23
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 24
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 25
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 26
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 27
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 19
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 20
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 21
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 22
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 23
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 24
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 25
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 26
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 27
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 19
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 20
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 21
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 22
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 23
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 24
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 25
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 26
Error C2672 'Settings::Set': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 27
Error C2065 'size': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 28
Error C2065 'size': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 28
Error C2065 'size': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 28
Error C2065 'size': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 28
Error C2065 'size': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 28
Error C2065 'size': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 28
Error C2672 'std::begin': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 112
Error C2672 'std::begin': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 141
Error C2672 'std::end': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 112
Error C2672 'std::end': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 113
Error C2672 'std::end': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 141
Error C2672 'std::end': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 142
Error C2672 'std::find_if': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 112
Error C2672 'std::find_if': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 141
Error C2514 'std::lock_guard': class template cannot be constructed RegExp C:\path\to\repo\RegExp\RegExp\RegistrySearcher.cpp 6
Error C2514 'std::lock_guard': class template cannot be constructed RegExp C:\path\to\repo\RegExp\RegExp\RegistrySearcher.cpp 11
Error C2514 'std::lock_guard': class template cannot be constructed RegExp C:\path\to\repo\RegExp\RegExp\RegistrySearcher.cpp 16
Error C2514 'std::lock_guard': class template cannot be constructed RegExp C:\path\to\repo\RegExp\RegExp\RegistrySearcher.cpp 78
Error C2672 'std::make_unique': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 18
Error C2672 'std::make_unique': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 28
Error C2672 'std::make_unique': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 18
Error C2672 'std::make_unique': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 28
Error C2672 'std::make_unique': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 18
Error C2672 'std::make_unique': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 28
Error C2672 'std::make_unique': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 18
Error C2672 'std::make_unique': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 28
Error C2672 'std::make_unique': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 18
Error C2672 'std::make_unique': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 28
Error C2672 'std::make_unique': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 18
Error C2672 'std::make_unique': no matching overloaded function found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 28
Error C2923 'std::map': 'wstring' is not a valid template type argument for parameter '_Kty' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2923 'std::map': 'wstring' is not a valid template type argument for parameter '_Kty' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2923 'std::map': 'wstring' is not a valid template type argument for parameter '_Kty' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2923 'std::map': 'wstring' is not a valid template type argument for parameter '_Kty' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2923 'std::map': 'wstring' is not a valid template type argument for parameter '_Kty' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2923 'std::map': 'wstring' is not a valid template type argument for parameter '_Kty' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2976 'std::map': too few template arguments RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2976 'std::map': too few template arguments RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2976 'std::map': too few template arguments RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2976 'std::map': too few template arguments RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2976 'std::map': too few template arguments RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2976 'std::map': too few template arguments RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2662 'std::_Default_sentinel std::_Tree<_Traits>::_Unchecked_end(void) noexcept const': cannot convert 'this' pointer from 'const std::map' to 'const std::map<_Kty,_Ty,_Pr,_Alloc> &' RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 47
Error C2663 'std::_Tree<_Traits>::end': 2 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 26
Error C2663 'std::_Tree<_Traits>::end': 2 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 59
Error C2663 'std::_Tree<_Traits>::find': 4 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 25
Error C2663 'std::_Tree<_Traits>::find': 4 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 58
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 8
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 9
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 10
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 11
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 12
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 13
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 14
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 15
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 16
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 8
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 9
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 10
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 11
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 12
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 13
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 14
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 15
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 16
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 8
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 9
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 10
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 11
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 12
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 13
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 14
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 15
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 16
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 8
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 9
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 10
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 11
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 12
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 13
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 14
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 15
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 16
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 8
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 9
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 10
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 11
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 12
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 13
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 14
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 15
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 16
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 27
Error C2663 'std::_Tree<_Traits>::insert': 3 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 64
Error C2663 'std::_Tree<_Traits>::_Unchecked_begin': 2 overloads have no legal conversion for 'this' pointer RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 47
Error C3861 'type': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C3861 'type': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 86
Error C3861 'type': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C3861 'type': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 86
Error C3861 'type': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C3861 'type': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 86
Error C3861 'type': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C3861 'type': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 86
Error C3861 'type': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C3861 'type': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 86
Error C3861 'type': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C3861 'type': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 86
Error C2065 'type': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2065 'type': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2065 'type': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2065 'type': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2065 'type': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2065 'type': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C3861 'value': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 24
Error C3861 'value': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 83
Error C3861 'value': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 86
Error C3861 'value': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 24
Error C3861 'value': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 83
Error C3861 'value': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 86
Error C3861 'value': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 24
Error C3861 'value': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 83
Error C3861 'value': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 86
Error C3861 'value': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 24
Error C3861 'value': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 83
Error C3861 'value': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 86
Error C3861 'value': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 24
Error C3861 'value': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 83
Error C3861 'value': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 86
Error C3861 'value': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 24
Error C3861 'value': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 83
Error C3861 'value': identifier not found RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 86
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 24
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 18
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 19
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 29
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 24
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 18
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 19
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 29
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 24
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 18
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 19
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 29
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 24
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 18
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 19
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 29
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 24
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 18
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 19
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 29
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 24
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 18
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 19
Error C2065 'value': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 29
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 19
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 20
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 21
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 22
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 23
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 24
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 25
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 26
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 27
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 19
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 20
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 21
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 22
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 23
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 24
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 25
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 26
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 27
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 19
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 20
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 21
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 22
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 23
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 24
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 25
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 26
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 27
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 19
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 20
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 21
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 22
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 23
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 24
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 25
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 26
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 27
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 19
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 20
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 21
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 22
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 23
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 24
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 25
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 26
Error C2780 'void Settings::Set(const int)': expects 1 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 27
Error C2664 'void Settings::Set(PCWSTR,int)': cannot convert argument 2 from 'CRect' to 'int' RegExp C:\path\to\repo\RegExp\RegExp\Helpers.cpp 8
Error C2664 'void std::vector<Hive,std::allocator<Hive>>::push_back(const _Ty &)': cannot convert argument 1 from 'initializer list' to 'const _Ty &' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 171
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 12
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 134
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 139
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 12
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 134
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 139
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 12
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 134
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 139
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 12
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 134
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 139
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 12
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 134
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 139
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 12
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 134
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 139
Error C2039 'wstring': is not a member of 'std' RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 68
Error C2065 'wstring': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2065 'wstring': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2065 'wstring': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2065 'wstring': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2065 'wstring': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error C2065 'wstring': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Message '_Container=const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 112
Message '_Container=const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 112
Message '_Container=const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 113
Message '_Container=const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 141
Message '_Container=const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 141
Message '_Container=const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 142
Error C2780 '_InIt std::find_if(_InIt,const _InIt,_Pr)': expects 3 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 112
Error C2780 '_InIt std::find_if(_InIt,const _InIt,_Pr)': expects 3 arguments - 2 provided RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 141
Error C2065 '_path': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 6
Error C2065 '_path': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 8
Error C2065 '_path': undeclared identifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 36
Error C3646 '_path': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 139
Error C3646 '_path': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 139
Error C3646 '_path': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 139
Error C3646 '_path': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 139
Error C3646 '_path': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 139
Error C3646 '_path': unknown override specifier RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 139
Error C2660 '_wcsicmp': function does not take 1 arguments RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 135
Error C2660 '_wcsicmp': function does not take 1 arguments RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 135
Error C2660 '_wcsicmp': function does not take 1 arguments RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 135
Error C2660 '_wcsicmp': function does not take 1 arguments RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 135
Error C2660 '_wcsicmp': function does not take 1 arguments RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 135
Error C2660 '_wcsicmp': function does not take 1 arguments RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 135
Error C2447 '{': missing function header (old-style formal list?) RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 68
Error (active) E2860 a nonstatic data member cannot be declared as inline RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 7
Message Constructor for class 'ATL::CRegKey' is declared 'explicit' RegExp C:\path\to\repo\RegExp\RegExp\ChangeValueCommand.cpp 12
Message Constructor for class 'ATL::CRegKey' is declared 'explicit' RegExp C:\path\to\repo\RegExp\RegExp\CopyKeyCommand.cpp 14
Message Constructor for class 'ATL::CRegKey' is declared 'explicit' RegExp C:\path\to\repo\RegExp\RegExp\CopyKeyCommand.cpp 18
Message Constructor for class 'ATL::CRegKey' is declared 'explicit' RegExp C:\path\to\repo\RegExp\RegExp\CopyKeyCommand.cpp 29
Message Constructor for class 'ATL::CRegKey' is declared 'explicit' RegExp C:\path\to\repo\RegExp\RegExp\CopyValueCommand.cpp 10
Message Constructor for class 'ATL::CRegKey' is declared 'explicit' RegExp C:\path\to\repo\RegExp\RegExp\CopyValueCommand.cpp 14
Message Constructor for class 'ATL::CRegKey' is declared 'explicit' RegExp C:\path\to\repo\RegExp\RegExp\CopyValueCommand.cpp 42
Message Constructor for class 'ATL::CRegKey' is declared 'explicit' RegExp C:\path\to\repo\RegExp\RegExp\CreateKeyCommand.cpp 10
Message Constructor for class 'ATL::CRegKey' is declared 'explicit' RegExp C:\path\to\repo\RegExp\RegExp\CreateKeyCommand.cpp 28
Message Constructor for class 'ATL::CRegKey' is declared 'explicit' RegExp C:\path\to\repo\RegExp\RegExp\CreateValueCommand.cpp 10
Message Constructor for class 'ATL::CRegKey' is declared 'explicit' RegExp C:\path\to\repo\RegExp\RegExp\CreateValueCommand.cpp 37
Message Constructor for class 'ATL::CRegKey' is declared 'explicit' RegExp C:\path\to\repo\RegExp\RegExp\DeleteKeyCommand.cpp 11
Message Constructor for class 'ATL::CRegKey' is declared 'explicit' RegExp C:\path\to\repo\RegExp\RegExp\DeleteKeyCommand.cpp 37
Message Constructor for class 'ATL::CRegKey' is declared 'explicit' RegExp C:\path\to\repo\RegExp\RegExp\DeleteValueCommand.cpp 10
Message Constructor for class 'ATL::CRegKey' is declared 'explicit' RegExp C:\path\to\repo\RegExp\RegExp\DeleteValueCommand.cpp 41
Message Constructor for class 'ATL::CRegKey' is declared 'explicit' RegExp C:\path\to\repo\RegExp\RegExp\RenameKeyCommand.cpp 10
Message Constructor for class 'ATL::CRegKey' is declared 'explicit' RegExp C:\path\to\repo\RegExp\RegExp\RenameValueCommand.cpp 10
Message Conversion requires a second user-defined-conversion operator or constructor RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 47
Error C1003 error count exceeds 100; stopping compilation RegExp C:\path\to\repo\RegExp\RegExp\MainFrame.cpp 448
Error C2893 Failed to specialize function template 'unknown-type std::begin(_Container &)' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 112
Error C2893 Failed to specialize function template 'unknown-type std::begin(_Container &)' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 141
Error C2893 Failed to specialize function template 'unknown-type std::end(_Container &)' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 112
Error C2893 Failed to specialize function template 'unknown-type std::end(_Container &)' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 113
Error C2893 Failed to specialize function template 'unknown-type std::end(_Container &)' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 141
Error C2893 Failed to specialize function template 'unknown-type std::end(_Container &)' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 142
Warning D9002 ignoring unknown option '/std:c++20' RegExp C:\path\to\repo\RegExp\RegExp\cl 1
Error C2100 illegal indirection RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 47
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 59
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 59
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 59
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 59
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 59
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 59
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 59
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 7
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 7
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\GotoKeyDlg.h 30
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 7
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 59
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 7
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\NumberValueDlg.h 49
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\GotoKeyDlg.h 30
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\NumberValueDlg.h 49
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 59
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 7
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 59
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 59
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 59
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 46
Error C7525 inline variables require at least '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 59
Message Invalid aggregate initialization RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 171
Error C2429 language feature 'structured bindings' requires compiler flag '/std:c++17' RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 47
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 12
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 134
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 139
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 12
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 134
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 139
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 12
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 134
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 139
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 12
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 134
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 139
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 12
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 134
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 139
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 4
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 5
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 12
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 134
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 139
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 68
Error (active) E0135 namespace "std" has no member "wstring" RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 12
Error (active) E0135 namespace "std" has no member "wstring" RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error (active) E0135 namespace "std" has no member "wstring" RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error (active) E0135 namespace "std" has no member "wstring" RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error (active) E0135 namespace "std" has no member "wstring" RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error (active) E0135 namespace "std" has no member "wstring" RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error (active) E0135 namespace "std" has no member "wstring" RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error (active) E0135 namespace "std" has no member "wstring" RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 134
Error (active) E0135 namespace "std" has no member "wstring" RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 134
Error (active) E0135 namespace "std" has no member "wstring" RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Error (active) E0135 namespace "std" has no member "wstring" RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 139
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 8
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 9
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 10
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 11
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 12
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 13
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 14
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 15
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 16
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 8
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 9
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 10
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 11
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 12
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 13
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 14
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 15
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 16
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 8
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 9
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 10
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 11
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 12
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 13
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 14
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 15
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 16
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 8
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 9
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 10
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 11
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 12
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 13
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 14
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 15
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 16
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 8
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 9
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 10
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 11
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 12
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 13
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 14
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 15
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 16
Message No constructor could take the source type, or constructor overload resolution was ambiguous RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 27
Error (active) E0304 no instance of overloaded function "std::map<_Kty, _Ty, _Pr, _Alloc>::insert [with _Kty=<error-type>, _Ty=Setting, _Pr=Settings::LessNoCase, _Alloc=std::allocator<std::pair<const <error-type>, Setting>>]" matches the argument list RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 8
Error (active) E0304 no instance of overloaded function "std::map<_Kty, _Ty, _Pr, _Alloc>::insert [with _Kty=<error-type>, _Ty=Setting, _Pr=Settings::LessNoCase, _Alloc=std::allocator<std::pair<const <error-type>, Setting>>]" matches the argument list RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 9
Error (active) E0304 no instance of overloaded function "std::map<_Kty, _Ty, _Pr, _Alloc>::insert [with _Kty=<error-type>, _Ty=Setting, _Pr=Settings::LessNoCase, _Alloc=std::allocator<std::pair<const <error-type>, Setting>>]" matches the argument list RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 10
Error (active) E0304 no instance of overloaded function "std::map<_Kty, _Ty, _Pr, _Alloc>::insert [with _Kty=<error-type>, _Ty=Setting, _Pr=Settings::LessNoCase, _Alloc=std::allocator<std::pair<const <error-type>, Setting>>]" matches the argument list RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 11
Error (active) E0304 no instance of overloaded function "std::map<_Kty, _Ty, _Pr, _Alloc>::insert [with _Kty=<error-type>, _Ty=Setting, _Pr=Settings::LessNoCase, _Alloc=std::allocator<std::pair<const <error-type>, Setting>>]" matches the argument list RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 12
Error (active) E0304 no instance of overloaded function "std::map<_Kty, _Ty, _Pr, _Alloc>::insert [with _Kty=<error-type>, _Ty=Setting, _Pr=Settings::LessNoCase, _Alloc=std::allocator<std::pair<const <error-type>, Setting>>]" matches the argument list RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 13
Error (active) E0304 no instance of overloaded function "std::map<_Kty, _Ty, _Pr, _Alloc>::insert [with _Kty=<error-type>, _Ty=Setting, _Pr=Settings::LessNoCase, _Alloc=std::allocator<std::pair<const <error-type>, Setting>>]" matches the argument list RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 14
Error (active) E0304 no instance of overloaded function "std::map<_Kty, _Ty, _Pr, _Alloc>::insert [with _Kty=<error-type>, _Ty=Setting, _Pr=Settings::LessNoCase, _Alloc=std::allocator<std::pair<const <error-type>, Setting>>]" matches the argument list RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 15
Error (active) E0304 no instance of overloaded function "std::map<_Kty, _Ty, _Pr, _Alloc>::insert [with _Kty=<error-type>, _Ty=Setting, _Pr=Settings::LessNoCase, _Alloc=std::allocator<std::pair<const <error-type>, Setting>>]" matches the argument list RegExp C:\path\to\repo\RegExp\RegExp\AppSettings.h 16
Message No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called RegExp C:\path\to\repo\RegExp\RegExp\Helpers.cpp 8
Message No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 174
Message Reason: cannot convert from 'const std::map' to 'const std::map<_Kty,_Ty,_Pr,_Alloc>' RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 47
Message Reason: cannot convert from 'initializer list' to 'const _Ty' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 171
Message Reason: cannot convert from 'Registry::GetHiveList::<lambda_8ce697c968621346b5416afb3a199dd7>' to 'const std::function<void (DWORD,PCWSTR,DWORD)>' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 174
Message see declaration of 'memcpy' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\vcruntime_string.h 43
Message see declaration of 'memcpy' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\vcruntime_string.h 43
Message see declaration of 'memcpy' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\vcruntime_string.h 43
Message see declaration of 'memcpy' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\vcruntime_string.h 43
Message see declaration of 'memcpy' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\vcruntime_string.h 43
Message see declaration of 'memcpy' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\vcruntime_string.h 43
Message see declaration of 'Registry::EnumKeyValues' RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 60
Message see declaration of 'RegistrySearcher::FindNextWorker' RegExp C:\path\to\repo\RegExp\RegExp\RegistrySearcher.cpp 66
Message see declaration of 'Setting::Setting' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Message see declaration of 'Setting::Setting' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Message see declaration of 'Setting::Setting' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Message see declaration of 'Setting::Setting' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Message see declaration of 'Setting::Setting' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Message see declaration of 'Setting::Setting' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Message see declaration of 'Settings' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 72
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 91
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message see declaration of 'Settings::Set' RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 53
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 25
Message see declaration of 'std::begin' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xutility 1916
Message see declaration of 'std::begin' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\initializer_list 57
Message see declaration of 'std::begin' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xutility 1916
Message see declaration of 'std::begin' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\initializer_list 57
Message see declaration of 'std::end' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xutility 1926
Message see declaration of 'std::end' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\initializer_list 63
Message see declaration of 'std::end' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xutility 1926
Message see declaration of 'std::end' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\initializer_list 63
Message see declaration of 'std::end' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xutility 1926
Message see declaration of 'std::end' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\initializer_list 63
Message see declaration of 'std::end' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xutility 1926
Message see declaration of 'std::end' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\initializer_list 63
Message see declaration of 'std::find_if' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xutility 5632
Message see declaration of 'std::find_if' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xutility 5632
Message see declaration of 'std::lock_guard' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\mutex 433
Message see declaration of 'std::lock_guard' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\mutex 433
Message see declaration of 'std::lock_guard' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\mutex 433
Message see declaration of 'std::lock_guard' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\mutex 433
Message see declaration of 'std::map' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 75
Message see declaration of 'std::map' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 75
Message see declaration of 'std::map' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 75
Message see declaration of 'std::map' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 75
Message see declaration of 'std::map' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 75
Message see declaration of 'std::map' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\map 75
Message see declaration of 'std::vector<Hive,std::allocator<Hive>>::push_back' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\vector 755
Message see declaration of 'std::_Tree<_Traits>::_Unchecked_end' RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\xtree 1169
Message see declaration of 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Message see declaration of 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Message see declaration of 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Message see declaration of 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Message see declaration of 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Message see declaration of 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 138
Message see declaration of '_wcsicmp' RegExp C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\corecrt_wstring.h 314
Message see declaration of '_wcsicmp' RegExp C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\corecrt_wstring.h 314
Message see declaration of '_wcsicmp' RegExp C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\corecrt_wstring.h 314
Message see declaration of '_wcsicmp' RegExp C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\corecrt_wstring.h 314
Message see declaration of '_wcsicmp' RegExp C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\corecrt_wstring.h 314
Message see declaration of '_wcsicmp' RegExp C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\corecrt_wstring.h 314
Message see reference to alias template instantiation 'std::_Decltype_invoke_nonzero<Registry::GetHiveList::<lambda_8ce697c968621346b5416afb3a199dd7>&,DWORD,PCWSTR,DWORD>' being compiled RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\type_traits 1716
Message see reference to alias template instantiation 'std::_Func_class<_Ret,DWORD,PCWSTR,DWORD>::_Enable_if_callable_t<Registry::GetHiveList::<lambda_8ce697c968621346b5416afb3a199dd7>&,std::function<void (DWORD,PCWSTR,DWORD)>>' being compiled RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 171
Message see reference to alias template instantiation 'std::_Is_invocable_r_<void,Registry::GetHiveList::<lambda_8ce697c968621346b5416afb3a199dd7>&,DWORD,PCWSTR,DWORD>' being compiled RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\type_traits 1755
Message see reference to class template instantiation 'std::_Is_invocable_r<_Ret,Registry::GetHiveList::<lambda_8ce697c968621346b5416afb3a199dd7> &,DWORD,PCWSTR,DWORD>' being compiled RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\functional 978
Message see reference to function template instantiation 'auto Registry::GetHiveList::<lambda_8ce697c968621346b5416afb3a199dd7>::operator ()<DWORD,PCWSTR,DWORD>(DWORD,PCWSTR,DWORD) const' being compiled RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\type_traits 1493
Message see reference to variable template 'const bool conjunction_v<std::negation<std::is_same<<lambda_8ce697c968621346b5416afb3a199dd7>,std::function<void __cdecl(unsigned long,wchar_t const *,unsigned long)> > >,std::_Is_invocable_r<void,<lambda_8ce697c968621346b5416afb3a199dd7> &,unsigned long,wchar_t const *,unsigned long> >' being compiled RegExp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\functional 978
Error C2059 syntax error: '(' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C2059 syntax error: '(' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C2059 syntax error: '(' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C2059 syntax error: '(' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C2059 syntax error: '(' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C2059 syntax error: '(' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C2061 syntax error: identifier 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2061 syntax error: identifier 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C2061 syntax error: identifier 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2061 syntax error: identifier 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2061 syntax error: identifier 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C2061 syntax error: identifier 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2061 syntax error: identifier 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2061 syntax error: identifier 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C2061 syntax error: identifier 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2061 syntax error: identifier 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2061 syntax error: identifier 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C2061 syntax error: identifier 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2061 syntax error: identifier 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2061 syntax error: identifier 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C2061 syntax error: identifier 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2061 syntax error: identifier 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 17
Error C2061 syntax error: identifier 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Error C2061 syntax error: identifier 'wstring' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 27
Error C2143 syntax error: missing ',' before '&' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C2143 syntax error: missing ',' before '&' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 134
Error C2143 syntax error: missing ',' before '&' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C2143 syntax error: missing ',' before '&' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 134
Error C2143 syntax error: missing ',' before '&' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C2143 syntax error: missing ',' before '&' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 134
Error C2143 syntax error: missing ',' before '&' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C2143 syntax error: missing ',' before '&' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 134
Error C2143 syntax error: missing ',' before '&' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C2143 syntax error: missing ',' before '&' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 134
Error C2143 syntax error: missing ',' before '&' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C2143 syntax error: missing ',' before '&' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 134
Error C2143 syntax error: missing ';' before ')' RegExp C:\path\to\repo\RegExp\RegExp\RegistrySearcher.cpp 188
Error C2143 syntax error: missing ';' before ':' RegExp C:\path\to\repo\RegExp\RegExp\RegistrySearcher.cpp 188
Error C2143 syntax error: missing ';' before '{' RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 68
Error C2146 syntax error: missing ';' before identifier 'GetString' RegExp C:\path\to\repo\RegExp\RegExp\Settings.cpp 68
Warning The 'packages' element is not declared. WTLHelper C:\path\to\repo\RegExp\WTLHelper\packages.config 2
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'Setting::Setting(void)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 22
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message This diagnostic occurred in the compiler generated function 'void Settings::Set(const int)' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message type is 'CNumberValueDlg::ValueFormat' RegExp C:\path\to\repo\RegExp\RegExp\NumberValueDlg.h 49
Message type is 'CNumberValueDlg::ValueFormat' RegExp C:\path\to\repo\RegExp\RegExp\NumberValueDlg.h 49
Message type is 'const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 56
Message type is 'const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 56
Message type is 'const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 56
Message type is 'const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 56
Message type is 'const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 56
Message type is 'const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 56
Message type is 'const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 56
Message type is 'const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 56
Message type is 'const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 56
Message type is 'const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 56
Message type is 'const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 56
Message type is 'const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 56
Message type is 'const Registry::<unnamed-type-Keys> []' RegExp C:\path\to\repo\RegExp\RegExp\Registry.h 56
Error C2238 unexpected token(s) preceding ';' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C2238 unexpected token(s) preceding ';' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C2238 unexpected token(s) preceding ';' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C2238 unexpected token(s) preceding ';' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C2238 unexpected token(s) preceding ';' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C2238 unexpected token(s) preceding ';' RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 94
Error C2988 unrecognizable template declaration/definition RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C2988 unrecognizable template declaration/definition RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C2988 unrecognizable template declaration/definition RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C2988 unrecognizable template declaration/definition RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C2988 unrecognizable template declaration/definition RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Error C2988 unrecognizable template declaration/definition RegExp C:\path\to\repo\RegExp\RegExp\Settings.h 80
Message With the following template arguments: RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 112
Message With the following template arguments: RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 112
Message With the following template arguments: RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 113
Message With the following template arguments: RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 141
Message With the following template arguments: RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 141
Message With the following template arguments: RegExp C:\path\to\repo\RegExp\RegExp\Registry.cpp 142