Skip to content

Instantly share code, notes, and snippets.

@Asher-
Last active July 13, 2017 10:17
Show Gist options
  • Select an option

  • Save Asher-/88577050d997a3bfa3a5d15b6d1207db to your computer and use it in GitHub Desktop.

Select an option

Save Asher-/88577050d997a3bfa3a5d15b6d1207db to your computer and use it in GitHub Desktop.
export module strongai.type.detect;
#include <string>
export module strongai.traits;
#include <tuple>
import strongai;
import strongai.type;
import strongai.type.detect;
/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 -Xclang -fmodules-local-submodule-visibility -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
export module strongai;
export module strongai.type;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment