代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/260165/4335103
hpp external_iterator_invalidation.hpp
#error This file is now obsolete. Instead include stlsoft/error/external_iterator_invalidation.hpp
/* Compatibility
[]
[]
*/
www.eeworm.com/read/260165/4335127
hpp array_policies.hpp
#error This file is now obsolete. Instead include stlsoft/containers/util/array_policies.hpp
/* Compatibility
[]
[]
*/
www.eeworm.com/read/258893/4349784
h ldapconfig-win32.h
/*
* This file was automatically generated. Do not edit it.
* Instead, edit the file ldapconfig.h.edit. See the LDAP
* INSTALL file for more information.
*/
/*
* Copyright (c) 1994 Reg
www.eeworm.com/read/258893/4349788
h ldapconfig.h
/*
* This file was automatically generated. Do not edit it.
* Instead, edit the file ldapconfig.h.edit. See the LDAP
* INSTALL file for more information.
*/
/*
* Copyright (c) 1994 Reg
www.eeworm.com/read/254811/4380543
c pathopen.c
/* reasonable imitation of logical names
*
* 4/14/86 dl findpath: test for trailing && leading \ before
* appending a \
* 29-Oct-1986 mz Use c-runtime instead of Z
www.eeworm.com/read/158872/5591041
c sim-fpu.c
/* This is a software floating point library which can be used instead
of the floating point routines in libgcc1.c for targets without
hardware floating point. */
/* Copyright 1994, 1997, 1998
www.eeworm.com/read/158865/5593386
wrap fixinc.wrap
#! /bin/sh
# Create wrappers for include files instead of replacing them.
#
# This script is designed for systems whose include files can be fixed
# by creating small wrappers around them.
# An advant
www.eeworm.com/read/153528/5649689
cs class1.cs
using System;
namespace ObsAttrib
{
class SomeClass
{
[Obsolete("Don't use OldFunc, use NewFunc instead", true)]
public void OldFunc( ) { Console.WriteLine("Oops"); }
public void Ne
www.eeworm.com/read/475976/6771793
c ckcpro.c
/* WARNING -- This C source program generated by Wart preprocessor. */
/* Do not edit this file; edit the Wart-format source file instead, */
/* and then run it through Wart to produce a new C sou
www.eeworm.com/read/295246/8178440
py fileinfo_fromdict.py
"""Framework for getting filetype-specific metadata.
This is the same as fileinfo.py with one difference:
instead of inheriting from UserDict, we inherit directly from dict.
This capability was intro