Search

June 30, 2016
LDC »
...concept called "poison values" too, which are undefs with slightly stronger semantics produced by C...
November 14, 2015
c++.stlsoft »
...throw_0() to
STLSOFT_NOEXCEPT

 ~ stlsoft/internal/_undefs.h:
 ~ stlsoft/stlsoft.h:
    + added STLSOFT_NOEXCEPT...
September 11, 2011
General »
...actions Link bind NEEDLIBS {
    $(LINK) $(LINKFLAGS) -of$(<) $(UNDEFS) $(>) $(NEEDLIBS) $(LINKLIBS)
}


DC = dmd ;
DCFLAGS = -fPIC -O...
May 18, 2011
General »
...actions Link bind NEEDLIBS {
     $(LINK) $(LINKFLAGS) -of$(<) $(UNDEFS) $(>) $(NEEDLIBS) $(LINKLIBS)
}

Objects $(DFILES) ;
MainFromObjects puckc : $(DFILES...
November 16, 2007
c++.announce, c++.stlsoft »
...2007     => 6th November 2007
  include\stlsoft\internal\_undefs.h
2.5.1.23     => 2.6...
May 03, 2005
c++.chat »
...CCHDRS) -I$(STDHDRS) $(>) -o$(<)
< 	}
<
< 	#$(LINK) $(LINKFLAGS) /out:$(<) $(UNDEFS) $(>) $(NEEDLIBS) $(LINKLIBS)
< 	actions Link bind NEEDLIBS
< 	{
< 	$(LINK...
March 19, 2003
c++.stl.port »
...Digital_Mars_C++/STL/stlport.zip) only undefs __SC__ for building the STLport library itself...
September 28, 2001
c++ »
...t want to clutter my code
with unnecessay #undefs, eventually depending on the compiler...


Laurentiu