Created
July 13, 2017 09:30
-
-
Save Asher-/69e137c2d0d5ab17f5f0c36c8a124803 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /usr/local/bin/clang++ -stdlib=libc++ -arch x86_64 -fdiagnostics-show-template-tree -ftemplate-depth=512 -ftemplate-backtrace-limit=0 -std=c++1z -fmodules-ts -fcxx-modules -fprebuilt-module-path=/Users/asher/Projects/xcode/../•Modules -Wno-unused-command-line-argument -O0 -fasm-blocks -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -F/Users/asher/Projects/•Products/Debug -MMD -MT dependencies -I/Users/asher/Projects/xcode/../strongai/test -I/Users/asher/Projects/xcode/../strongai -I/usr/local/include --precompile /Users/asher/Projects/xcode/Modules/strongai.traits.cppm -o /Users/asher/Projects/xcode/../•Modules/strongai.traits.pcm | |
| In module 'strongai.type.detect' imported from /Users/asher/Projects/xcode/../strongai/strongai/traits/traits/includes.hpp:14: | |
| /usr/local/include/c++/v1/tuple:1015:25: error: 'std::__1::__find_detail::__find_exactly_one_checked::__matches' from module 'strongai.type.detect' is not present in definition of '__find_exactly_one_checked<_T1, _Args...>' provided earlier | |
| static constexpr bool __matches[] = {is_same<_T1, _Args>::value...}; | |
| ^ | |
| /usr/local/include/c++/v1/tuple:1015:25: note: declaration of '__matches' does not match | |
| static constexpr bool __matches[] = {is_same<_T1, _Args>::value...}; | |
| ^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment