search for: find_last_of

Displaying 4 results from an estimated 4 matches for "find_last_of".

2014 Sep 01
2
[LLVMdev] Problem linking and JITing code through C++-API
...ot;llvm/Transforms/Scalar.h" #include "sprite/compiler.hpp" #include "sprite/config.hpp" #include "sprite/curryinput.hpp" #include "sprite/icurry_parser.hpp" namespace { std::string dirname(std::string const & path) { size_t const pos = path.find_last_of("/"); return path.substr(0, pos == std::string::npos ? 0 : pos); } std::string basename(std::string const & path) { size_t const pos = path.find_last_of("/"); return path.substr(pos == std::string::npos ? 0 : pos + 1); } std::string remove_extension(s...
2014 Sep 02
2
[LLVMdev] Problem linking and JITing code through C++-API
...t; #include "sprite/config.hpp" > > #include "sprite/curryinput.hpp" > > #include "sprite/icurry_parser.hpp" > > namespace > > { > > std::string dirname(std::string const & path) > > { > > size_t const pos = path.find_last_of("/"); > > return path.substr(0, pos == std::string::npos ? 0 : pos); > > } > > std::string basename(std::string const & path) > > { > > size_t const pos = path.find_last_of("/"); > > return path.substr(pos == std::s...
2014 Sep 08
2
[LLVMdev] Problem linking and JITing code through C++-API
..."sprite/curryinput.hpp" > > > > #include "sprite/icurry_parser.hpp" > > > > namespace > > > > { > > > > std::string dirname(std::string const & path) > > > > { > > > > size_t const pos = path.find_last_of("/"); > > > > return path.substr(0, pos == std::string::npos ? 0 : pos); > > > > } > > > > std::string basename(std::string const & path) > > > > { > > > > size_t const pos = path.find_last_of("/"...
2011 Jun 24
0
Wine release 1.3.23
...in-game overlay does not work outside winedbg 23207 Mount&Blade: Warband Demo v1.123 crashes quickly in user32.GetSysColor (needs DECLSPEC_HOTPATCH entry for hooking code) 23361 Runaway - A Twist Of Fate: Game freezes at loading 23736 Kingdom Heroes crashes due to missing msvcp80.dll.?find_last_of@?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QBEIPBDI at Z 23833 Black Buccaneer: media not detected (SecuROM 7.x) 24157 Tera Copy crashes on startup - kernel32.DebugBreak() taints frame pointer (Obsidium v1.x Software Protection System) 24350 Lord of the Rings Onl...